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