Class PDDictionaryWrapper
java.lang.Object
org.apache.pdfbox.pdmodel.common.PDDictionaryWrapper
- All Implemented Interfaces:
COSObjectable
- Direct Known Subclasses:
PDAttributeObject, PDOutlineNode, PDTransition, PDTypedDictionaryWrapper, PDUserProperty
A wrapper for a COS dictionary.
- Author:
- Johannes Koch
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorPDDictionaryWrapper(COSDictionary dictionary) Creates a new instance with a given COS dictionary. -
Method Summary
Modifier and TypeMethodDescriptionbooleanConvert this standard java object to a COS object.inthashCode()
-
Constructor Details
-
PDDictionaryWrapper
public PDDictionaryWrapper()Default constructor -
PDDictionaryWrapper
Creates a new instance with a given COS dictionary.- Parameters:
dictionary- the dictionary
-
-
Method Details
-
getCOSObject
Convert this standard java object to a COS object.- Specified by:
getCOSObjectin interfaceCOSObjectable- Returns:
- The cos object that matches this Java object.
-
equals
-
hashCode
-