Package org.verapdf.model.pdlayer
Interface PDResource
- All Known Subinterfaces:
PDCalGray,PDCalRGB,PDCIDFont,PDColorSpace,PDDeviceCMYK,PDDeviceGray,PDDeviceN,PDDeviceRGB,PDExtGState,PDFont,PDICCBased,PDICCBasedCMYK,PDIndexed,PDInlineImage,PDLab,PDPattern,PDSeparation,PDShading,PDShadingPattern,PDSimpleFont,PDSMaskImage,PDTilingPattern,PDTrueTypeFont,PDType0Font,PDType1Font,PDType3Font,PDXForm,PDXImage,PDXObject
PDF resource object
-
Method Summary
Modifier and TypeMethodDescriptiontrue if the resource is taken not from the resource dictionary explicitly associated with the page content, but is inherited either from the parent page node (for pages) or from the parent page object where the resource is used (for patterns, Type3 fonts, annotations).Methods 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
-
getisInherited
Boolean getisInherited()true if the resource is taken not from the resource dictionary explicitly associated with the page content, but is inherited either from the parent page node (for pages) or from the parent page object where the resource is used (for patterns, Type3 fonts, annotations).
-