| Package | Description |
|---|---|
| com.lowagie.text.pdf |
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<PdfSpotColor,com.lowagie.text.pdf.ColorDetails> |
PdfWriter.documentColors
The colors of this document
|
| Modifier and Type | Method and Description |
|---|---|
PdfSpotColor |
SpotColor.getPdfSpotColor() |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfPatternPainter.setColorFill(PdfSpotColor sp,
float tint) |
void |
PdfImportedPage.setColorFill(PdfSpotColor sp,
float tint) |
void |
PdfContentByte.setColorFill(PdfSpotColor sp,
float tint)
Sets the fill color to a spot color.
|
void |
PdfPatternPainter.setColorStroke(PdfSpotColor sp,
float tint) |
void |
PdfImportedPage.setColorStroke(PdfSpotColor sp,
float tint) |
void |
PdfContentByte.setColorStroke(PdfSpotColor sp,
float tint)
Sets the stroke color to a spot color.
|
| Constructor and Description |
|---|
SpotColor(PdfSpotColor spot,
float tint) |
Copyright © 2019. All rights reserved.