Uses of Class
org.apache.pdfbox.pdmodel.PDResources

Packages that use PDResources
org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. 
org.apache.pdfbox.pdmodel.graphics.pattern This package deals with patterns which are used instead of colors. 
org.apache.pdfbox.pdmodel.graphics.xobject This package deals with images that are stored in a PDF document. 
org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements. 
org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible This is the visual signature part that help creating the visual representation for the digital signature. 
org.apache.pdfbox.pdmodel.interactive.form The interactive package contains classes that deal with interactive annotations such as textfields and buttons. 
org.apache.pdfbox.util This package contains utility classes that are used by the PDFBox project. 
 

Uses of PDResources in org.apache.pdfbox.pdmodel
 

Methods in org.apache.pdfbox.pdmodel that return PDResources
 PDResources PDPage.findResources()
          This will find the resources for this page by looking up the hierarchy until it finds them.
 PDResources PDPageNode.findResources()
          This will find the resources for this page by looking up the hierarchy until it finds them.
 PDResources PDPage.getResources()
          This will get the resources at this page and not look up the hierarchy.
 PDResources PDPageNode.getResources()
          This will get the resources at this page node and not look up the hierarchy.
 

Methods in org.apache.pdfbox.pdmodel with parameters of type PDResources
 void PDPage.setResources(PDResources resources)
          This will set the resources for this page.
 void PDPageNode.setResources(PDResources resources)
          This will set the resources for this page.
 

Uses of PDResources in org.apache.pdfbox.pdmodel.graphics.pattern
 

Methods in org.apache.pdfbox.pdmodel.graphics.pattern that return PDResources
 PDResources PDTilingPatternResources.getResources()
          This will get the resources for this pattern.
 

Methods in org.apache.pdfbox.pdmodel.graphics.pattern with parameters of type PDResources
 void PDTilingPatternResources.setResources(PDResources resources)
          This will set the resources for this pattern.
 

Uses of PDResources in org.apache.pdfbox.pdmodel.graphics.xobject
 

Methods in org.apache.pdfbox.pdmodel.graphics.xobject that return PDResources
 PDResources PDXObjectForm.getResources()
          This will get the resources at this page and not look up the hierarchy.
 

Methods in org.apache.pdfbox.pdmodel.graphics.xobject with parameters of type PDResources
 void PDXObjectForm.setResources(PDResources resources)
          This will set the resources for this page.
 

Uses of PDResources in org.apache.pdfbox.pdmodel.interactive.annotation
 

Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDResources
 PDResources PDAppearanceStream.getResources()
          This will get the resources for this appearance stream.
 

Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDResources
 void PDAppearanceStream.setResources(PDResources resources)
          This will set the new resources.
 

Uses of PDResources in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
 

Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible that return PDResources
 PDResources PDFTemplateStructure.getHolderFormResources()
          Gets Holder form resources
 PDResources PDFTemplateStructure.getImageFormResources()
          Gets image form resources
 PDResources PDFTemplateStructure.getInnerFormResources()
          Gets inner form Resource
 

Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with parameters of type PDResources
 void PDFTemplateBuilder.createHolderForm(PDResources holderFormResources, PDStream holderFormStream, PDRectangle formrect)
          Creates Form
 void PDVisibleSigBuilder.createHolderForm(PDResources holderFormResources, PDStream holderFormStream, PDRectangle formrect)
           
 void PDFTemplateBuilder.createImageForm(PDResources imageFormResources, PDResources innerFormResource, PDStream imageFormStream, PDRectangle formrect, AffineTransform affineTransform, PDJpeg img)
          Creates Image form
 void PDVisibleSigBuilder.createImageForm(PDResources imageFormResources, PDResources innerFormResource, PDStream imageFormStream, PDRectangle formrect, AffineTransform affineTransform, PDJpeg img)
           
 void PDFTemplateBuilder.createInnerForm(PDResources innerFormResources, PDStream innerFormStream, PDRectangle formrect)
           
 void PDVisibleSigBuilder.createInnerForm(PDResources innerFormResources, PDStream innerFormStream, PDRectangle formrect)
           
 void PDFTemplateBuilder.createWidgetDictionary(PDSignatureField signatureField, PDResources holderFormResources)
          adds Widget Dictionary
 void PDVisibleSigBuilder.createWidgetDictionary(PDSignatureField signatureField, PDResources holderFormResources)
           
 void PDFTemplateBuilder.injectProcSetArray(PDXObjectForm innerForm, PDPage page, PDResources innerFormResources, PDResources imageFormResources, PDResources holderFormResources, COSArray procSet)
          Inject procSetArray
 void PDVisibleSigBuilder.injectProcSetArray(PDXObjectForm innerForm, PDPage page, PDResources innerFormResources, PDResources imageFormResources, PDResources holderFormResources, COSArray procSet)
           
 void PDFTemplateBuilder.insertInnerFormToHolerResources(PDXObjectForm innerForm, PDResources holderFormResources)
           
 void PDVisibleSigBuilder.insertInnerFormToHolerResources(PDXObjectForm innerForm, PDResources holderFormResources)
           
 void PDFTemplateStructure.setHolderFormResources(PDResources holderFormResources)
          Sets holder form resources
 void PDFTemplateStructure.setImageFormResources(PDResources imageFormResources)
          Sets image form resource
 void PDFTemplateStructure.setInnerFormResources(PDResources innerFormResources)
          Sets inner form resource
 

Uses of PDResources in org.apache.pdfbox.pdmodel.interactive.form
 

Methods in org.apache.pdfbox.pdmodel.interactive.form that return PDResources
 PDResources PDAcroForm.getDefaultResources()
          This will get the default resources for the acro form.
 

Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDResources
 void PDAcroForm.setDefaultResources(PDResources dr)
          This will set the default resources for the acroform.
 

Uses of PDResources in org.apache.pdfbox.util
 

Methods in org.apache.pdfbox.util that return PDResources
 PDResources PDFStreamEngine.getResources()
           
 

Methods in org.apache.pdfbox.util with parameters of type PDResources
 void PDFStreamEngine.processStream(PDPage aPage, PDResources resources, COSStream cosStream)
          This will process the contents of the stream.
 void PDFStreamEngine.processSubStream(PDPage aPage, PDResources resources, COSStream cosStream)
          Process a sub stream of the current stream.
 



Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.