#include <pdfform.h>
Inheritance diagram for wxPdfAnnotationWidget:
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 | SetBorderColor (const wxString &borderColor) |
Set border color representation of form field. | |
wxString | GetBorderColor () |
Get border color representation of form field. | |
void | SetBackgroundColor (const wxString &backgroundColor) |
Set background color representation of form field. | |
wxString | GetBackgroundColor () |
Get background color representation of form field. | |
void | SetTextColor (const wxString &textColor) |
Set text color representation of form field. | |
wxString | GetTextColor () |
Get text color 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. |
wxPdfAnnotationWidget::wxPdfAnnotationWidget | ( | int | objectId, | |
int | generationId = 0 | |||
) |
Constructor.
wxPdfAnnotationWidget::~wxPdfAnnotationWidget | ( | ) | [virtual] |
Destructor.
void wxPdfAnnotationWidget::SetName | ( | const wxString & | name | ) | [inline] |
Set form field name.
wxString wxPdfAnnotationWidget::GetName | ( | ) | [inline] |
Get form field name.
void wxPdfAnnotationWidget::SetBorderColor | ( | const wxString & | borderColor | ) | [inline] |
Set border color representation of form field.
wxString wxPdfAnnotationWidget::GetBorderColor | ( | ) | [inline] |
Get border color representation of form field.
void wxPdfAnnotationWidget::SetBackgroundColor | ( | const wxString & | backgroundColor | ) | [inline] |
Set background color representation of form field.
wxString wxPdfAnnotationWidget::GetBackgroundColor | ( | ) | [inline] |
Get background color representation of form field.
void wxPdfAnnotationWidget::SetTextColor | ( | const wxString & | textColor | ) | [inline] |
Set text color representation of form field.
wxString wxPdfAnnotationWidget::GetTextColor | ( | ) | [inline] |
Get text color representation of form field.
void wxPdfAnnotationWidget::SetBorderStyle | ( | const wxString & | borderStyle | ) | [inline] |
Set border style of form field.
wxString wxPdfAnnotationWidget::GetBorderStyle | ( | ) | [inline] |
Get border style of form field.
void wxPdfAnnotationWidget::SetBorderWidth | ( | double | borderWidth | ) | [inline] |
Set border width of form field.
double wxPdfAnnotationWidget::GetBorderWidth | ( | ) | [inline] |
Get border width of form field.