[]
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.
public enum DisplacedByCustomXml
Next = 0
Specifies that the annotation anchor shall be displaced by the physical representation of the next element of custom XML markup in the document.
None = 2
No displacement.
Previous = 1
Specifies that the annotation anchor shall be displaced by the physical representation of the previous element of custom XML markup in the document.