Package | Description |
---|---|
com.itextpdf.text.pdf |
Modifier and Type | Method | Description |
---|---|---|
PdfSpotColor |
SpotColor.getPdfSpotColor() |
|
PdfSpotColor[] |
PdfDeviceNColor.getSpotColors() |
Modifier and Type | Method | Description |
---|---|---|
void |
PdfContentByte.setColorFill(PdfSpotColor sp,
float tint) |
Sets the fill color to a spot color.
|
void |
PdfImportedPage.setColorFill(PdfSpotColor sp,
float tint) |
|
void |
PdfPatternPainter.setColorFill(PdfSpotColor sp,
float tint) |
|
void |
PdfContentByte.setColorStroke(PdfSpotColor sp,
float tint) |
Sets the stroke color to a spot color.
|
void |
PdfImportedPage.setColorStroke(PdfSpotColor sp,
float tint) |
|
void |
PdfPatternPainter.setColorStroke(PdfSpotColor sp,
float tint) |
Constructor | Description |
---|---|
PdfDeviceNColor(PdfSpotColor[] spotColors) |
|
SpotColor(PdfSpotColor spot,
float tint) |
Copyright © 2018. All rights reserved.