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
Name | Description |
---|---|
CONTENT | Specifies that the building block shall be inserted as inline content. |
PARAGRAPH | Specifies that the building block shall be inserted into its own paragraph. |
PAGE | Specifies that the building block shall be added into its own page. |
DEFAULT | Same as BuildingBlockBehavior.CONTENT. |
See Also
- module aspose.words.buildingblocks
- property BuildingBlock.behavior