iDRS™ SDK 16
Loading...
Searching...
No Matches
CPageStyle_interface.h File Reference

Interface for CPageStyle wrapper. More...

Go to the source code of this file.

Functions

CPageStyle CPageStyle_Create (idrs_exception *pargException)
 Instantiates a new page style object.
 
CPageParagraphListArray CPageStyle_GetPageParagraphLists (const CPageStyle argCPageStyle, idrs_exception *pargException)
 Get the array containing the paragraph lists.
 
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.
 

Detailed Description

Interface for CPageStyle wrapper.

Function Documentation

◆ CPageStyle_Create()

CPageStyle CPageStyle_Create ( idrs_exception *  pargException)

Instantiates a new page style object.

Parameters
pargExceptionPointer 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
argCPageStyleCPageStyle handle to destroy
pargExceptionPointer 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
argCPageStyleCPageStyle handle
pargExceptionPointer 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
argCPageStyleCPageStyle handle
pargExceptionPointer to exception structure that will be filled if an exception occurs