BuildParagraph Class

Build Paragraph.When the object is serialized out as xml, its qualified name is p:bldP.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Presentation.BuildParagraph

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(TemplateList))> _
Public Class BuildParagraph _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As BuildParagraph
[ChildElementInfoAttribute(typeof(TemplateList))]
public class BuildParagraph : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • TemplateList <p:tmplLst>

[ISO/IEC 29500-1 1st Edition]

19.5.16 bldP (Build Paragraph)

This element specifies how to build paragraph level properties.

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

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

end example]

Parent Elements

bldLst (§19.5.14)

Child Elements

Subclause

tmplLst (Template effects)

§19.5.85

Attributes

Description

advAuto (Auto Advance Time)

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).

animBg (Animate Background)

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.

autoUpdateAnimBg (Auto Update Animation Background)

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.

bldLvl (Build Level)

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.

build (Build Types)

This attribute describe the build types.

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

grpId (Group ID)

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.

rev (Reverse)

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.

spid (Shape ID)

This attribute describes the shape to which the build applies.

The possible values for this attribute are defined by the ST_ShapeID simple type (§20.1.10.55).

uiExpand (Expand UI)

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]

© ISO/IEC29500: 2008.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

BuildParagraph Members

DocumentFormat.OpenXml.Presentation Namespace