![]() |
wxPdfDocument 1.3.1
|
Class representing a template (For internal use only) More...
#include <pdftemplate.h>
Public Member Functions | |
| wxPdfTemplate (int templateId) | |
| Constructor. | |
| virtual | ~wxPdfTemplate () |
| Destructor. | |
| int | GetIndex () |
| Get index of the template. | |
| double | GetX () |
| Get X position of template. | |
| double | GetY () |
| Get Y position of template. | |
| double | GetWidth () |
| Get width of template. | |
| double | GetHeight () |
| Get height of template. | |
| void | SetObjIndex (int n) |
| Set object index. | |
| int | GetObjIndex () |
| Get object index. | |
| void | SetParser (wxPdfParser *parser) |
| Set the associated parser. | |
| wxPdfParser * | GetParser () |
| Get the associated parser. | |
| void | SetResources (wxPdfObject *resources) |
| Set the array of page resource objects. | |
| wxPdfObject * | GetResources () |
| Get the array of page resource objects. | |
Friends | |
| class | wxPdfDocument |
Class representing a template (For internal use only)
| wxPdfTemplate::wxPdfTemplate | ( | int | templateId | ) |
Constructor.
|
virtual |
Destructor.
|
inline |
Get height of template.
|
inline |
Get index of the template.
|
inline |
Get object index.
|
inline |
Get the associated parser.
|
inline |
Get the array of page resource objects.
|
inline |
Get width of template.
|
inline |
Get X position of template.
|
inline |
Get Y position of template.
|
inline |
Set object index.
|
inline |
Set the associated parser.
|
inline |
Set the array of page resource objects.
|
friend |