Package | Description |
---|---|
org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf |
The tagged PDF package provides a mechanism for incorporating "tags" (standard
structure types and attributes) into a PDF file.
|
org.apache.pdfbox.pdmodel.graphics.color |
This package deals with colors that are stored in a PDF document.
|
Modifier and Type | Method | Description |
---|---|---|
PDGamma |
PDFourColours.getAfterColour() |
Gets the colour for the after edge.
|
PDGamma |
PDLayoutAttributeObject.getBackgroundColor() |
Gets the background colour (BackgroundColor).
|
PDGamma |
PDFourColours.getBeforeColour() |
Gets the colour for the before edge.
|
PDGamma |
PDLayoutAttributeObject.getColor() |
Gets the color to be used for drawing text and the default value for the
colour of table borders and text decorations (Color).
|
protected PDGamma |
PDStandardAttributeObject.getColor(java.lang.String name) |
Gets a colour.
|
PDGamma |
PDFourColours.getEndColour() |
Gets the colour for the end edge.
|
PDGamma |
PDFourColours.getStartColour() |
Gets the colour for the start edge.
|
PDGamma |
PDLayoutAttributeObject.getTextDecorationColor() |
Gets the colour to be used for drawing text decorations
(TextDecorationColor).
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDFourColours.setAfterColour(PDGamma colour) |
Sets the colour for the after edge.
|
void |
PDLayoutAttributeObject.setAllBorderColors(PDGamma borderColor) |
Sets the same border colour for all four sides (BorderColor).
|
void |
PDLayoutAttributeObject.setBackgroundColor(PDGamma backgroundColor) |
Sets the background colour (BackgroundColor).
|
void |
PDFourColours.setBeforeColour(PDGamma colour) |
Sets the colour for the before edge.
|
void |
PDLayoutAttributeObject.setColor(PDGamma color) |
Sets the color to be used for drawing text and the default value for the
colour of table borders and text decorations (Color).
|
protected void |
PDStandardAttributeObject.setColor(java.lang.String name,
PDGamma value) |
Sets a colour.
|
void |
PDFourColours.setEndColour(PDGamma colour) |
Sets the colour for the end edge.
|
void |
PDFourColours.setStartColour(PDGamma colour) |
Sets the colour for the start edge.
|
void |
PDLayoutAttributeObject.setTextDecorationColor(PDGamma textDecorationColor) |
Sets the colour to be used for drawing text decorations
(TextDecorationColor).
|
Modifier and Type | Method | Description |
---|---|---|
PDGamma |
PDCalRGB.getGamma() |
Returns the gamma value.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDCalRGB.setGamma(PDGamma gamma) |
Sets the gamma value.
|
Copyright © 2002–2018. All rights reserved.