19.5.16 bldP

This element specifies how to build paragraph level properties.

[Example: Consider having animation applied only to 1st level paragraphs. The element should be used as follows:

<p:bldLst>
  <p:bldP spid="3" grpId="0" build="p"/>
</p:bldLst>

end example]

Attributes

bldLvl

autoUpdateAnimB g (Auto Update Animation Background)

animBg (Animate Background)

advAuto (Auto Advance Time)

(Build Level)

This attribute specifies time after which to automatically advance the build to the next step.

The possible values for this attribute are defined by the ST_TLTime simple type (19.7.38).

This attribute indicates whether to animate the background of the shape associated with the text.

The possible values for this attribute are defined by the W3C XML Schema boolean datatype.

This attribute indicates whether to automatically update the “animateBg” setting to true when the shape associated with the text has a fill or line.

The possible values for this attribute are defined by the W3C XML Schema boolean datatype.

This attribute describes the build level for the paragraph. It is only supported in paragraph type builds i.e the build attribute shall also be set to “byParagraph” for this attribute to apply.

The possible values for this attribute are defined by the W3C XML Schema unsignedInt datatype.

This attribute describe the build types.

The possible values for this attribute are defined by the ST_TLParaBuildType simple type (19.7.36).

This attribute ties effects persisted in the animation to the build information. The attribute is used by the editor when changes to the build information are made. GroupIDs are unique for a given shape. They are not guaranteed to be unique IDs across all shapes on a slide.

The possible values for this attribute are defined by the W3C XML Schema unsignedInt datatype.

This attribute is only supported in paragraph type builds. This specifies the direction of the build relative to the order of the elements in the container. When this is set to “true”, the animations for the paragraphs are persisted in reverse order to the order of the paragraphs themselves such that the last paragraph animates first. Default value is “false”.

The possible values for this attribute are defined by the W3C XML Schema boolean datatype.

This attribute specifies the shape to which the build applies.

Attributes

uiExpand (Expand UI)

The possible values for this attribute are defined by the ST_DrawingElementId simple type (20.1.10.21).

This attribute describes the view option indicating if the build should be displayed expanded.

The possible values for this attribute are defined by the W3C XML Schema boolean datatype.

[Note: The W3C XML Schema definition of this element’s content model (CT_TLBuildParagraph) is located in A.3. end note]

Last updated on