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

NameDescription
NoneNo type information is specified for the building block.
AutomaticallyReplaceNameWithContentAllows the building block to be automatically inserted into the document whenever its name is entered into an application.
StructuredDocumentTagPlaceholderTextThe building block is a structured document tag placeholder text.
FormFieldHelpTextThe building block is a form field help text.
NormalThe building block is a normal (i.e. regular) glossary document entry.
AutoCorrectThe building block is associated with the spelling and grammar tools.
AutoTextThe building block is an AutoText entry.
AllThe building block is associated with all types.
DefaultSave as BuildingBlockType.None.

See Also