iDRS™ SDK 16
Loading...
Searching...
No Matches
CPageStyle_interface.h
Go to the documentation of this file.
1
7#ifndef CPAGESTYLE_INTERFACE_H
8
9#define CPAGESTYLE_INTERFACE_H
10
11#include "CObjPtr_interface.h"
13
14#include "idrs_common.h"
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
24CPageStyle CPageStyle_Create(idrs_exception *pargException);
25
31CPageParagraphListArray CPageStyle_GetPageParagraphLists(const CPageStyle argCPageStyle, idrs_exception *pargException);
32
38void CPageStyle_SetPageParagraphLists(CPageStyle argCPageStyle, const CPageParagraphListArray argxPageParagraphLists, idrs_exception *pargException);
39
47void CPageStyle_Destroy(CPageStyle argCPageStyle, idrs_exception *pargException);
48
49#ifdef __cplusplus
50}
51#endif /* __cplusplus */
52
53#endif /* CPAGESTYLE_INTERFACE_H */
Interface for CObjPtr wrapper.
CPageParagraphListArray CPageStyle_GetPageParagraphLists(const CPageStyle argCPageStyle, idrs_exception *pargException)
Get the array containing the paragraph lists.
CPageStyle CPageStyle_Create(idrs_exception *pargException)
Instantiates a new page style object.
void CPageStyle_SetPageParagraphLists(CPageStyle argCPageStyle, const CPageParagraphListArray argxPageParagraphLists, idrs_exception *pargException)
Set the array containing the paragraph lists.
void CPageStyle_Destroy(CPageStyle argCPageStyle, idrs_exception *pargException)
Destroys a CPageStyle handle.
Interface for CPageStyleParagraphList wrapper.
Sets the page style associated to a page.