Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
A bookmark represents a named contiguous area in a document, with both a starting position and an ending position. You can use bookmarks to mark a location in a document, or as a container for text in a document. It can be as small as just the insertion point, or it can be as large as the entire document. NOTE: A comment is considered to be a types of bookmark. More...
Public Member Functions | |
override void | Dispose () |
SolidFramework.Model.Plumbing.Bookmark | GetChild (int index) |
override string | ToString () |
int | GetID () |
SolidFramework.Model.Plumbing.SolidObjectType | GetObjectType () |
bool | Equals (SolidFramework.Model.Plumbing.SolidObject other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static bool | operator== (SolidFramework.Model.Plumbing.SolidObject obj1, SolidFramework.Model.Plumbing.SolidObject obj2) |
static bool | operator!= (SolidFramework.Model.Plumbing.SolidObject obj1, SolidFramework.Model.Plumbing.SolidObject obj2) |
Properties | |
string | Name [get] |
Gets the name of the bookmark. More... | |
int | Count [get] |
Gets number of child bookmarks. More... | |
int | PageNumber [get] |
Gets the page number where the bookmark is located. More... | |
bool | IsHidden [get] |
Gets whether the bookmark is hidden. More... | |
SolidFramework.Model.Plumbing.BookmarkType | Type [get] |
Gets the type of bookmark. More... | |
A bookmark represents a named contiguous area in a document, with both a starting position and an ending position. You can use bookmarks to mark a location in a document, or as a container for text in a document. It can be as small as just the insertion point, or it can be as large as the entire document. NOTE: A comment is considered to be a types of bookmark.
|
virtual |
Reimplemented from SolidFramework.Model.Plumbing.SolidObject.
|
get |
Gets number of child bookmarks.
|
get |
Gets whether the bookmark is hidden.
true
if the the bookmark is hidden, otherwise false
.
|
get |
Gets the name of the bookmark.
|
get |
Gets the page number where the bookmark is located.
|
get |
Gets the type of bookmark.