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. | |
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 wxPdfAnnotationWidget::~wxPdfAnnotationWidget | ( | ) | [virtual] |
Destructor.
| wxString wxPdfAnnotationWidget::GetBackgroundColour | ( | ) | [inline] |
Get background colour representation of form field.
| wxString wxPdfAnnotationWidget::GetBorderColour | ( | ) | [inline] |
Get border colour representation of form field.
| wxString wxPdfAnnotationWidget::GetBorderStyle | ( | ) | [inline] |
Get border style of form field.
| double wxPdfAnnotationWidget::GetBorderWidth | ( | ) | [inline] |
Get border width of form field.
| wxString wxPdfAnnotationWidget::GetName | ( | ) | [inline] |
Get form field name.
| wxString wxPdfAnnotationWidget::GetTextColour | ( | ) | [inline] |
Get text colour representation of form field.
| void wxPdfAnnotationWidget::SetBackgroundColour | ( | const wxString & | backgroundColour ) | [inline] |
Set background colour representation of form field.
| void wxPdfAnnotationWidget::SetBorderColour | ( | const wxString & | borderColour ) | [inline] |
Set border colour representation of form field.
| void wxPdfAnnotationWidget::SetBorderStyle | ( | const wxString & | borderStyle ) | [inline] |
Set border style of form field.
| void wxPdfAnnotationWidget::SetBorderWidth | ( | double | borderWidth ) | [inline] |
Set border width of form field.
| void wxPdfAnnotationWidget::SetName | ( | const wxString & | name ) | [inline] |
Set form field name.
| void wxPdfAnnotationWidget::SetTextColour | ( | const wxString & | textColour ) | [inline] |
Set text colour representation of form field.
1.7.2