Package | Description |
---|---|
org.apache.pdfbox.pdmodel.documentinterchange.prepress |
This package contains classes for prepress support in PDFBox.
|
org.apache.pdfbox.pdmodel.graphics |
The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document.
|
org.apache.pdfbox.pdmodel.graphics.xobject |
This package deals with images that are stored in a PDF document.
|
org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline |
The outline package allows for a PDF outline(bookmarks) to be created.
|
Modifier and Type | Method | Description |
---|---|---|
PDColorState |
PDBoxStyle.getGuidelineColor() |
Get the color to be used for the guidelines.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDBoxStyle.setGuideLineColor(PDColorState color) |
Set the color space instance for this box style.
|
Modifier and Type | Method | Description |
---|---|---|
PDColorState |
PDGraphicsState.getNonStrokingColor() |
Returns the non-stroking color state.
|
PDColorState |
PDGraphicsState.getStrokingColor() |
Returns the stroking color state.
|
Modifier and Type | Method | Description |
---|---|---|
PDColorState |
PDXObjectImage.getStencilColor() |
Returns the non stroking colorstate to be used to create stencil makes images.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDXObjectImage.setStencilColor(PDColorState stencilColorValue) |
Set the current non stroking colorstate.
|
Modifier and Type | Method | Description |
---|---|---|
PDColorState |
PDOutlineItem.getTextColor() |
Get the text color of this node.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDOutlineItem.setTextColor(PDColorState textColor) |
Set the text color for this node.
|