Package org.verapdf.model.pdlayer
Interface PDContentStream
-
- All Known Subinterfaces:
PDSemanticContentStream
- All Known Implementing Classes:
GFPDContentStream,GFPDSemanticContentStream
public interface PDContentStream extends PDObject
the object representing content stream together with the resource dictionary
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetinheritedResourceNames()where the resource is used (for form XObjects, patterns, Type3 fonts, annotations).StringgetundefinedResourceNames()comma separated list of resource names, which referenced by content stream but missing in resource dictionary-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries
-
-
-
-
Method Detail
-
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).
-
-