Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EditableRange Class / EndDisplacedByCustomXml Property

In This Topic
    EndDisplacedByCustomXml Property (EditableRange)
    In This Topic
    Gets or sets a value indicating that the end annotation's placement shall be directly linked with the location of the physical presentation of a custom XML element in the document.
    Syntax
    'Declaration
     
    Public Property EndDisplacedByCustomXml As DisplacedByCustomXml
    public DisplacedByCustomXml EndDisplacedByCustomXml {get; set;}
    See Also