Class representing text annotations.
More...
#include <pdfannotation.h>
Class representing text annotations.
◆ wxPdfAnnotation() [1/2]
wxPdfAnnotation::wxPdfAnnotation |
( |
double | x, |
|
|
double | y, |
|
|
const wxString & | text ) |
Constructor for text annotation.
Use this constructor to create a text annotation.
- Parameters
-
x | X offset of the annotation |
y | Y offset of the annotation |
text | annotation text |
◆ wxPdfAnnotation() [2/2]
◆ ~wxPdfAnnotation()
virtual wxPdfAnnotation::~wxPdfAnnotation |
( |
| ) |
|
|
inlinevirtual |
◆ GetText()
wxString wxPdfAnnotation::GetText |
( |
| ) |
const |
|
inline |
Get the text of the annotation.
◆ GetX()
double wxPdfAnnotation::GetX |
( |
| ) |
const |
|
inline |
Get the X offset of the annotation.
◆ GetY()
double wxPdfAnnotation::GetY |
( |
| ) |
const |
|
inline |
Get the Y offset of the annotation.
The documentation for this class was generated from the following file: