[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

ndxf (New Formatting Information)

This element represents new differential formatting information for this cell. This formatting is applied to the existing formatting of the cell.

Parent Elements

rcc3.11.1.9)

 

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>