BuildingBlockBehavior enumeration

BuildingBlockBehavior enumeration

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

Corresponds to the ST_DocPartBehavior type in OOXML.

Members

NameDescription
CONTENTSpecifies that the building block shall be inserted as inline content.
PARAGRAPHSpecifies that the building block shall be inserted into its own paragraph.
PAGESpecifies that the building block shall be added into its own page.
DEFAULTSame as BuildingBlockBehavior.CONTENT.

See Also