public class FDFOptionElement extends Object implements COSObjectable
| Constructor and Description | 
|---|
| FDFOptionElement()Default constructor. | 
| FDFOptionElement(COSArray o)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
public FDFOptionElement()
public FDFOptionElement(COSArray o)
o - The option element.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.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.