Interface for CPageStyle wrapper.
More...
Go to the source code of this file.
Interface for CPageStyle wrapper.
◆ CPageStyle_Create()
| CPageStyle CPageStyle_Create |
( |
idrs_exception * |
pargException | ) |
|
Instantiates a new page style object.
- Parameters
-
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CPageStyle_Destroy()
| void CPageStyle_Destroy |
( |
CPageStyle |
argCPageStyle, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Destroys a CPageStyle handle.
- Parameters
-
| argCPageStyle | CPageStyle handle to destroy |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CPageStyle_GetPageParagraphLists()
| CPageParagraphListArray CPageStyle_GetPageParagraphLists |
( |
const CPageStyle |
argCPageStyle, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Get the array containing the paragraph lists.
- Parameters
-
| argCPageStyle | CPageStyle handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CPageStyle_SetPageParagraphLists()
| void CPageStyle_SetPageParagraphLists |
( |
CPageStyle |
argCPageStyle, |
|
|
const CPageParagraphListArray |
argxPageParagraphLists, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Set the array containing the paragraph lists.
- Parameters
-
| argCPageStyle | CPageStyle handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |