Class representing a template (For internal use only)
More...
#include <pdftemplate.h>
Class representing a template (For internal use only)
◆ wxPdfTemplate()
| wxPdfTemplate::wxPdfTemplate |
( |
int | templateId | ) |
|
Constructor.
- Parameters
-
| templateId | The template index |
◆ ~wxPdfTemplate()
| virtual wxPdfTemplate::~wxPdfTemplate |
( |
| ) |
|
|
virtual |
◆ GetHeight()
| double wxPdfTemplate::GetHeight |
( |
| ) |
|
|
inline |
Get height of template.
- Returns
- The template height
◆ GetIndex()
| int wxPdfTemplate::GetIndex |
( |
| ) |
|
|
inline |
Get index of the template.
- Returns
- The template index
◆ GetObjIndex()
| int wxPdfTemplate::GetObjIndex |
( |
| ) |
|
|
inline |
Get object index.
- Returns
- The object index
◆ GetParser()
Get the associated parser.
- Returns
- The associated parser
◆ GetResources()
Get the array of page resource objects.
- Returns
- The page resource objects
◆ GetWidth()
| double wxPdfTemplate::GetWidth |
( |
| ) |
|
|
inline |
Get width of template.
- Returns
- The template width
◆ GetX()
| double wxPdfTemplate::GetX |
( |
| ) |
|
|
inline |
Get X position of template.
- Returns
- The X position
◆ GetY()
| double wxPdfTemplate::GetY |
( |
| ) |
|
|
inline |
Get Y position of template.
- Returns
- The Y position
◆ SetObjIndex()
| void wxPdfTemplate::SetObjIndex |
( |
int | n | ) |
|
|
inline |
Set object index.
- Parameters
-
◆ SetParser()
Set the associated parser.
- Parameters
-
| parser | The parser associated with the template |
◆ SetResources()
| void wxPdfTemplate::SetResources |
( |
wxPdfObject * | resources | ) |
|
|
inline |
Set the array of page resource objects.
- Parameters
-
| resources | The page resource objects |
◆ wxPdfDocument
The documentation for this class was generated from the following file: