|
iDRS™ SDK 16
|
Interface for CPageContent wrapper. More...
Go to the source code of this file.
Functions | |
| CPageContent | CPageContent_Create (idrs_exception *pargException) |
| Instantiates a new page content object with default values. | |
| CPageContent | CPageContent_Create2 (IDRS_INT const iPageWidth, IDRS_INT const iPageHeight, IDRS_INT const iPageResolution, idrs_exception *pargException) |
| Create instantiates a new page content object and initializes the basic values. | |
| IDRS_INT | CPageContent_GetPageWidth (const CPageContent argCPageContent, idrs_exception *pargException) |
| Gets the page width. | |
| IDRS_INT | CPageContent_GetPageHeight (const CPageContent argCPageContent, idrs_exception *pargException) |
| Gets the page height. | |
| IDRS_INT | CPageContent_GetPageResolution (const CPageContent argCPageContent, idrs_exception *pargException) |
| Gets the page resolution. | |
| MarginInfo | CPageContent_GetPageMargins (const CPageContent argCPageContent, idrs_exception *pargException) |
| Gets the page margins. | |
| enum Language | CPageContent_GetPageMainLanguage (const CPageContent argCPageContent, idrs_exception *pargException) |
| Gets the main language used in the page. | |
| CPageSectionArray | CPageContent_GetSections (const CPageContent argCPageContent, idrs_exception *pargException) |
| Gets an array with all sections in the page. | |
| CPageGraphicShapeArray | CPageContent_GetGraphicShapes (const CPageContent argCPageContent, idrs_exception *pargException) |
| Gets an array containing all graphic shapes in the page. | |
| const CPageZoneArray | CPageContent_QueryPageZones (const CPageContent argCPageContent, idrs_exception *pargException) |
| Retrieves a list containing all the the zones of the page content. | |
| void | CPageContent_SetPageWidth (CPageContent argCPageContent, IDRS_INT const iPageWidth, idrs_exception *pargException) |
| Sets the page width. | |
| void | CPageContent_SetPageHeight (CPageContent argCPageContent, IDRS_INT const iPageHeight, idrs_exception *pargException) |
| Sets the page height. | |
| void | CPageContent_SetPageResolution (CPageContent argCPageContent, IDRS_INT const iPageResolution, idrs_exception *pargException) |
| Sets the page resolution. | |
| void | CPageContent_SetPageMargins (CPageContent argCPageContent, const MarginInfo *stPageMargins, idrs_exception *pargException) |
| Sets the page margins. | |
| void | CPageContent_SetPageMainLanguage (CPageContent argCPageContent, enum Language const evPageLanguage, idrs_exception *pargException) |
| Sets the main language used in the page. | |
| void | CPageContent_SetSections (CPageContent argCPageContent, const CPageSectionArray argSections, idrs_exception *pargException) |
| Sets the array containing the page sections. | |
| void | CPageContent_SetGraphicShapes (CPageContent argCPageContent, const CPageGraphicShapeArray argShapes, idrs_exception *pargException) |
| Sets the array containing the graphic shapes. | |
| CPageStyle | CPageContent_GetPageStyle (const CPageContent argCPageContent, idrs_exception *pargException) |
| Gets the style object associated to the page content. | |
| void | CPageContent_SetPageStyle (CPageContent argCPageContent, const CPageStyle argPageStyle, idrs_exception *pargException) |
| Sets the page style associated to the page content. | |
| CPageMetadata | CPageContent_GetMetadata (const CPageContent argCPageContent, idrs_exception *pargException) |
| Gets the page metadata. | |
| void | CPageContent_SetMetadata (CPageContent argCPageContent, const CPageMetadata argPageMetadata, idrs_exception *pargException) |
| Sets the page metadata. | |
| void | CPageContent_Clear (CPageContent argCPageContent, idrs_exception *pargException) |
| Clears all elements in the page. | |
| void | CPageContent_Destroy (CPageContent argCPageContent, idrs_exception *pargException) |
| Destroys a CPageContent handle. | |
Interface for CPageContent wrapper.
| void CPageContent_Clear | ( | CPageContent | argCPageContent, |
| idrs_exception * | pargException | ||
| ) |
Clears all elements in the page.
| argCPageContent | CPageContent handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| CPageContent CPageContent_Create | ( | idrs_exception * | pargException | ) |
Instantiates a new page content object with default values.
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| CPageContent CPageContent_Create2 | ( | IDRS_INT const | iPageWidth, |
| IDRS_INT const | iPageHeight, | ||
| IDRS_INT const | iPageResolution, | ||
| idrs_exception * | pargException | ||
| ) |
Create instantiates a new page content object and initializes the basic values.
| iPageWidth | Page width |
| iPageHeight | Page height |
| iPageResolution | Page resolution |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageContent_Destroy | ( | CPageContent | argCPageContent, |
| idrs_exception * | pargException | ||
| ) |
Destroys a CPageContent handle.
| argCPageContent | CPageContent handle to destroy |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| CPageGraphicShapeArray CPageContent_GetGraphicShapes | ( | const CPageContent | argCPageContent, |
| idrs_exception * | pargException | ||
| ) |
Gets an array containing all graphic shapes in the page.
| argCPageContent | CPageContent handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| CPageMetadata CPageContent_GetMetadata | ( | const CPageContent | argCPageContent, |
| idrs_exception * | pargException | ||
| ) |
Gets the page metadata.
| argCPageContent | CPageContent handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| IDRS_INT CPageContent_GetPageHeight | ( | const CPageContent | argCPageContent, |
| idrs_exception * | pargException | ||
| ) |
Gets the page height.
| argCPageContent | CPageContent handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| enum Language CPageContent_GetPageMainLanguage | ( | const CPageContent | argCPageContent, |
| idrs_exception * | pargException | ||
| ) |
Gets the main language used in the page.
| argCPageContent | CPageContent handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| MarginInfo CPageContent_GetPageMargins | ( | const CPageContent | argCPageContent, |
| idrs_exception * | pargException | ||
| ) |
Gets the page margins.
| argCPageContent | CPageContent handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| IDRS_INT CPageContent_GetPageResolution | ( | const CPageContent | argCPageContent, |
| idrs_exception * | pargException | ||
| ) |
Gets the page resolution.
| argCPageContent | CPageContent handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| CPageStyle CPageContent_GetPageStyle | ( | const CPageContent | argCPageContent, |
| idrs_exception * | pargException | ||
| ) |
Gets the style object associated to the page content.
| argCPageContent | CPageContent handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| IDRS_INT CPageContent_GetPageWidth | ( | const CPageContent | argCPageContent, |
| idrs_exception * | pargException | ||
| ) |
Gets the page width.
| argCPageContent | CPageContent handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| CPageSectionArray CPageContent_GetSections | ( | const CPageContent | argCPageContent, |
| idrs_exception * | pargException | ||
| ) |
Gets an array with all sections in the page.
| argCPageContent | CPageContent handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| const CPageZoneArray CPageContent_QueryPageZones | ( | const CPageContent | argCPageContent, |
| idrs_exception * | pargException | ||
| ) |
Retrieves a list containing all the the zones of the page content.
| argCPageContent | CPageContent handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageContent_SetGraphicShapes | ( | CPageContent | argCPageContent, |
| const CPageGraphicShapeArray | argShapes, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the array containing the graphic shapes.
| argCPageContent | CPageContent handle |
| argShapes | Array containing graphic shapes |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageContent_SetMetadata | ( | CPageContent | argCPageContent, |
| const CPageMetadata | argPageMetadata, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the page metadata.
| argCPageContent | CPageContent handle |
| argPageMetadata | The metadata to set |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageContent_SetPageHeight | ( | CPageContent | argCPageContent, |
| IDRS_INT const | iPageHeight, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the page height.
| argCPageContent | CPageContent handle |
| iPageHeight | Page height |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageContent_SetPageMainLanguage | ( | CPageContent | argCPageContent, |
| enum Language const | evPageLanguage, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the main language used in the page.
| argCPageContent | CPageContent handle |
| evPageLanguage | Main language used in the page |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageContent_SetPageMargins | ( | CPageContent | argCPageContent, |
| const MarginInfo * | stPageMargins, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the page margins.
| argCPageContent | CPageContent handle |
| stPageMargins | Structure containing the page margins |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageContent_SetPageResolution | ( | CPageContent | argCPageContent, |
| IDRS_INT const | iPageResolution, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the page resolution.
| argCPageContent | CPageContent handle |
| iPageResolution | Page resolution |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageContent_SetPageStyle | ( | CPageContent | argCPageContent, |
| const CPageStyle | argPageStyle, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the page style associated to the page content.
| argCPageContent | CPageContent handle |
| argPageStyle | Page style object |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageContent_SetPageWidth | ( | CPageContent | argCPageContent, |
| IDRS_INT const | iPageWidth, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the page width.
| argCPageContent | CPageContent handle |
| iPageWidth | Page width |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageContent_SetSections | ( | CPageContent | argCPageContent, |
| const CPageSectionArray | argSections, | ||
| idrs_exception * | pargException | ||
| ) |
Sets the array containing the page sections.
| argCPageContent | CPageContent handle |
| argSections | Page sections array |
| pargException | Pointer to exception structure that will be filled if an exception occurs |