wxPdfDocument 0.9.2
|
Class representing text annotations. More...
#include <pdfannotation.h>
Public Member Functions | |
wxPdfAnnotation (double x, double y, const wxString &text) | |
Constructor for text annotation. | |
wxPdfAnnotation (const wxPdfAnnotation &annotation) | |
Copy constructor. | |
virtual | ~wxPdfAnnotation () |
Destructor. | |
double | GetX () const |
Get the X offset of the annotation. | |
double | GetY () const |
Get the Y offset of the annotation. | |
wxString | GetText () const |
Get the text of the annotation. |
Class representing text annotations.
wxPdfAnnotation::wxPdfAnnotation | ( | double | x, |
double | y, | ||
const wxString & | text | ||
) |
Constructor for text annotation.
Use this constructor to create a text annotation.
x | X offset of the annotation |
y | Y offset of the annotation |
text | annotation text |
wxPdfAnnotation::wxPdfAnnotation | ( | const wxPdfAnnotation & | annotation | ) |
Copy constructor.
virtual wxPdfAnnotation::~wxPdfAnnotation | ( | ) | [inline, virtual] |
Destructor.
wxString wxPdfAnnotation::GetText | ( | ) | const [inline] |
Get the text of the annotation.
double wxPdfAnnotation::GetX | ( | ) | const [inline] |
Get the X offset of the annotation.
double wxPdfAnnotation::GetY | ( | ) | const [inline] |
Get the Y offset of the annotation.