| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.pdfbox.pdmodel.fdf.FDFOptionElement
This represents an object that can be used in a Field's Opt entry to represent an available option and a default appearance string.
| Constructor Summary | |
FDFOptionElement()
Default constructor.  | 
|
FDFOptionElement(COSArray o)
Constructor.  | 
|
| Method Summary | |
 COSArray | 
getCOSArray()
Convert this standard java object to a COS object.  | 
 COSBase | 
getCOSObject()
Convert this standard java object to a COS object.  | 
 String | 
getDefaultAppearanceString()
This will get the string of default appearance string.  | 
 String | 
getOption()
This will get the string of one of the available options.  | 
 void | 
setDefaultAppearanceString(String da)
This will set the default appearance string.  | 
 void | 
setOption(String opt)
This will set the string for an available option.  | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public FDFOptionElement()
public FDFOptionElement(COSArray o)
o - The option element.| Method Detail | 
public COSBase getCOSObject()
getCOSObject in interface COSObjectablepublic COSArray getCOSArray()
public String getOption()
public void setOption(String opt)
opt - One of the available options.public String getDefaultAppearanceString()
public void setDefaultAppearanceString(String da)
da - The default appearance string.
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||