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
- All Known Implementing Classes:
GFPDCalGray,GFPDCalRGB,GFPDCIDFont,GFPDColorSpace,GFPDDeviceCMYK,GFPDDeviceGray,GFPDDeviceN,GFPDDeviceRGB,GFPDEmptyColorSpace,GFPDEmptyFont,GFPDExtGState,GFPDFont,GFPDICCBased,GFPDICCBasedCMYK,GFPDIndexed,GFPDInlineImage,GFPDLab,GFPDPattern,GFPDResource,GFPDSeparation,GFPDShading,GFPDShadingPattern,GFPDSimpleFont,GFPDSMaskImage,GFPDTilingPattern,GFPDTrueTypeFont,GFPDType0Font,GFPDType1Font,GFPDType3Font,GFPDXForm,GFPDXImage,GFPDXObject
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
-
Methods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries
-
-
-
-
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).
-
-