Class Index

Classes


Class CoreControls.Bookmark

Represents a bookmark in a Document.

Class Summary
Constructor Attributes Constructor Name and Description
 
Bookmarks typically represent an outline of the document, and as each bookmark is usually associated with a specific page in a document, they are typically used to facilitate navigation.
Method Summary
Method Attributes Method Name and Description
 
Returns the horizontal position of the bookmark.
 
Returns the name of the bookmark.
 
Returns the page number of the bookmark.
 
Returns the vertical position of the bookmark.
Class Detail
CoreControls.Bookmark()
Bookmarks typically represent an outline of the document, and as each bookmark is usually associated with a specific page in a document, they are typically used to facilitate navigation.
Method Detail
GetHPos()
Returns the horizontal position of the bookmark.

GetName()
Returns the name of the bookmark.

GetPageNumber()
Returns the page number of the bookmark.

GetVPos()
Returns the vertical position of the bookmark.

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Feb 13 2013 12:56:31 GMT-0800 (PST)