<tabLst> (Tab List)

This element specifies the list of all tab stops that are to be used within a paragraph. These tabs should be used when describing any custom tab stops within the document. If these are not specified then the default tab stops of the generating application should be used.

Parent Elements

<defPPr>5.1.5.2.2); <lvl1pPr>5.1.5.4.13); <lvl2pPr>5.1.5.4.14); <lvl3pPr>5.1.5.4.15); <lvl4pPr>5.1.5.4.16); <lvl5pPr>5.1.5.4.17); <lvl6pPr>5.1.5.4.18); <lvl7pPr>5.1.5.4.19); <lvl8pPr>5.1.5.4.20); <lvl9pPr>5.1.5.4.21); <pPr>5.1.5.2.7)

Child Elements

Subclause

<tab> (Tab Stop)

§5.1.5.2.12

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_TextTabStopList">
	<sequence>
	<element name="tab" type="CT_TextTabStop" minOccurs="0" maxOccurs="32"/>
	</sequence>
</complexType>