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
A wrapper for a COS dictionary including Type information.
- Author:
- Johannes Koch
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance with a given type.PDTypedDictionaryWrapper
(COSDictionary dictionary) Creates a new instance with a given COS dictionary. -
Method Summary
Methods inherited from class org.apache.pdfbox.pdmodel.common.PDDictionaryWrapper
equals, getCOSObject, hashCode
-
Constructor Details
-
PDTypedDictionaryWrapper
Creates a new instance with a given type.- Parameters:
type
- the type (Type)
-
PDTypedDictionaryWrapper
Creates a new instance with a given COS dictionary.- Parameters:
dictionary
- the dictionary
-
-
Method Details
-
getType
Gets the type.- Returns:
- the type
-