Package org.apache.pdfbox.cos
Class COSDictionaryLateBinding
java.lang.Object
org.apache.pdfbox.cos.COSBase
org.apache.pdfbox.cos.COSDictionary
org.apache.pdfbox.cos.COSDictionaryLateBinding
- All Implemented Interfaces:
COSObjectable
- Author:
- adam
-
Field Summary
FieldsFields inherited from class org.apache.pdfbox.cos.COSDictionary
items
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis will get an object from this dictionary.Methods inherited from class org.apache.pdfbox.cos.COSDictionary
accept, addAll, clear, containsKey, containsKey, containsValue, entrySet, getBoolean, getBoolean, getBoolean, getDate, getDate, getDate, getDate, getDictionaryObject, getDictionaryObject, getDictionaryObject, getDictionaryObject, getEmbeddedDate, getEmbeddedDate, getEmbeddedDate, getEmbeddedDate, getEmbeddedInt, getEmbeddedInt, getEmbeddedInt, getEmbeddedInt, getEmbeddedString, getEmbeddedString, getEmbeddedString, getEmbeddedString, getFloat, getFloat, getFloat, getFloat, getInt, getInt, getInt, getInt, getInt, getInt, getInt, getItem, getItem, getKeyForValue, getLong, getLong, getLong, getLong, getLong, getNameAsString, getNameAsString, getNameAsString, getNameAsString, getObjectFromPath, getString, getString, getString, getString, getValues, keyList, keySet, mergeInto, removeItem, setBoolean, setBoolean, setDate, setDate, setEmbeddedDate, setEmbeddedDate, setEmbeddedInt, setEmbeddedInt, setEmbeddedString, setEmbeddedString, setFloat, setFloat, setInt, setInt, setItem, setItem, setItem, setItem, setLong, setLong, setName, setName, setString, setString, size, toString
Methods inherited from class org.apache.pdfbox.cos.COSBase
getCOSObject, getFilterManager, isDirect, isNeedToBeUpdate, setDirect, setNeedToBeUpdate
-
Field Details
-
log
public static final org.apache.commons.logging.Log log
-
-
Constructor Details
-
COSDictionaryLateBinding
-
-
Method Details
-
getDictionaryObject
This will get an object from this dictionary. If the object is a reference then it will dereference it and get it from the document. If the object is COSNull then null will be returned.- Overrides:
getDictionaryObject
in classCOSDictionary
- Parameters:
key
- The key to the object that we are getting.- Returns:
- The object that matches the key.
-