Package org.apache.pdfbox.pdmodel.common
Class PDTypedDictionaryWrapper
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.common.PDDictionaryWrapper
-
- org.apache.pdfbox.pdmodel.common.PDTypedDictionaryWrapper
-
- All Implemented Interfaces:
COSObjectable
public class PDTypedDictionaryWrapper extends PDDictionaryWrapper
A wrapper for a COS dictionary including Type information.
-
-
Constructor Summary
Constructors Constructor Description PDTypedDictionaryWrapper(java.lang.String type)
Creates a new instance with a given type.PDTypedDictionaryWrapper(COSDictionary dictionary)
Creates a new instance with a given COS dictionary.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getType()
Gets the type.-
Methods inherited from class org.apache.pdfbox.pdmodel.common.PDDictionaryWrapper
equals, getCOSObject, hashCode
-
-
-
-
Constructor Detail
-
PDTypedDictionaryWrapper
public PDTypedDictionaryWrapper(java.lang.String type)
Creates a new instance with a given type.- Parameters:
type
- the type (Type)
-
PDTypedDictionaryWrapper
public PDTypedDictionaryWrapper(COSDictionary dictionary)
Creates a new instance with a given COS dictionary.- Parameters:
dictionary
- the dictionary
-
-