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.
|
org.apache.pdfbox.pdmodel.interactive.annotation |
The annotation package contains classes that work with PDF annotation elements.
|
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() |
This will get the gamma value.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDCalRGB.setGamma(PDGamma value) |
Set the gamma value.
|
Constructor | Description |
---|---|
ColorSpaceCalRGB(PDGamma gammaValue,
PDTristimulus whitept,
PDTristimulus blackpt,
PDMatrix linearMatrix) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
PDGamma |
PDAppearanceCharacteristicsDictionary.getBackground() |
This will retrieve the background color.
|
PDGamma |
PDAppearanceCharacteristicsDictionary.getBorderColour() |
This will retrieve the border color.
|
PDGamma |
PDAnnotation.getColour() |
This will retrieve the colour used in drawing various elements.
|
PDGamma |
PDAnnotationLine.getInteriorColour() |
This will retrieve the interior colour of the line endings defined in the
LE entry.
|
PDGamma |
PDAnnotationSquareCircle.getInteriorColour() |
This will retrieve the interior colour of the drawn area
Colour is in DeviceRGB colourspace.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDAppearanceCharacteristicsDictionary.setBackground(PDGamma c) |
This will set the background color.
|
void |
PDAppearanceCharacteristicsDictionary.setBorderColour(PDGamma c) |
This will set the border color.
|
void |
PDAnnotation.setColour(PDGamma c) |
This will set the colour used in drawing various elements.
|
void |
PDAnnotationLine.setInteriorColour(PDGamma ic) |
This will set interior colour of the line endings defined in the LE
entry.
|
void |
PDAnnotationSquareCircle.setInteriorColour(PDGamma ic) |
This will set interior colour of the drawn area
Colour is in DeviceRGB colourspace.
|