|
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<PdfDirectObject> it.stefanochizzolini.clown.documents.interaction.forms.ChoiceItem
public class ChoiceItem
Field option [PDF:1.6:8.6.3].
Constructor Summary | |
---|---|
ChoiceItem(Document context,
String value,
String text)
|
|
ChoiceItem(String value)
|
Method Summary | |
---|---|
ChoiceItem |
clone(Document context)
Gets a clone of the object, registered inside the given document context. |
String |
getText()
Gets the displayed text. |
String |
getValue()
Gets the export value. |
void |
setText(String value)
|
void |
setValue(String value)
|
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 ChoiceItem(String value)
public ChoiceItem(Document context, String value, String text)
Method Detail |
---|
public ChoiceItem clone(Document context)
PdfObjectWrapper
clone
in class PdfObjectWrapper<PdfDirectObject>
context
- Which document the clone has to be registered in.public String getText()
public String getValue()
public void setText(String value)
getText()
public void setValue(String value)
getValue()
|
PDF Clown 0.0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |