Class PDDictionaryWrapper

java.lang.Object
org.sejda.sambox.pdmodel.common.PDDictionaryWrapper
All Implemented Interfaces:
COSObjectable
Direct Known Subclasses:
FileTrailer, PDAcroForm, PDAnnotation, PDAppearanceCharacteristicsDictionary, PDAttributeObject, PDCryptFilterDictionary, PDDeviceNAttributes, PDDocumentInformation, PDEncryption, PDField, PDObjectReference, PDOptionalContentProperties, PDOutlineNode, PDTransition, PDTransparencyGroupAttributes, PDTypedDictionaryWrapper, PDUserProperty

public class PDDictionaryWrapper extends Object implements COSObjectable
A wrapper for a COS dictionary.
Author:
Johannes Koch
  • Constructor Details

    • PDDictionaryWrapper

      public PDDictionaryWrapper()
    • PDDictionaryWrapper

      public PDDictionaryWrapper(COSDictionary dictionary)
      Creates a new instance with a given COS dictionary.
      Parameters:
      dictionary - the dictionary
  • Method Details