| java.lang.Object com.lowagie.text.pdf.ColorDetails
ColorDetails | class ColorDetails (Code) | | Each spotcolor in the document will have an instance of this class
author: Phillip Pan (phillip@formstar.com) |
colorName | PdfName colorName(Code) | | The color name that appears in the document body stream
|
ColorDetails | ColorDetails(PdfName colorName, PdfIndirectReference indirectReference, PdfSpotColor scolor)(Code) | | Each spot color used in a document has an instance of this class.
Parameters: colorName - the color name Parameters: indirectReference - the indirect reference to the font Parameters: scolor - the PDfSpotColor |
getColorName | PdfName getColorName()(Code) | | Gets the color name as it appears in the document body.
the color name |
getIndirectReference | PdfIndirectReference getIndirectReference()(Code) | | Gets the indirect reference to this color.
the indirect reference to this color |
|
|