org.pdfclown.documents.interaction.forms
Class Fields
java.lang.Object
org.pdfclown.objects.PdfObjectWrapper<PdfArray>
org.pdfclown.documents.interaction.forms.Fields
- All Implemented Interfaces:
- Cloneable, Map<String,Field>, IPdfObjectWrapper
@PDF(value=PDF12)
public final class Fields
- extends PdfObjectWrapper<PdfArray>
- implements Map<String,Field>
Interactive form fields [PDF:1.6:8.6.1].
- Since:
- 0.0.7
- Version:
- 0.1.2, 12/21/12
- Author:
- Stefano Chizzolini (http://www.stefanochizzolini.it)
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from class org.pdfclown.objects.PdfObjectWrapper |
checkCompatibility, delete, equals, exists, getBaseDataObject, getBaseObject, getBaseObject, getContainer, getDataContainer, getDocument, getFile, getMetadata, retrieveName, retrieveNamedBaseObject, setBaseObject, setMetadata |
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.
- Overrides:
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>
get
public Field get(Object key)
- Specified by:
get
in interface Map<String,Field>
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-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.