it.stefanochizzolini.clown.documents.interaction.forms
Class Fields
java.lang.Object
it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfArray>
it.stefanochizzolini.clown.documents.interaction.forms.Fields
- All Implemented Interfaces:
- Map<String,Field>
public class Fields
- extends PdfObjectWrapper<PdfArray>
- implements Map<String,Field>
Interactive form fields [PDF:1.6:8.6.1].
- Since:
- 0.0.7
- Version:
- 0.0.7
- Author:
- Stefano Chizzolini (http://www.stefanochizzolini.it)
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| Methods inherited from interface java.util.Map |
equals |
Fields
public Fields(Document context)
add
public boolean add(Field value)
clone
public Fields clone(Document context)
- Description copied from class:
PdfObjectWrapper
- Gets a clone of the object, registered inside the given document context.
- Specified by:
clone in class PdfObjectWrapper<PdfArray>
- Parameters:
context - Which document the clone has to be registered in.
clear
public void clear()
- Specified by:
clear in interface Map<String,Field>
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey in interface Map<String,Field>
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValue in interface Map<String,Field>
entrySet
public Set<Map.Entry<String,Field>> entrySet()
- Specified by:
entrySet in interface Map<String,Field>
equals
public boolean equals(PdfDirectObject object)
get
public Field get(Object key)
- Specified by:
get in interface Map<String,Field>
hashCode
public int hashCode()
- Specified by:
hashCode in interface Map<String,Field>- Overrides:
hashCode in class Object
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface Map<String,Field>
keySet
public Set<String> keySet()
- Specified by:
keySet in interface Map<String,Field>
put
public Field put(String key,
Field value)
- Specified by:
put in interface Map<String,Field>
putAll
public void putAll(Map<? extends String,? extends Field> entries)
- Specified by:
putAll in interface Map<String,Field>
remove
public Field remove(Object key)
- Specified by:
remove in interface Map<String,Field>
size
public int size()
- Specified by:
size in interface Map<String,Field>
values
public Collection<Field> values()
- Specified by:
values in interface Map<String,Field>
Project home page
Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.