Package org.verapdf.model.coslayer
Interface CosDict
-
- All Known Subinterfaces:
CosFileSpecification,CosInfo,CosStream,CosTrailer
- All Known Implementing Classes:
GFCosDict,GFCosFileSpecification,GFCosInfo,GFCosStream,GFCosTrailer
public interface CosDict extends CosObject
PDF Dict type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetkeysString()ampersand separated list of all keys of the dictionaryLonggetsize()number of key/value pairs in the dictionary-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-