- registerFont(PDType0Font) - Static method in class cc.catalysts.boot.report.pdf.config.PdfFont
-
- removeCharactersWithZeroLength(String) - Static method in class cc.catalysts.boot.report.pdf.utils.Utf8Utils
-
Those characters cannot be printed by PDFBox as they have a zero length
- ReportAlignType - Enum in cc.catalysts.boot.report.pdf.utils
-
- ReportCompositeElement - Class in cc.catalysts.boot.report.pdf.elements
-
Used to force elements to be rendered on the same page (if isSplitable = false).
- ReportCompositeElement() - Constructor for class cc.catalysts.boot.report.pdf.elements.ReportCompositeElement
-
- ReportElement - Interface in cc.catalysts.boot.report.pdf.elements
-
Interface for all report elements.
- ReportElementStatic - Class in cc.catalysts.boot.report.pdf.elements
-
IMPORTANT: Although this class is publicly visible, it is subject to change and may not be implemented by clients!
- ReportElementStatic(ReportElement, int, float, float, float, PositionOfStaticElements) - Constructor for class cc.catalysts.boot.report.pdf.elements.ReportElementStatic
-
- ReportImage - Class in cc.catalysts.boot.report.pdf.elements
-
IMPORTANT: Although this class is publicly visible, it is subject to change and may not be implemented by clients!
- ReportImage(BufferedImage, float, float) - Constructor for class cc.catalysts.boot.report.pdf.elements.ReportImage
-
The image will be placed as is.
- ReportImage.ImagePrintIntent - Class in cc.catalysts.boot.report.pdf.elements
-
This class is required, since pdf image printing has a bug.
- ReportLink - Class in cc.catalysts.boot.report.pdf.elements
-
- ReportLink(String, String, PdfTextStyle, float) - Constructor for class cc.catalysts.boot.report.pdf.elements.ReportLink
-
- ReportPadding - Class in cc.catalysts.boot.report.pdf.elements
-
IMPORTANT: Although this class is publicly visible, it is subject to change and may not be implemented by clients!
- ReportPadding(float) - Constructor for class cc.catalysts.boot.report.pdf.elements.ReportPadding
-
- ReportPaddingWithHeight - Class in cc.catalysts.boot.report.pdf.elements
-
- ReportPaddingWithHeight(float) - Constructor for class cc.catalysts.boot.report.pdf.elements.ReportPaddingWithHeight
-
- ReportPage - Class in cc.catalysts.boot.report.pdf.elements
-
- ReportPage(List<ReportElement>) - Constructor for class cc.catalysts.boot.report.pdf.elements.ReportPage
-
- ReportPageBreak - Class in cc.catalysts.boot.report.pdf.elements
-
IMPORTANT: Although this class is publicly visible, it is subject to change and may not be implemented by clients!
- ReportPageBreak() - Constructor for class cc.catalysts.boot.report.pdf.elements.ReportPageBreak
-
- ReportRichTextBox - Class in cc.catalysts.boot.report.pdf.elements
-
Created by cboehmwalder on 04.08.2016.
- ReportRichTextBox(PdfTextStyle, float, String, String, String) - Constructor for class cc.catalysts.boot.report.pdf.elements.ReportRichTextBox
-
- ReportRichTextBox(PdfTextStyle, float, String) - Constructor for class cc.catalysts.boot.report.pdf.elements.ReportRichTextBox
-
- ReportRichTextBox(ReportRichTextBox, String) - Constructor for class cc.catalysts.boot.report.pdf.elements.ReportRichTextBox
-
copy constructor with new text
- ReportTable - Class in cc.catalysts.boot.report.pdf.elements
-
IMPORTANT: Although this class is publicly visible, it is subject to change and may not be implemented by clients!
- ReportTable(PdfStyleSheet, float[], ReportElement[][], ReportElement[]) - Constructor for class cc.catalysts.boot.report.pdf.elements.ReportTable
-
- ReportTableBuilder - Interface in cc.catalysts.boot.report.pdf
-
- ReportTableBuilderImpl - Class in cc.catalysts.boot.report.pdf.impl
-
- ReportTableBuilderImpl(PdfStyleSheet, PdfReportBuilder) - Constructor for class cc.catalysts.boot.report.pdf.impl.ReportTableBuilderImpl
-
init with default style
- ReportTableBuilderImpl.ReportTableRowBuilderImpl - Class in cc.catalysts.boot.report.pdf.impl
-
- ReportTableRowBuilder - Interface in cc.catalysts.boot.report.pdf
-
- ReportTextBox - Class in cc.catalysts.boot.report.pdf.elements
-
IMPORTANT: Although this class is publicly visible, it is subject to change and may not be implemented by clients!
- ReportTextBox(PdfTextStyle, float, String) - Constructor for class cc.catalysts.boot.report.pdf.elements.ReportTextBox
-
- ReportTextBox(ReportTextBox, String) - Constructor for class cc.catalysts.boot.report.pdf.elements.ReportTextBox
-
copy constructor with new text
- ReportVerticalAlignType - Enum in cc.catalysts.boot.report.pdf.utils
-
Created by skaupper on 05.08.2016.