<dxf>
(Formatting)
A single <dxf>
record, expressing incremental formatting to be applied.
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Dxf">
<sequence>
<element name="font" type="CT_Font" minOccurs="0" maxOccurs="1"/>
<element name="numFmt" type="CT_NumFmt" minOccurs="0" maxOccurs="1"/>
<element name="fill" type="CT_Fill" minOccurs="0" maxOccurs="1"/>
<element name="alignment" type="CT_CellAlignment" minOccurs="0" maxOccurs="1"/>
<element name="border" type="CT_Border" minOccurs="0" maxOccurs="1"/>
<element name="protection" type="CT_CellProtection" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>