Package org.verapdf.model.coslayer
Interface CosDict
-
- All Known Subinterfaces:
CosFileSpecification,CosInfo,CosStream,CosTrailer
public interface CosDict extends CosObject
PDF Dict type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Longgetsize()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
-
-
-
-
Method Detail
-
getsize
Long getsize()
number of key/value pairs in the dictionary
-
-