Class GFPDResource

All Implemented Interfaces:
Object, PDObject, PDResource
Direct Known Subclasses:
GFPDColorSpace, GFPDExtGState, GFPDFont, GFPDInlineImage, GFPDShading, GFPDXObject

public class GFPDResource extends GFPDObject implements PDResource
Author:
Maksim Bezrukov
  • Field Details

  • Constructor Details

    • GFPDResource

      protected GFPDResource(PDResource simplePDObject, String type)
    • GFPDResource

      protected GFPDResource(PDFont font, String type)
  • Method Details

    • getisInherited

      public Boolean getisInherited()
      Description copied from interface: PDResource
      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).
      Specified by:
      getisInherited in interface PDResource