[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
ST_TLParaBuildType (Paragraph Build Type)
This type describes how to build a paragraph.
This simple type's contents are a restriction of the XML Schema token datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
allAtOnce (All At Once) |
Specifies to animate all paragraphs at once. |
cust (Custom) |
Specifies the build has custom user settings. |
p (Paragraph) |
Specifies to animate paragraphs grouped by bullet level. |
whole (Whole) |
Specifies to animate the entire body of text as one block. |
Referenced By |
bldP@build (§4.6.16) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_TLParaBuildType">
<restriction base="xsd:token">
<enumeration value="allAtOnce"/>
<enumeration value="p"/>
<enumeration value="cust"/>
<enumeration value="whole"/>
</restriction>
</simpleType>