PDF Clown
0.1.2

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

Packages that use ChoiceItem
org.pdfclown.documents.interaction.forms Interactive forms (aka AcroForm) used to gather information interactively from the user [PDF:1.6:8.6]. 
 

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

Methods in org.pdfclown.documents.interaction.forms that return ChoiceItem
 ChoiceItem ChoiceItems.add(int index, String value)
           
 ChoiceItem ChoiceItems.add(String value)
           
 ChoiceItem ChoiceItem.clone(Document context)
           
 ChoiceItem ChoiceItems.get(int index)
           
 ChoiceItem ChoiceItems.remove(int index)
           
 ChoiceItem ChoiceItems.set(int index, ChoiceItem value)
           
 

Methods in org.pdfclown.documents.interaction.forms that return types with arguments of type ChoiceItem
 Iterator<ChoiceItem> ChoiceItems.iterator()
           
 ListIterator<ChoiceItem> ChoiceItems.listIterator()
           
 ListIterator<ChoiceItem> ChoiceItems.listIterator(int index)
           
 List<ChoiceItem> ChoiceItems.subList(int fromIndex, int toIndex)
           
 

Methods in org.pdfclown.documents.interaction.forms with parameters of type ChoiceItem
 boolean ChoiceItems.add(ChoiceItem value)
           
 void ChoiceItems.add(int index, ChoiceItem value)
           
 ChoiceItem ChoiceItems.set(int index, ChoiceItem value)
           
 

Method parameters in org.pdfclown.documents.interaction.forms with type arguments of type ChoiceItem
 boolean ChoiceItems.addAll(Collection<? extends ChoiceItem> values)
           
 boolean ChoiceItems.addAll(int index, Collection<? extends ChoiceItem> values)
           
 


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.