Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BuildingBlockType Enumeration

In This Topic
    BuildingBlockType Enumeration
    In This Topic
    Specifies the type of a building block. influence the visibility and behavior of the building block.
    Syntax
    'Declaration
     
    Public Enum BuildingBlockType 
       Inherits System.Enum
    public enum BuildingBlockType : System.Enum 
    Members
    MemberDescription
    All All building block types.
    AutoExp Automatically replace name with content.
    ContentControlPlaceholder Content control placeholder text.
    FormField Form field help text.
    None No type.
    Normal Normal building block.
    Speller Auto correct building block.
    Toolbar Auto text user interface building block.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.BuildingBlockType

    See Also