wxPdfDocument 0.9.2
|
Interface of the wxPdfDocument form field handling. More...
Classes | |
class | wxPdfIndirectObject |
Base class for indirect PDF objects (For internal use only) More... | |
class | wxPdfAnnotationObject |
Base class for annotation objects (For internal use only) More... | |
class | wxPdfAnnotationWidget |
Base class for PDF form fields (For internal use only) More... | |
class | wxPdfCheckBox |
Class representing check box form fields (For internal use only) More... | |
class | wxPdfComboBox |
Class representing combo box form field (For internal use only) More... | |
class | wxPdfPushButton |
Class representing push button form field (For internal use only) More... | |
class | wxPdfRadioButton |
Class representing radio button form field (For internal use only) More... | |
class | wxPdfRadioGroup |
Class representing radio button groups (For internal use only) More... | |
class | wxPdfTextField |
Class representing text form fields (For internal use only) More... | |
Enumerations | |
enum | wxPdfObjectType { wxPDF_OBJECT_INDIRECT, wxPDF_OBJECT_RADIOGROUP, wxPDF_OBJECT_ANNOTATION, wxPDF_OBJECT_TEXTANNOTATION, wxPDF_OBJECT_WIDGET, wxPDF_OBJECT_WIDGET_CHECKBOX, wxPDF_OBJECT_WIDGET_COMBOBOX, wxPDF_OBJECT_WIDGET_PUSHBUTTON, wxPDF_OBJECT_WIDGET_RADIOBUTTON, wxPDF_OBJECT_WIDGET_TEXTFIELD } |
Object types. More... | |
Variables | |
class WXDLLIMPEXP_FWD_PDFDOC | wxPdfRadioGroup |
Interface of the wxPdfDocument form field handling.
enum wxPdfObjectType |
class WXDLLIMPEXP_FWD_PDFDOC wxPdfRadioGroup |