| Package | Description |
|---|---|
| org.sejda.sambox.contentstream | |
| org.sejda.sambox.pdmodel | |
| org.sejda.sambox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
| org.sejda.sambox.pdmodel.graphics | |
| org.sejda.sambox.pdmodel.graphics.color | |
| org.sejda.sambox.pdmodel.graphics.form | |
| org.sejda.sambox.pdmodel.graphics.image | |
| org.sejda.sambox.pdmodel.graphics.pattern | |
| org.sejda.sambox.pdmodel.interactive.form |
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
|
| Modifier and Type | Method and Description |
|---|---|
PDResources |
PDContentStream.getResources()
Returns this stream's resources, if any.
|
PDResources |
PDFStreamEngine.getResources() |
| Modifier and Type | Method and Description |
|---|---|
PDResources |
PDPage.getResources()
A dictionary containing any resources required by the page.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDPage.setResources(PDResources resources)
This will set the resources for this page.
|
| Modifier and Type | Method and Description |
|---|---|
PDResources |
PDType3Font.getResources()
Returns the optional resources of the type3 stream.
|
PDResources |
PDType3CharProc.getResources() |
| Modifier and Type | Method and Description |
|---|---|
static PDXObject |
PDXObject.createXObject(COSBase base,
PDResources resources)
Creates a new XObject instance of the appropriate type for the COS stream.
|
| Modifier and Type | Method and Description |
|---|---|
static PDICCBased |
PDICCBased.create(COSArray iccArray,
PDResources resources)
Creates a new ICC color space using the PDF array, optionally using a resource cache.
|
static PDColorSpace |
PDColorSpace.create(COSBase colorSpace,
PDResources resources)
Creates a color space given a name or array.
|
static PDColorSpace |
PDColorSpace.create(COSBase colorSpace,
PDResources resources,
boolean wasDefault) |
| Constructor and Description |
|---|
PDIndexed(COSArray indexedArray,
PDResources resources)
Creates a new indexed color space from the given PDF array.
|
PDPattern(PDResources resources)
Creates a new pattern color space.
|
PDPattern(PDResources resources,
PDColorSpace colorSpace)
Creates a new uncolored tiling pattern color space.
|
| Modifier and Type | Method and Description |
|---|---|
PDResources |
PDFormXObject.getResources() |
| Modifier and Type | Method and Description |
|---|---|
PDColorSpace |
PDTransparencyGroupAttributes.getColorSpace(PDResources resources)
Returns the group color space or null if it isn't defined.
|
void |
PDFormXObject.setResources(PDResources resources)
This will set the resources for this page.
|
| Constructor and Description |
|---|
PDImageXObject(PDStream stream,
PDResources resources)
Creates an Image XObject with the given stream as its contents and current color spaces.
|
PDInlineImage(COSDictionary parameters,
byte[] data,
PDResources resources)
Creates an inline image from the given parameters and data.
|
| Modifier and Type | Method and Description |
|---|---|
PDResources |
PDTilingPattern.getResources()
This will get the resources for this pattern.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDTilingPattern.setResources(PDResources resources)
This will set the resources for this pattern.
|
| 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.
|
Copyright © 2020 sejda. All rights reserved.