Class
BookmarkRangeStartInfo

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:

cs-api-definition
public class BookmarkRangeStartInfo

Inheritance: objectBookmarkRangeStartInfo

Constructors

BookmarkRangeStartInfo()

Declaration

cs-api-definition
public BookmarkRangeStartInfo()

Properties

AnnotationID

Gets the unique identifier for the annotation associated with the bookmark range start.

Declaration

cs-api-definition
public string AnnotationID { get; set; }

Property Value

string

The unique identifier for the annotation, or null if no annotation is associated.

BookmarkName

Gets the name of the bookmark associated with the range start.

Declaration

cs-api-definition
public string BookmarkName { get; set; }

Property Value

string