2.5.17 CachedDiskHeader

The CachedDiskHeader structure specifies the formatting information of a table column heading.


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

cbdxfHdrDisk

rgHdrDisk (variable)

...

strStyleName (variable)

...

cbdxfHdrDisk (4 bytes): An unsigned integer that specifies the size, in bytes, of the rgHdrDisk field.

rgHdrDisk (variable): A DXFN12List structure that specifies the formatting of the column heading.

strStyleName (variable): An XLUnicodeString that specifies the name of the style to use for the column heading. The name of the style MUST equal the user field of a Style record in the Globals Substream ABNF, or the name of a built-in style, as specified by the BuiltInStyle record. This field is present only if the fSaveStyleName field of the containing Feat11FieldDataItem structure is set to 0x1.

If present, the formatting as specified by strStyleName is applied first, before the formatting as specified by rgHdrDisk is applied.