Package | Description |
---|---|
com.lowagie.text.pdf |
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 © 2015. All rights reserved.