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 TypeMethodDescriptioncomma separated list of resource names, which are taken not from the resource dictionary explicitly associated with the page content, but are inherited either from the pages tree (for pages) or from the parent page object where 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, getobjectKey
-
Method Details
-
getundefinedResourceNames
String getundefinedResourceNames()comma separated list of resource names, which referenced by content stream but missing in resource dictionary -
getinheritedResourceNames
String getinheritedResourceNames()comma separated list of resource names, which are taken not from the resource dictionary explicitly associated with the page content, but are inherited either from the pages tree (for pages) or from the parent page object where the resource is used (for form XObjects, patterns, Type3 fonts, annotations).
-