ssml:tableStyle
Table Style
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-styles.xsd
Type: ssml:CT_TableStyle
Properties: Local, Qualified
Content
- ssml:tableStyleElement [0..*] Table Style
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
name | [1..1] | xsd:string | Table Style Name | |
pivot | [0..1] | xsd:boolean | Pivot Style | Default value is "true". |
table | [0..1] | xsd:boolean | Table | Default value is "true". |
count | [0..1] | xsd:unsignedInt | Table Style Count |
Used in
- Type ssml:CT_TableStyles (Element ssml:tableStyles)
Sample instance
<ssml:tableStyle name="string"> <ssml:tableStyleElement type="wholeTable"/> </ssml:tableStyle>