|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.pdmodel.common.PDDictionaryWrapper
org.apache.pdfbox.pdmodel.common.PDTypedDictionaryWrapper
public class PDTypedDictionaryWrapper
A wrapper for a COS dictionary including Type information.
Constructor Summary | |
---|---|
PDTypedDictionaryWrapper(COSDictionary dictionary)
Creates a new instance with a given COS dictionary. |
|
PDTypedDictionaryWrapper(java.lang.String type)
Creates a new instance with a given type. |
Method Summary | |
---|---|
java.lang.String |
getType()
Gets the type. |
Methods inherited from class org.apache.pdfbox.pdmodel.common.PDDictionaryWrapper |
---|
equals, getCOSDictionary, getCOSObject, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDTypedDictionaryWrapper(java.lang.String type)
type
- the type (Type)public PDTypedDictionaryWrapper(COSDictionary dictionary)
dictionary
- the dictionaryMethod Detail |
---|
public java.lang.String getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |