Class ClassicPdfUtils

java.lang.Object
net.sf.jasperreports.pdf.classic.ClassicPdfUtils

public class ClassicPdfUtils extends Object
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
  • Constructor Details

    • ClassicPdfUtils

      public ClassicPdfUtils()
  • Method Details

    • isCustomStructureTreeRootSupported

      public static boolean isCustomStructureTreeRootSupported()
      Returns whether a custom PdfStructureTreeRoot can be installed on the OpenPDF PdfWriter, enabling the link annotation /StructParent tagging.
      See Also:
    • toPdfAlignment

      public static int toPdfAlignment(PdfTextAlignment alignment)
    • convertColor

      public static Color convertColor(ColorSpace targetColorSpace, Color color)