Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FieldCharType Enumeration

In This Topic
    FieldCharType Enumeration
    In This Topic
    Specifies the type of a complex field character in a document.
    Syntax
    'Declaration
     
    Public Enum FieldCharType 
       Inherits System.Enum
    public enum FieldCharType : System.Enum 
    Members
    MemberDescription
    Begin A complex field start character.
    End A complex field end character.
    Separator A complex field separator character, used to separate the field's codes from the field's contents in a complex field.
    Inheritance Hierarchy

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

    See Also