Package org.verapdf.model.pdlayer
Interface PDContentStream
- All Known Subinterfaces:
PDSemanticContentStream
- All Known Implementing Classes:
GFPDContentStream,GFPDSemanticContentStream
the object representing content stream together with the resource dictionary
-
Method Summary
Modifier and TypeMethodDescriptionwhere the resource is used (for form XObjects, patterns, Type3 fonts, annotations).comma separated list of resource names, which referenced by content stream but missing in resource dictionaryMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries
-
Method Details
-
getundefinedResourceNames
String getundefinedResourceNames()comma separated list of resource names, which referenced by content stream but missing in resource dictionary -
getinheritedResourceNames
String getinheritedResourceNames()where the resource is used (for form XObjects, patterns, Type3 fonts, annotations).
-