Represents the starting point of a bookmark range in a DOCX document.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.OpenXml.Docx.Import
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class BookmarkRangeStartInfo
Inheritance: objectBookmarkRangeStartInfo
Constructors
C#
public BookmarkRangeStartInfo()
Properties
Gets the unique identifier for the annotation associated with the bookmark range start.
C#
public string AnnotationID { get; set; }
The unique identifier for the annotation, or null if no annotation is associated.
Gets the name of the bookmark associated with the range start.
C#
public string BookmarkName { get; set; }