|
iDRS™ SDK 16
|
Interface for CPageBookmark wrapper. More...
Go to the source code of this file.
Functions | |
| CPageBookmark | CPageBookmark_Create (const idrs_string strTitle, idrs_exception *pargException) |
| Creates a new instance. | |
| CPageBookmarkArray | CPageBookmark_GetChildren (const CPageBookmark argCPageBookmark, idrs_exception *pargException) |
| Returns the bookmark's children. | |
| void | CPageBookmark_SetChildren (CPageBookmark argCPageBookmark, const CPageBookmarkArray xChildren, idrs_exception *pargException) |
| Set the bookmark's children. | |
| const idrs_string | CPageBookmark_GetTitle (const CPageBookmark argCPageBookmark, idrs_exception *pargException) |
| Get the title of the bookmark. | |
| void | CPageBookmark_SetTitle (CPageBookmark argCPageBookmark, const idrs_string strTitle, idrs_exception *pargException) |
| Set the title of the bookmark. | |
| enum BookmarkDisplayMode | CPageBookmark_GetDisplayMode (const CPageBookmark argCPageBookmark, idrs_exception *pargException) |
| Get the display mode of the bookmark. | |
| void | CPageBookmark_SetDisplayMode (CPageBookmark argCPageBookmark, const enum BookmarkDisplayMode *const evDisplayMode, idrs_exception *pargException) |
| Set the display mode of the bookmark. | |
| IDRS_UINT | CPageBookmark_GetDestinationPage (const CPageBookmark argCPageBookmark, idrs_exception *pargException) |
| Gets the bookmark destination page index. | |
| void | CPageBookmark_SetDestinationPage (CPageBookmark argCPageBookmark, IDRS_UINT const uiDestinationPageIndex, idrs_exception *pargException) |
| Sets the bookmark destination page index. | |
| IDRS_RECT | CPageBookmark_GetDestination (const CPageBookmark argCPageBookmark, idrs_exception *pargException) |
| Get the bookmark destination (positioning on the page). | |
| void | CPageBookmark_SetDestination (CPageBookmark argCPageBookmark, const IDRS_RECT *stDestination, idrs_exception *pargException) |
| Set the bookmark destination (positioning on the page). | |
| IDRS_UINT | CPageBookmark_GetZoomFactor (const CPageBookmark argCPageBookmark, idrs_exception *pargException) |
| Get the bookmark zoom factor. | |
| void | CPageBookmark_SetZoomFactor (CPageBookmark argCPageBookmark, const IDRS_UINT *const uiZoomFactor, idrs_exception *pargException) |
| Set the bookmark zoom factor. | |
| void | CPageBookmark_Destroy (CPageBookmark argCPageBookmark, idrs_exception *pargException) |
| Destroys a CPageBookmark handle. | |
| CPageBookmarkArray | ArrayInterface_Create_CPageBookmarkArray (idrs_exception *pargException) |
| Creates a new CPageBookmarkArray object. | |
Interface for CPageBookmark wrapper.
| CPageBookmarkArray ArrayInterface_Create_CPageBookmarkArray | ( | idrs_exception * | pargException | ) |
Creates a new CPageBookmarkArray object.
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| CPageBookmark CPageBookmark_Create | ( | const idrs_string | strTitle, |
| idrs_exception * | pargException | ||
| ) |
Creates a new instance.
| strTitle | The bookmark's title. |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageBookmark_Destroy | ( | CPageBookmark | argCPageBookmark, |
| idrs_exception * | pargException | ||
| ) |
Destroys a CPageBookmark handle.
| argCPageBookmark | CPageBookmark handle to destroy |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| CPageBookmarkArray CPageBookmark_GetChildren | ( | const CPageBookmark | argCPageBookmark, |
| idrs_exception * | pargException | ||
| ) |
Returns the bookmark's children.
| argCPageBookmark | CPageBookmark handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| IDRS_RECT CPageBookmark_GetDestination | ( | const CPageBookmark | argCPageBookmark, |
| idrs_exception * | pargException | ||
| ) |
Get the bookmark destination (positioning on the page).
| argCPageBookmark | CPageBookmark handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| IDRS_UINT CPageBookmark_GetDestinationPage | ( | const CPageBookmark | argCPageBookmark, |
| idrs_exception * | pargException | ||
| ) |
Gets the bookmark destination page index.
| argCPageBookmark | CPageBookmark handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| enum BookmarkDisplayMode CPageBookmark_GetDisplayMode | ( | const CPageBookmark | argCPageBookmark, |
| idrs_exception * | pargException | ||
| ) |
Get the display mode of the bookmark.
| argCPageBookmark | CPageBookmark handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| const idrs_string CPageBookmark_GetTitle | ( | const CPageBookmark | argCPageBookmark, |
| idrs_exception * | pargException | ||
| ) |
Get the title of the bookmark.
| argCPageBookmark | CPageBookmark handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| IDRS_UINT CPageBookmark_GetZoomFactor | ( | const CPageBookmark | argCPageBookmark, |
| idrs_exception * | pargException | ||
| ) |
Get the bookmark zoom factor.
| argCPageBookmark | CPageBookmark handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageBookmark_SetChildren | ( | CPageBookmark | argCPageBookmark, |
| const CPageBookmarkArray | xChildren, | ||
| idrs_exception * | pargException | ||
| ) |
Set the bookmark's children.
| argCPageBookmark | CPageBookmark handle |
| xChildren | The bookmark's children |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageBookmark_SetDestination | ( | CPageBookmark | argCPageBookmark, |
| const IDRS_RECT * | stDestination, | ||
| idrs_exception * | pargException | ||
| ) |
Set the bookmark destination (positioning on the page).
| argCPageBookmark | CPageBookmark handle |
| stDestination | The destination to set |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageBookmark_SetDestinationPage | ( | CPageBookmark | argCPageBookmark, |
| IDRS_UINT const | uiDestinationPageIndex, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the bookmark destination page index.
| argCPageBookmark | CPageBookmark handle |
| uiDestinationPageIndex | The index of the page referenced by the bookmark |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageBookmark_SetDisplayMode | ( | CPageBookmark | argCPageBookmark, |
| const enum BookmarkDisplayMode *const | evDisplayMode, | ||
| idrs_exception * | pargException | ||
| ) |
Set the display mode of the bookmark.
| argCPageBookmark | CPageBookmark handle |
| evDisplayMode | The display mode to set. |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageBookmark_SetTitle | ( | CPageBookmark | argCPageBookmark, |
| const idrs_string | strTitle, | ||
| idrs_exception * | pargException | ||
| ) |
Set the title of the bookmark.
| argCPageBookmark | CPageBookmark handle |
| strTitle | The new title. |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageBookmark_SetZoomFactor | ( | CPageBookmark | argCPageBookmark, |
| const IDRS_UINT *const | uiZoomFactor, | ||
| idrs_exception * | pargException | ||
| ) |
Set the bookmark zoom factor.
| argCPageBookmark | CPageBookmark handle |
| uiZoomFactor | The zoom factor to set |
| pargException | Pointer to exception structure that will be filled if an exception occurs |