wxPdfDocument  1.4.0
Library for generating PDF documents from wxWidgets applications
Loading...
Searching...
No Matches
pdfform.h File Reference

Interface of the wxPdfDocument form field handling. More...

#include <wx/arrstr.h>
#include <wx/string.h>
#include "wx/pdfdocdef.h"

Classes

class  wxPdfIndirectObject
class  wxPdfAnnotationObject
class  wxPdfAnnotationWidget
class  wxPdfCheckBox
class  wxPdfComboBox
class  wxPdfPushButton
class  wxPdfRadioButton
class  wxPdfRadioGroup
class  wxPdfTextField

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

Detailed Description

Interface of the wxPdfDocument form field handling.

Enumeration Type Documentation

◆ wxPdfObjectType

Object types.

Enumerator
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 

Variable Documentation

◆ wxPdfRadioGroup

class WXDLLIMPEXP_FWD_PDFDOC wxPdfRadioGroup