ssml:col
Column Width & Formatting
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-sheet.xsd
Type: ssml:CT_Col
Properties: Local, Qualified
Content
- Empty content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
min | [1..1] | xsd:unsignedInt | Minimum Column | |
max | [1..1] | xsd:unsignedInt | Maximum Column | |
width | [0..1] | xsd:double | Column Width | |
style | [0..1] | xsd:unsignedInt | Style | Default value is "0". |
hidden | [0..1] | xsd:boolean | Hidden Columns | Default value is "false". |
bestFit | [0..1] | xsd:boolean | Best Fit Column Width | Default value is "false". |
customWidth | [0..1] | xsd:boolean | Custom Width | Default value is "false". |
phonetic | [0..1] | xsd:boolean | Show Phonetic Information | Default value is "false". |
outlineLevel | [0..1] | xsd:unsignedByte | Outline Level | Default value is "0". |
collapsed | [0..1] | xsd:boolean | Collapsed | Default value is "false". |
Used in
- Type ssml:CT_Cols (Element ssml:cols)
Sample instance
<ssml:col min="1" max="1"/>