ClassAnnotationRangeEndInfo
Class
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:
cs-api-definition
public class AnnotationRangeEndInfo
Inheritance: objectAnnotationRangeEndInfo
Constructors
AnnotationRangeEndInfo()
Declaration
cs-api-definition
public AnnotationRangeEndInfo()
Properties
AnnotationID
Gets or sets the unique identifier for the annotation range end.
Declaration
cs-api-definition
public string AnnotationID { get; set; }
Property Value
A string that represents the annotation ID.