[]
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
Public Enum DisplacedByCustomXml
| Name | Description |
|---|---|
| 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. |