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

In This Topic
    DisplacedByCustomXml Enumeration
    In This Topic
    Specifies the possible values for the location of a single custom XML element's start and/or end tag relative to the location of an annotation tag in document order.
    Syntax
    'Declaration
     
    Public Enum DisplacedByCustomXml 
       Inherits System.Enum
    public enum DisplacedByCustomXml : System.Enum 
    Members
    MemberDescription
    Next Specifies that the annotation anchor shall be displaced by the physical representation of the next element of custom XML markup in the document.
    None No displacement.
    Previous Specifies that the annotation anchor shall be displaced by the physical representation of the previous element of custom XML markup in the document.
    Inheritance Hierarchy

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

    See Also