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.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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
PDResources |
PDTilingPatternResources.getResources()
This will get the resources for this pattern.
|
Modifier and Type | Method and Description |
---|---|
void |
PDTilingPatternResources.setResources(PDResources resources)
This will set the resources for this pattern.
|
Modifier and Type | Method and Description |
---|---|
PDResources |
PDXObjectForm.getResources()
This will get the resources at this page and not look up the hierarchy.
|
Modifier and Type | Method and Description |
---|---|
void |
PDXObjectForm.setResources(PDResources resources)
This will set the resources for this page.
|
Modifier and Type | Method and Description |
---|---|
PDResources |
PDAppearanceStream.getResources()
This will get the resources for this appearance stream.
|
Modifier and Type | Method and Description |
---|---|
void |
PDAppearanceStream.setResources(PDResources resources)
This will set the new resources.
|
Modifier and Type | Method and Description |
---|---|
PDResources |
PDAcroForm.getDefaultResources()
This will get the default resources for the acro form.
|
Modifier and Type | Method and Description |
---|---|
void |
PDAcroForm.setDefaultResources(PDResources dr)
This will set the default resources for the acroform.
|
Modifier and Type | Method and Description |
---|---|
PDResources |
PDFStreamEngine.getResources() |
Modifier and Type | Method and 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.
|
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.