ClassBookmark
Named location within a document that enables navigation and cross-referencing, defined by paired start and end range markers.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
public class Bookmark
Inheritance: objectBookmark
Constructors
Bookmark(RadFlowDocument, string)
Initializes a new instance of the Bookmark class with the specified name in the given document.
Declaration
public Bookmark(RadFlowDocument document, string name)
Parameters
document
The document.
name
The name.
Bookmark(RadFlowDocument, string, int?, int?)
Initializes a new instance of the Bookmark class with the specified name and optional column range for table bookmarks.
Properties
BookmarkRangeEnd
Gets the inline marker that defines the end position of this bookmark's range.
Declaration
public BookmarkRangeEnd BookmarkRangeEnd { get; }
Property Value
The bookmark range end.
BookmarkRangeStart
Gets the inline marker that defines the start position of this bookmark's range.
Declaration
public BookmarkRangeStart BookmarkRangeStart { get; }
Property Value
The bookmark range start.
Document
Gets the document that contains this bookmark.
Declaration
public RadFlowDocument Document { get; }
Property Value
The document.
FromColumn
Gets the zero-based index of the first table column included in this bookmark's range, or null if the bookmark is not column-specific.
Name
Gets the unique name that identifies this bookmark for navigation and cross-referencing.