public final class BuildingBlockBehavior
extends java.lang.Object
Corresponds to the ST_DocPartBehavior type in OOXML.
| Modifier and Type | Field and Description |
|---|---|
static int |
CONTENT
Specifies that the building block shall be inserted as inline content.
|
static int |
DEFAULT
Same as
CONTENT. |
static int |
length |
static int |
PAGE
Specifies that the building block shall be added into its own page.
|
static int |
PARAGRAPH
Specifies that the building block shall be inserted into its own paragraph.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String buildingBlockBehaviorName) |
static java.lang.String |
getName(int buildingBlockBehavior) |
static int[] |
getValues() |
static java.lang.String |
toString(int buildingBlockBehavior) |
public static final int CONTENT
public static final int PARAGRAPH
public static final int PAGE
public static final int DEFAULT
CONTENT.public static final int length