wxPdfAnnotationWidget Class Reference

Base class for PDF form fields (For internal use only). More...

#include <pdfform.h>

Inheritance diagram for wxPdfAnnotationWidget:

wxPdfAnnotationObject wxPdfIndirectObject wxPdfCheckBox wxPdfComboBox wxPdfPushButton wxPdfRadioButton wxPdfTextField List of all members.

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.

Detailed Description

Base class for PDF form fields (For internal use only).


Constructor & Destructor Documentation

wxPdfAnnotationWidget::wxPdfAnnotationWidget ( int  objectId,
int  generationId = 0 
)

Constructor.

wxPdfAnnotationWidget::~wxPdfAnnotationWidget (  )  [virtual]

Destructor.


Member Function Documentation

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.


The documentation for this class was generated from the following files:
Generated on Fri Dec 15 21:30:37 2006 for wxPdfDocument by  doxygen 1.5.1-p1