com.aspose.words
Class BuildingBlockType

java.lang.Object
    extended by 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 intNONE
           No type information is specified for the building block.
static final intAUTOMATICALLY_REPLACE_NAME_WITH_CONTENT
           Allows the building block to be automatically inserted into the document whenever its name is entered into an application.
static final intSTRUCTURED_DOCUMENT_TAG_PLACEHOLDER_TEXT
           The building block is a structured document tag placeholder text.
static final intFORM_FIELD_HELP_TEXT
           The building block is a form field help text.
static final intNORMAL
           The building block is a normal (i.e. regular) glossary document entry.
static final intAUTO_CORRECT
           The building block is associated with the spelling and grammar tools.
static final intAUTO_TEXT
           The building block is an AutoText entry.
static final intALL
           The building block is associated with all types.
static final intDEFAULT
           Save as NONE.
 

Field Detail

NONE

public static final int NONE
No type information is specified for the building block.

AUTOMATICALLY_REPLACE_NAME_WITH_CONTENT

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

public static final int STRUCTURED_DOCUMENT_TAG_PLACEHOLDER_TEXT
The building block is a structured document tag placeholder text.

FORM_FIELD_HELP_TEXT

public static final int FORM_FIELD_HELP_TEXT
The building block is a form field help text.

NORMAL

public static final int NORMAL
The building block is a normal (i.e. regular) glossary document entry.

AUTO_CORRECT

public static final int AUTO_CORRECT
The building block is associated with the spelling and grammar tools.

AUTO_TEXT

public static final int AUTO_TEXT
The building block is an AutoText entry.

ALL

public static final int ALL
The building block is associated with all types.

DEFAULT

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.