2.4.70 CrtMlFrt

The CrtMlFrt record specifies additional properties for chart elements, as specified by the Chart Sheet Substream ABNF. These properties complement the record to which they correspond, and are stored as a structure chain defined in XmlTkChain. An application can ignore this record without loss of functionality, except for the additional properties. If this record is longer than 8224 bytes, it MUST be split into several records. The first section of the data appears in this record and subsequent sections appear in one or more CrtMlFrtContinue records that follow this record.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

frtHeader

...

...

cb

xmltkChain (variable)

...

unused

frtHeader (12 bytes): An FrtHeader structure. The frtHeader.rt field MUST be 0x089E.

cb (4 bytes): An unsigned integer that specifies the size, in bytes, of the XmlTkChain structure starting in the xmltkChain field, including the data contained in the optional CrtMlFrtContinue records. MUST be less than or equal to 0x7FFFFFEB.

xmltkChain (variable): An XmlTkChain structure that specifies a chain of structures. The size of the XmlTkChain is specified by the cb field.

unused (4 bytes): Undefined, and MUST be ignored.