BookmarkEnd Class
Represents the end of a bookmark.
- Inheritance:
- System.
Object BookmarkEnd
Remarks
Bookmark
For Bookmark
Bookmark
To easily navigate and manipulate over all bookmarks in the document, GemBox.Document also contains a Bookmark class that serves as a façade for Bookmark
Bookmarks are usually used in a conjunction with Hyperlinks or Fields for navigating to a bookmarked part of the document or to render a page number (or some other information) of a bookmarked part of the document. For more information, see Bookmarks and Hyperlinks and Modify Bookmarks examples.
Constructors
BookmarkEnd(DocumentModel, String)
Initializes a new instance of the Bookmark
Parameters
document
- Document
Model
The owner document.
name
- System.
String
The bookmark name.
Properties
ElementType
Gets the Element
Property Value
The Element
Overrides
Name
Gets the name of this bookmark.
Property Value
- System.
String
The name of this bookmark.
Methods
Clone()
Clones this Bookmark
Returns
Cloned Bookmark
Remarks
Document content element instance can exist only in a one place in the document.
If you want to insert document content element into some other part of the same document, then clone the element and insert its clone.
If you want to insert document content element into another document, then you should first import it into another document with Import<T>(T, Boolean, Boolean) method and then insert the imported element.
For more information, see cloning example.
Inherited Properties
Content | Gets the content of the current Element. (Inherited from Element) |
Document | Gets the owner document. (Inherited from Element) |
Parent | Gets the parent of this Element instance. (Inherited from Element) |
Parent | Gets the Inline (Inherited from Inline) |
Revision | Gets or sets the revision information for the inline. (Inherited from Inline) |
Inherited Methods
Clone(System. | Clones this Inline instance. (Inherited from Inline) |
Get | Gets the child elements. (Inherited from Element) |
Get | Gets the child elements filtered by Element (Inherited from Element) |
Get | Gets the parent elements. (Inherited from Element) |
Get | Gets the parent elements. (Inherited from Element) |