|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDictionary> it.stefanochizzolini.clown.documents.interaction.forms.Form
public class Form
Interactive form (AcroForm) [PDF:1.6:8.6.1].
Constructor Summary | |
---|---|
Form(Document context)
|
|
Form(PdfDirectObject baseObject,
PdfIndirectObject container)
|
Method Summary | |
---|---|
Form |
clone(Document context)
Gets a clone of the object, registered inside the given document context. |
Fields |
getFields()
Gets the fields collection. |
Resources |
getResources()
Gets the default resources used by fields. |
void |
setFields(Fields value)
Sets the fields collection. |
void |
setResources(Resources value)
Sets the default resources used by fields. |
Methods inherited from class it.stefanochizzolini.clown.objects.PdfObjectWrapper |
---|
delete, getBaseDataObject, getBaseObject, getContainer, getDocument, getFile, setBaseObject, setContainer, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Form(Document context)
public Form(PdfDirectObject baseObject, PdfIndirectObject container)
Method Detail |
---|
public Form clone(Document context)
PdfObjectWrapper
clone
in class PdfObjectWrapper<PdfDictionary>
context
- Which document the clone has to be registered in.public Fields getFields()
public Resources getResources()
public void setFields(Fields value)
getFields()
public void setResources(Resources value)
getResources()
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |