[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.BuildingBlockType

Enum BuildingBlockType

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Specifies the type of a building block. influence the visibility and behavior of the building block.

[Flags]
public enum BuildingBlockType

Fields

All = Normal | AutoExp | Toolbar | Speller | FormField | ContentControlPlaceholder

All building block types.

AutoExp = 2

Automatically replace name with content.

ContentControlPlaceholder = 32

Content control placeholder text.

FormField = 16

Form field help text.

None = 0

No type.

Normal = 1

Normal building block.

Speller = 8

Auto correct building block.

Toolbar = 4

Auto text user interface building block.