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

In This Topic
    MarkerType Enumeration
    In This Topic
    Specifies the type of a Marker.
    Syntax
    'Declaration
     
    Public Enum MarkerType 
       Inherits System.Enum
    public enum MarkerType : System.Enum 
    Members
    MemberDescription
    EndA marker pointing to the end of a ContentObject.
    StartA marker pointing to the start of a ContentObject.
    WholeA marker pointing to a whole childless ContentObject.
    Inheritance Hierarchy

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

    See Also