Aspose::Words::BuildingBlocks::BuildingBlockBehavior enum

BuildingBlockBehavior enum

Specifies the behavior that shall be applied to the contents of the building block when it is inserted into the main document.

enum class BuildingBlockBehavior

Values

NameValueDescription
Content0Specifies that the building block shall be inserted as inline content.
Paragraph1Specifies that the building block shall be inserted into its own paragraph.
Page2Specifies that the building block shall be added into its own page.
Defaultn/aSame as Content.

Remarks

Corresponds to the ST_DocPartBehavior type in OOXML.

See Also