wxPdfDocument 1.2.0
|
Base class for PDF form fields (For internal use only) More...
#include <pdfform.h>
Public Member Functions | |
wxPdfAnnotationWidget (int objectId, int generationId=0) | |
Constructor. | |
virtual | ~wxPdfAnnotationWidget () |
Destructor. | |
void | SetName (const wxString &name) |
Set form field name. | |
wxString | GetName () |
Get form field name. | |
void | SetBorderColour (const wxString &borderColour) |
Set border colour representation of form field. | |
wxString | GetBorderColour () |
Get border colour representation of form field. | |
void | SetBackgroundColour (const wxString &backgroundColour) |
Set background colour representation of form field. | |
wxString | GetBackgroundColour () |
Get background colour representation of form field. | |
void | SetTextColour (const wxString &textColour) |
Set text colour representation of form field. | |
wxString | GetTextColour () |
Get text colour representation of form field. | |
void | SetBorderStyle (const wxString &borderStyle) |
Set border style of form field. | |
wxString | GetBorderStyle () |
Get border style of form field. | |
void | SetBorderWidth (double borderWidth) |
Set border width of form field. | |
double | GetBorderWidth () |
Get border width of form field. | |
Public Member Functions inherited from wxPdfAnnotationObject | |
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 PDF form fields (For internal use only)
wxPdfAnnotationWidget::wxPdfAnnotationWidget | ( | int | objectId, |
int | generationId = 0 ) |
Constructor.
objectId | the object number |
generationId | the generation number |
|
virtual |
Destructor.
|
inline |
Get background colour representation of form field.
|
inline |
Get border colour representation of form field.
|
inline |
Get border style of form field.
|
inline |
Get border width of form field.
|
inline |
Get form field name.
|
inline |
Get text colour representation of form field.
|
inline |
Set background colour representation of form field.
|
inline |
Set border colour representation of form field.
|
inline |
Set border style of form field.
|
inline |
Set border width of form field.
|
inline |
Set form field name.
|
inline |
Set text colour representation of form field.