Uses of Interface
com.qoppa.pdf.annotations.Widget

Packages that use Widget
com.qoppa.pdf.annotations Classes representing PDF annotations. 
com.qoppa.pdfProcess jPDFProcess main classes, used to manipulate PDF documents and pages. 
 

Uses of Widget in com.qoppa.pdf.annotations
 

Subinterfaces of Widget in com.qoppa.pdf.annotations
 interface WidgetButton
          Interface to a button Widget annotation.
 interface WidgetCheckBox
          Interface to a check box Widget annotation.
 interface WidgetChoice
          Abstract interface to a choice Widget annotation.
 interface WidgetCombo
          Interface to a combo box Widget annotation.
 interface WidgetList
          Interface to a list box Widget annotation.
 interface WidgetPushButton
          Interface to a push button Widget annotation.
 interface WidgetRadioButton
          Interface to a radio button Widget annotation.
 interface WidgetSignature
          Interface to a signature field Widget annotation.
 interface WidgetText
          Interface to a text field Widget annotation.
 

Methods in com.qoppa.pdf.annotations with parameters of type Widget
 void IFlattener.flattenWidget(Widget w)
           
 

Uses of Widget in com.qoppa.pdfProcess
 

Methods in com.qoppa.pdfProcess with parameters of type Widget
 void PDFPage.flattenWidget(Widget widget)
          Flatten a widget into the content layer of the page.