com.lowagie.text.pdf
class ColorDetails extends Object
| Field Summary | |
|---|---|
| PdfName | colorName The color name that appears in the document body stream |
| PdfIndirectReference | indirectReference The indirect reference to this color |
| PdfSpotColor | spotcolor The color |
| Constructor Summary | |
|---|---|
| ColorDetails(PdfName colorName, PdfIndirectReference indirectReference, PdfSpotColor scolor) Each spot color used in a document has an instance of this class. | |
| Method Summary | |
|---|---|
| PdfName | getColorName() Gets the color name as it appears in the document body. |
| PdfIndirectReference | getIndirectReference() Gets the indirect reference to this color. |
| PdfObject | getSpotColor(PdfWriter writer) Gets the SpotColor object. |
Parameters: colorName the color name indirectReference the indirect reference to the font scolor the PDfSpotColor
Returns: the color name
Returns: the indirect reference to this color
SpotColor object.Returns: the PdfSpotColor