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
public interface PDResource extends PDObject
PDF resource object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetisInherited()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, isContextDependent
-
-
-
-
Method Detail
-
getisInherited
Boolean getisInherited()
from the parent page node (for pages) or from the parent page object where the resource is used (for patterns, Type3 fonts, annotations).
-
-