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