com.lowagie.text.pdf
Class ColorDetails
java.lang.Object
com.lowagie.text.pdf.ColorDetails
(package private) class ColorDetails
extends java.lang.Object
Each spotcolor in the document will have an instance of this class
- Phillip Pan (phillip@formstar.com)
colorName
(package private) PdfName colorName
The color name that appears in the document body stream
indirectReference
(package private) PdfIndirectReference indirectReference
The indirect reference to this color
ColorDetails
(package private) ColorDetails(PdfName colorName,
PdfIndirectReference indirectReference,
PdfSpotColor scolor)
Each spot color used in a document has an instance of this class.
colorName
- the color nameindirectReference
- the indirect reference to the fontscolor
- the PDfSpotColor
getColorName
(package private) PdfName getColorName()
Gets the color name as it appears in the document body.
getIndirectReference
(package private) PdfIndirectReference getIndirectReference()
Gets the indirect reference to this color.
- the indirect reference to this color
getSpotColor
(package private) PdfObject getSpotColor(PdfWriter writer)
throws IOException
Gets the SpotColor
object.