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.interactive.documentnavigation.outline |
The outline package allows for a PDF outline(bookmarks) to be created.
|
Modifier and Type | Method and Description |
---|---|
PDColorState |
PDBoxStyle.getGuidelineColor()
Get the color to be used for the guidelines.
|
Modifier and Type | Method and Description |
---|---|
void |
PDBoxStyle.setGuideLineColor(PDColorState color)
Set the color space instance for this box style.
|
Modifier and Type | Method and Description |
---|---|
PDColorState |
PDGraphicsState.getNonStrokingColor()
Returns the non-stroking color state.
|
PDColorState |
PDGraphicsState.getStrokingColor()
Returns the stroking color state.
|
Modifier and Type | Method and Description |
---|---|
PDColorState |
PDOutlineItem.getTextColor()
Get the text color of this node.
|
Modifier and Type | Method and Description |
---|---|
void |
PDOutlineItem.setTextColor(PDColorState textColor)
Set the text color for this node.
|
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.