Uses of Class
org.apache.pdfbox.pdmodel.PDResources
-
Packages that use PDResources Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description PDResources
PDTilingPatternResources. getResources()
This will get the resources for this pattern.Methods in org.apache.pdfbox.pdmodel.graphics.pattern with parameters of type PDResources Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description PDResources
PDFTemplateStructure. getHolderFormResources()
Gets Holder form resourcesPDResources
PDFTemplateStructure. getImageFormResources()
Gets image form resourcesPDResources
PDFTemplateStructure. getInnerFormResources()
Gets inner form ResourceMethods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with parameters of type PDResources Modifier and Type Method Description void
PDFTemplateBuilder. createHolderForm(PDResources holderFormResources, PDStream holderFormStream, PDRectangle formrect)
Creates Formvoid
PDVisibleSigBuilder. createHolderForm(PDResources holderFormResources, PDStream holderFormStream, PDRectangle formrect)
void
PDFTemplateBuilder. createImageForm(PDResources imageFormResources, PDResources innerFormResource, PDStream imageFormStream, PDRectangle formrect, java.awt.geom.AffineTransform affineTransform, PDJpeg img)
Creates Image formvoid
PDVisibleSigBuilder. createImageForm(PDResources imageFormResources, PDResources innerFormResource, PDStream imageFormStream, PDRectangle formrect, java.awt.geom.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 Dictionaryvoid
PDVisibleSigBuilder. createWidgetDictionary(PDSignatureField signatureField, PDResources holderFormResources)
void
PDFTemplateBuilder. injectProcSetArray(PDXObjectForm innerForm, PDPage page, PDResources innerFormResources, PDResources imageFormResources, PDResources holderFormResources, COSArray procSet)
Inject procSetArrayvoid
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 resourcesvoid
PDFTemplateStructure. setImageFormResources(PDResources imageFormResources)
Sets image form resourcevoid
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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description PDResources
PDFStreamEngine. getResources()
Methods in org.apache.pdfbox.util with parameters of type PDResources Modifier and Type Method Description 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.
-