BuildingBlockType enumeration
BuildingBlockType enumeration
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.
Members
Name | Description |
---|---|
None | No type information is specified for the building block. |
AutomaticallyReplaceNameWithContent | Allows the building block to be automatically inserted into the document whenever its name is entered into an application. |
StructuredDocumentTagPlaceholderText | The building block is a structured document tag placeholder text. |
FormFieldHelpText | The building block is a form field help text. |
Normal | The building block is a normal (i.e. regular) glossary document entry. |
AutoCorrect | The building block is associated with the spelling and grammar tools. |
AutoText | The building block is an AutoText entry. |
All | The building block is associated with all types. |
Default | Save as BuildingBlockType.None. |
See Also
- module Aspose.Words.BuildingBlocks
- property BuildingBlock.type