#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 |
| wxPdfTemplate::wxPdfTemplate | ( | int | templateId | ) |
Constructor.
| wxPdfTemplate::~wxPdfTemplate | ( | ) | [virtual] |
Destructor.
| int wxPdfTemplate::GetIndex | ( | ) | [inline] |
Get index of the template.
| double wxPdfTemplate::GetX | ( | ) | [inline] |
Get X position of template.
| double wxPdfTemplate::GetY | ( | ) | [inline] |
Get Y position of template.
| double wxPdfTemplate::GetWidth | ( | ) | [inline] |
Get width of template.
| double wxPdfTemplate::GetHeight | ( | ) | [inline] |
Get height of template.
| void wxPdfTemplate::SetObjIndex | ( | int | n | ) | [inline] |
Set object index.
| int wxPdfTemplate::GetObjIndex | ( | ) | [inline] |
Get object index.
| void wxPdfTemplate::SetParser | ( | wxPdfParser * | parser | ) | [inline] |
Set the associated parser.
| wxPdfParser* wxPdfTemplate::GetParser | ( | ) | [inline] |
Get the associated parser.
| void wxPdfTemplate::SetResources | ( | wxPdfObject * | resources | ) | [inline] |
Set the array of page resource objects.
| wxPdfObject* wxPdfTemplate::GetResources | ( | ) | [inline] |
Get the array of page resource objects.
friend class wxPdfDocument [friend] |
1.5.1-p1