[Table of Contents] [docx version]
Error! No text of specified style in document.
ST_TextIndentLevelType (Text Indent Level Type)
This type specifies the indent level type. We support list level 0 to 8, and we use -1 and -2 for outline mode levels that should only exist in memory.
This simple type's contents are a restriction of the XML Schema int datatype.
This simple type also specifies the following restrictions:
• This simple type has a minimum value of greater than or equal to 0.
• This simple type has a maximum value of less than or equal to 8.
Referenced By |
defPPr@lvl (§5.1.5.2.2); lvl1pPr@lvl (§5.1.5.4.13); lvl2pPr@lvl (§5.1.5.4.14); lvl3pPr@lvl (§5.1.5.4.15); lvl4pPr@lvl (§5.1.5.4.16); lvl5pPr@lvl (§5.1.5.4.17); lvl6pPr@lvl (§5.1.5.4.18); lvl7pPr@lvl (§5.1.5.4.19); lvl8pPr@lvl (§5.1.5.4.20); lvl9pPr@lvl (§5.1.5.4.21); pPr@lvl (§5.1.5.2.7) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TextIndentLevelType">
<restriction base="xsd:int">
<minInclusive value="0"/>
<maxInclusive value="8"/>
</restriction>
</simpleType>