public final class BuildingBlockType
extends java.lang.Object
Corresponds to the ST_DocPartType type in OOXML.
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL
The building block is associated with all types.
|
static int |
AUTO_CORRECT
The building block is associated with the spelling and grammar tools.
|
static int |
AUTO_TEXT
The building block is an AutoText entry.
|
static int |
AUTOMATICALLY_REPLACE_NAME_WITH_CONTENT
Allows the building block to be automatically inserted into the document whenever its name is entered into an application.
|
static int |
DEFAULT
Save as
NONE. |
static int |
FORM_FIELD_HELP_TEXT
The building block is a form field help text.
|
static int |
length |
static int |
NONE
No type information is specified for the building block.
|
static int |
NORMAL
The building block is a normal (i.e.
|
static int |
STRUCTURED_DOCUMENT_TAG_PLACEHOLDER_TEXT
The building block is a structured document tag placeholder text.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String buildingBlockTypeName) |
static java.lang.String |
getName(int buildingBlockType) |
static int[] |
getValues() |
static java.lang.String |
toString(int buildingBlockType) |
public static final int NONE
public static final int AUTOMATICALLY_REPLACE_NAME_WITH_CONTENT
public static final int STRUCTURED_DOCUMENT_TAG_PLACEHOLDER_TEXT
public static final int FORM_FIELD_HELP_TEXT
public static final int NORMAL
public static final int AUTO_CORRECT
public static final int AUTO_TEXT
public static final int ALL
public static final int DEFAULT
NONE.public static final int length