PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.interaction.forms.Field

Packages that use Field
org.pdfclown.documents.interaction.annotations Annotations used to associate an object such as a note, sound, or movie with a location on a page of a PDF document, or to provide a way to interact with the user by means of the mouse and keyboard [PDF:1.6:8.4]. 
org.pdfclown.documents.interaction.forms Interactive forms (aka AcroForm) used to gather information interactively from the user [PDF:1.6:8.6]. 
org.pdfclown.documents.interaction.forms.styles Custom form field appearance. 
 

Uses of Field in org.pdfclown.documents.interaction.annotations
 

Methods in org.pdfclown.documents.interaction.annotations with parameters of type Field
static Widget Widget.wrap(PdfDirectObject baseObject, Field field)
           
 

Uses of Field in org.pdfclown.documents.interaction.forms
 

Subclasses of Field in org.pdfclown.documents.interaction.forms
 class ButtonField
          Button field [PDF:1.6:8.6.3].
 class CheckBox
          Check box field [PDF:1.6:8.6.3].
 class ChoiceField
          Choice field [PDF:1.6:8.6.3].
 class ComboBox
          Combo box [PDF:1.6:8.6.3].
 class ListBox
          List box [PDF:1.6:8.6.3].
 class PushButton
          Pushbutton field [PDF:1.6:8.6.3].
 class RadioButton
          Radio button field [PDF:1.6:8.6.3].
 class SignatureField
          Signature field [PDF:1.6:8.6.3].
 class TextField
          Text field [PDF:1.6:8.6.3].
 

Methods in org.pdfclown.documents.interaction.forms that return Field
 Field Fields.get(Object key)
           
 Field FieldWidgets.getField()
          Gets the field associated to these widgets.
 Field Fields.put(String key, Field value)
           
 Field Fields.remove(Object key)
           
static Field Field.wrap(PdfReference reference)
          Wraps a field reference into a field object.
 

Methods in org.pdfclown.documents.interaction.forms that return types with arguments of type Field
 Set<Map.Entry<String,Field>> Fields.entrySet()
           
 Collection<Field> Fields.values()
           
 

Methods in org.pdfclown.documents.interaction.forms with parameters of type Field
 boolean Fields.add(Field value)
           
 Field Fields.put(String key, Field value)
           
 

Method parameters in org.pdfclown.documents.interaction.forms with type arguments of type Field
 void Fields.putAll(Map<? extends String,? extends Field> entries)
           
 

Uses of Field in org.pdfclown.documents.interaction.forms.styles
 

Methods in org.pdfclown.documents.interaction.forms.styles with parameters of type Field
 void DefaultStyle.apply(Field field)
           
abstract  void FieldStyle.apply(Field field)
           
 


PDF Clown
0.1.2

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.