Class ColorDetails

java.lang.Object
com.lowagie.text.pdf.ColorDetails

@Deprecated class ColorDetails extends Object
Deprecated.
Each spotcolor in the document will have an instance of this class
  • Field Details

    • indirectReference

      PdfIndirectReference indirectReference
      Deprecated.
      The indirect reference to this color
    • colorName

      PdfName colorName
      Deprecated.
      The color name that appears in the document body stream
    • spotcolor

      PdfSpotColor spotcolor
      Deprecated.
      The color
  • Constructor Details

    • ColorDetails

      ColorDetails(PdfName colorName, PdfIndirectReference indirectReference, PdfSpotColor scolor)
      Deprecated.
      Each spot color used in a document has an instance of this class.
      Parameters:
      colorName - the color name
      indirectReference - the indirect reference to the font
      scolor - the PDfSpotColor
  • Method Details

    • getIndirectReference

      PdfIndirectReference getIndirectReference()
      Deprecated.
      Gets the indirect reference to this color.
      Returns:
      the indirect reference to this color
    • getColorName

      PdfName getColorName()
      Deprecated.
      Gets the color name as it appears in the document body.
      Returns:
      the color name
    • getSpotColor

      PdfObject getSpotColor(PdfWriter writer)
      Deprecated.
      Gets the SpotColor object.
      Returns:
      the PdfSpotColor