QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
equalWidth | ST_OnOff | optional | ||||
num | ST_DecimalNumber | 1 | optional | |||
sep | ST_OnOff | optional | ||||
space | ST_TwipsMeasure | 720 | optional |
Element | EG_SectPrContents/cols |
<xsd:complexType name="CT_Columns"> <xsd:sequence minOccurs="0"> <xsd:element name="col" type="CT_Column" maxOccurs="45"/> </xsd:sequence> <xsd:attribute name="equalWidth" type="s:ST_OnOff" use="optional"/> <xsd:attribute name="space" type="s:ST_TwipsMeasure" use="optional" default="720"/> <xsd:attribute name="num" type="ST_DecimalNumber" use="optional" default="1"/> <xsd:attribute name="sep" type="s:ST_OnOff" use="optional"/> </xsd:complexType> |