Aspose::Words::BuildingBlocks::BuildingBlockType enum

BuildingBlockType enum

Specifies a building block type. The type might affect the visibility and behavior of the building block in Microsoft Word.

enum class BuildingBlockType

Values

NameValueDescription
None0No type information is specified for the building block.
AutomaticallyReplaceNameWithContent1Allows the building block to be automatically inserted into the document whenever its name is entered into an application.
StructuredDocumentTagPlaceholderText2The building block is a structured document tag placeholder text.
FormFieldHelpText3The building block is a form field help text.
Normal4The building block is a normal (i.e. regular) glossary document entry.
AutoCorrect5The building block is associated with the spelling and grammar tools.
AutoText6The building block is an AutoText entry.
All7The building block is associated with all types.
Defaultn/aSave as None.

Remarks

Corresponds to the ST_DocPartType type in OOXML.

See Also