Uses of Class
com.itextpdf.text.pdf.PdfSpotColor
Packages that use PdfSpotColor
-
Uses of PdfSpotColor in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfSpotColorModifier and TypeFieldDescription(package private) PdfSpotColor
SpotColor.spot
(package private) PdfSpotColor[]
PdfDeviceNColor.spotColors
Methods in com.itextpdf.text.pdf that return PdfSpotColorMethods in com.itextpdf.text.pdf with parameters of type PdfSpotColorModifier and TypeMethodDescriptionvoid
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) Constructors in com.itextpdf.text.pdf with parameters of type PdfSpotColorModifierConstructorDescriptionPdfDeviceNColor
(PdfSpotColor[] spotColors) SpotColor
(PdfSpotColor spot, float tint)