![]() |
wxPdfDocument 1.3.1
|
Base class for annotation objects (For internal use only) More...
#include <pdfform.h>
Public Member Functions | |
| wxPdfAnnotationObject (int objectId, int generationId) | |
| Constructor. | |
| ~wxPdfAnnotationObject () | |
| Destructor. | |
| void | SetRectangle (double x, double y, double width, double height) |
| Set the associated rectangular area. | |
| double | GetX () |
| Get the X offset. | |
| double | GetY () |
| Get the Y offset. | |
| double | GetWidth () |
| Get the width. | |
| double | GetHeight () |
| Get the height. | |
Public Member Functions inherited from wxPdfIndirectObject | |
| wxPdfIndirectObject (int objectId, int generationId) | |
| Constructor. | |
| virtual | ~wxPdfIndirectObject () |
| Destructor. | |
| wxPdfObjectType | GetType () |
| Get type of this object. | |
| void | SetType (wxPdfObjectType type) |
| Set type of object. | |
| int | GetObjectId () |
| Get identifier of this object. | |
| int | GetGenerationId () |
| Get generation identifier of this object. | |
Base class for annotation objects (For internal use only)
| wxPdfAnnotationObject::wxPdfAnnotationObject | ( | int | objectId, |
| int | generationId ) |
Constructor.
| objectId | the object number |
| generationId | the generation number |
| wxPdfAnnotationObject::~wxPdfAnnotationObject | ( | ) |
Destructor.
|
inline |
Get the height.
|
inline |
Get the width.
|
inline |
Get the X offset.
|
inline |
Get the Y offset.
| void wxPdfAnnotationObject::SetRectangle | ( | double | x, |
| double | y, | ||
| double | width, | ||
| double | height ) |
Set the associated rectangular area.
| x | offset in x direction |
| y | offset in y direction |
| width | the width of the annotation |
| height | the height of the annotation |