java.lang.Object
com.aspose.words.BuildingBlockType
public class BuildingBlockType
- extends java.lang.Object
Utility class containing constants.
Specifies a building block type. The type might affect the visibility and behavior of the building block
in Microsoft Word.
Corresponds to the ST_DocPartType type in OOXML.
- See Also:
- BuildingBlock.Type
Field Summary |
static final int | NONE = 0 | |
No type information is specified for the building block.
|
static final int | AUTOMATICALLY_REPLACE_NAME_WITH_CONTENT = 1 | |
Allows the building block to be automatically inserted into the document whenever
its name is entered into an application.
|
static final int | STRUCTURED_DOCUMENT_TAG_PLACEHOLDER_TEXT = 2 | |
The building block is a structured document tag placeholder text.
|
static final int | FORM_FIELD_HELP_TEXT = 3 | |
The building block is a form field help text.
|
static final int | NORMAL = 4 | |
The building block is a normal (i.e. regular) glossary document entry.
|
static final int | AUTO_CORRECT = 5 | |
The building block is associated with the spelling and grammar tools.
|
static final int | AUTO_TEXT = 6 | |
The building block is an AutoText entry.
|
static final int | ALL = 7 | |
The building block is associated with all types.
|
static final int | DEFAULT = 0 | |
Save as NONE.
|
NONE = 0 | |
public static final int NONE |
-
No type information is specified for the building block.
AUTOMATICALLY_REPLACE_NAME_WITH_CONTENT = 1 | |
public static final 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.
STRUCTURED_DOCUMENT_TAG_PLACEHOLDER_TEXT = 2 | |
public static final int STRUCTURED_DOCUMENT_TAG_PLACEHOLDER_TEXT |
-
The building block is a structured document tag placeholder text.
FORM_FIELD_HELP_TEXT = 3 | |
public static final int FORM_FIELD_HELP_TEXT |
-
The building block is a form field help text.
NORMAL = 4 | |
public static final int NORMAL |
-
The building block is a normal (i.e. regular) glossary document entry.
AUTO_CORRECT = 5 | |
public static final int AUTO_CORRECT |
-
The building block is associated with the spelling and grammar tools.
AUTO_TEXT = 6 | |
public static final int AUTO_TEXT |
-
The building block is an AutoText entry.
ALL = 7 | |
public static final int ALL |
-
The building block is associated with all types.
DEFAULT = 0 | |
public static final int DEFAULT |
-
Save as NONE.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.