Class Bookmark
Represents a Bookmark. Holds BookmarkStart and BookmarkEnd in the document.
Inheritance
System.Object
Bookmark
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DLS
Assembly: Syncfusion.DLS.Base.dll
Syntax
public class Bookmark
Constructors
Bookmark(BookmarkStart, ParagraphItem)
Creates new Bookmark object for the specified document.
Declaration
public Bookmark(BookmarkStart start, ParagraphItem end)
Parameters
Type | Name | Description |
---|---|---|
BookmarkStart | start | |
ParagraphItem | end |
Properties
BookmarkEnd
Gets BookmarkEnd object.
Declaration
public BookmarkEnd BookmarkEnd { get; set; }
Property Value
Type |
---|
BookmarkEnd |
BookmarkStart
Gets BookmarkStart object.
Declaration
public BookmarkStart BookmarkStart { get; }
Property Value
Type |
---|
BookmarkStart |
Name
Gets bookmark name.
Declaration
public string Name { get; }
Property Value
Type |
---|
System.String |