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.
Version:
$Revision: $
Author:
Johannes Koch
  • Constructor Details

    • PDTypedDictionaryWrapper

      public PDTypedDictionaryWrapper(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
  • Method Details

    • getType

      public String getType()
      Gets the type.
      Returns:
      the type