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