|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pdfbox.pdmodel.interactive.annotation.PDExternalDataDictionary
public class PDExternalDataDictionary
This class represents an external data dictionary.
| Constructor Summary | |
|---|---|
PDExternalDataDictionary()
Constructor. |
|
PDExternalDataDictionary(COSDictionary dictionary)
Constructor. |
|
| Method Summary | |
|---|---|
COSBase |
getCOSObject()
Convert this standard java object to a COS object. |
COSDictionary |
getDictionary()
returns the dictionary. |
String |
getSubtype()
returns the subtype of the external data dictionary. |
String |
getType()
returns the type of the external data dictionary. |
void |
setSubtype(String subtype)
This will set the subtype of the external data dictionary. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PDExternalDataDictionary()
public PDExternalDataDictionary(COSDictionary dictionary)
dictionary - Dictionary| Method Detail |
|---|
public COSBase getCOSObject()
getCOSObject in interface COSObjectablepublic COSDictionary getDictionary()
public String getType()
public String getSubtype()
public void setSubtype(String subtype)
subtype - the subtype of the external data dictionary
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||