[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
A single dxf record, expressing incremental formatting to be applied.
Parent Elements |
Child Elements |
Subclause |
alignment (Alignment) |
§3.8.1 |
border (Border) |
§3.8.4 |
extLst (Future Feature Data Storage Area) |
§3.2.10 |
fill (Fill) |
§3.8.19 |
font (Font) |
§3.8.21 |
numFmt (Number Format) |
§3.8.30 |
protection (Protection Properties) |
§3.8.33 |
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>