ssml:ndxf
New Formatting Information
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-sharedWorkbookRevisions.xsd
Type: ssml:CT_Dxf
Properties: Local, Qualified
Content
- Sequence [1..1]
- ssml:font [0..1] Font Properties
- ssml:numFmt [0..1] Number Format
- ssml:fill [0..1] Fill
- ssml:alignment [0..1] Alignment
- ssml:border [0..1] Border Properties
- ssml:protection [0..1] Protection Properties
- ssml:extLst [0..1] Future Feature Storage Area
Attributes
None
Used in
- Type ssml:CT_RevisionCellChange (Elements ssml:rcc, ssml:rcc)
Sample instance
<ssml:ndxf> <ssml:font> <ssml:name val="string"/> </ssml:font> <ssml:numFmt numFmtId="1" formatCode="string"/> <ssml:fill> <ssml:patternFill> <ssml:fgColor/> <ssml:bgColor/> </ssml:patternFill> </ssml:fill> <ssml:alignment/> <ssml:border> <ssml:left> <ssml:color/> </ssml:left> <ssml:right> <ssml:color/> </ssml:right> <ssml:top> <ssml:color/> </ssml:top> <ssml:bottom> <ssml:color/> </ssml:bottom> <ssml:diagonal> <ssml:color/> </ssml:diagonal> <ssml:vertical> <ssml:color/> </ssml:vertical> <ssml:horizontal> <ssml:color/> </ssml:horizontal> </ssml:border> <ssml:protection/> <ssml:extLst> <ssml:ext> <!--any element--> </ssml:ext> </ssml:extLst> </ssml:ndxf>