java.lang.Object
com.aspose.words.BuildingBlockBehavior
public class BuildingBlockBehavior
- extends java.lang.Object
Utility class containing constants.
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.
- See Also:
- BuildingBlock.Behavior
Field Summary |
static final int | CONTENT = 0 | |
Specifies that the building block shall be inserted as inline content.
|
static final int | PARAGRAPH = 1 | |
Specifies that the building block shall be inserted into its own paragraph.
|
static final int | PAGE = 2 | |
Specifies that the building block shall be added into its own page.
|
static final int | DEFAULT = 0 | |
Same as CONTENT.
|
CONTENT = 0 | |
public static final int CONTENT |
-
Specifies that the building block shall be inserted as inline content.
PARAGRAPH = 1 | |
public static final int PARAGRAPH |
-
Specifies that the building block shall be inserted into its own paragraph.
PAGE = 2 | |
public static final int PAGE |
-
Specifies that the building block shall be added into its own page.
DEFAULT = 0 | |
public static final int DEFAULT |
-
Same as CONTENT.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.