ssml:xf
Formatting Elements
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-styles.xsd
Other elements with the same name: ssml:xf
Type: ssml:CT_Xf
Properties: Local, Qualified
Content
- Sequence [1..1]
- ssml:alignment [0..1] Alignment
- ssml:protection [0..1] Protection
- ssml:extLst [0..1] Future Feature Storage Area
Attributes
| Name | Occ | Type | Description | Notes |
|---|---|---|---|---|
| numFmtId | [0..1] | ssml:ST_NumFmtId | Number Format Id | |
| fontId | [0..1] | ssml:ST_FontId | Font Id | |
| fillId | [0..1] | ssml:ST_FillId | Fill Id | |
| borderId | [0..1] | ssml:ST_BorderId | Border Id | |
| xfId | [0..1] | ssml:ST_CellStyleXfId | Format Id | |
| quotePrefix | [0..1] | xsd:boolean | Quote Prefix | Default value is "false". |
| pivotButton | [0..1] | xsd:boolean | Pivot Button | Default value is "false". |
| applyNumberFormat | [0..1] | xsd:boolean | Apply Number Format | |
| applyFont | [0..1] | xsd:boolean | Apply Font | |
| applyFill | [0..1] | xsd:boolean | Apply Fill | |
| applyBorder | [0..1] | xsd:boolean | Apply Border | |
| applyAlignment | [0..1] | xsd:boolean | Apply Alignment | |
| applyProtection | [0..1] | xsd:boolean | Apply Protection |
Used in
- Type ssml:CT_CellStyleXfs (Element ssml:cellStyleXfs)
Sample instance
<ssml:xf fontId="1"> <ssml:alignment/> <ssml:protection/> <ssml:extLst> <ssml:ext> <!--any element--> </ssml:ext> </ssml:extLst> </ssml:xf>



