Defines a collection of tab stops.
Namespace | http://schemas.microsoft.com/office/word/2003/wordml |
Schema name | XML Document 2003 |
Element | Description |
---|---|
tab | Represents a tab stop. |
None.
<xsd:complexType name="tabsElt" >
<xsd:sequence>
<xsd:element name="tab" type="tabStopProperty" minOccurs="1" maxOccurs="unbounded">
</xsd:element>
</xsd:sequence>
</xsd:complexType>