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
Name | Value | Description |
---|---|---|
Content | 0 | Specifies that the building block shall be inserted as inline content. |
Paragraph | 1 | Specifies that the building block shall be inserted into its own paragraph. |
Page | 2 | Specifies that the building block shall be added into its own page. |
Default | n/a | Same as Content. |
Remarks
Corresponds to the ST_DocPartBehavior type in OOXML.
See Also
- Namespace Aspose::Words::BuildingBlocks
- Library Aspose.Words for C++