Represents the end information of an annotation range in a DOCX document. This class provides details about the position and attributes of the end of an annotation.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.Import
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class AnnotationRangeEndInfo
Inheritance: objectAnnotationRangeEndInfo
Constructors
C#
public AnnotationRangeEndInfo()
Properties
Gets or sets the unique identifier for the annotation range end.
C#
public string AnnotationID { get; set; }
A string that represents the annotation ID.