Uses of Class
com.storedobject.pdf.PDFCell
Packages that use PDFCell
- 
Uses of PDFCell in com.storedobject.pdfMethods in com.storedobject.pdf that return PDFCellModifier and TypeMethodDescriptionPDF.createCell(Object object) Creates a cell that can be added to a table.PDF.createCell(Object object, boolean rightAligned) Creates a cell that can be added to a table.PDF.createCell(Object object, boolean rightAligned, Function<PDFCell, PDFCell> cellCustomizer) Creates a cell that can be added to a table.PDF.createCell(Object object, int horizontalAlignment) Creates a cell that can be added to a table.PDF.createCell(Object object, int horizontalAlignment, int verticalAlignment) Creates a cell that can be added to a table.PDF.createCell(Object object, int horizontalAlignment, int verticalAlignment, Function<PDFCell, PDFCell> cellCustomizer) Creates a cell that can be added to a table.PDF.createCell(Object object, int horizontalAlignment, Function<PDFCell, PDFCell> cellCustomizer) Creates a cell that can be added to a table.PDF.createCell(Object object, Function<PDFCell, PDFCell> cellCustomizer) Creates a cell that can be added to a table.PDF.createCenteredCell(Object object) Creates a centered cell that can be added to a table.PDF.createCenteredCell(Object object, Function<PDFCell, PDFCell> cellCustomizer) Creates a centered cell that can be added to a table.protected PDFCellPDF.ObjectTable.createHeaderCell(String attribute) Create the header cell.protected PDFCellPDF.ObjectFormTable.createLabelCell(String attribute, String label) Create the label cell.protected PDFCellPDF.ObjectFormTable.createValueCell(String attribute, Object value) Create the value cell.protected PDFCellPDF.ObjectTable.createValueCell(String attribute, Object value) Create the value cell.PDFTable.getDefaultCell()Methods in com.storedobject.pdf with parameters of type PDFCellModifier and TypeMethodDescriptionvoidAdd a cell to the table.voidAdd a cell to the table.voidPDFTable.addRowCell(PDFCell cell) Add a cell spanning the entire row.voidPDFTable.addRowCell(PDFCell cell, Function<PDFCell, PDFCell> cellCustomizer) Add a cell spanning the entire row.Method parameters in com.storedobject.pdf with type arguments of type PDFCellModifier and TypeMethodDescriptionvoidPDFTable.addBlankCell(int count, Function<PDFCell, PDFCell> cellCustomizer) Add a number of blank cells.voidPDFTable.addBlankCell(int count, Function<PDFCell, PDFCell> cellCustomizer) Add a number of blank cells.voidPDFTable.addBlankCell(Function<PDFCell, PDFCell> cellCustomizer) Add a blank cell.voidPDFTable.addBlankCell(Function<PDFCell, PDFCell> cellCustomizer) Add a blank cell.voidPDF.addBlankRow(PDFTable table, int fromColumn, int toColumn, Function<PDFCell, PDFCell> cellCustomizer) Adds a blank row to the table.voidPDF.addBlankRow(PDFTable table, int fromColumn, int toColumn, Function<PDFCell, PDFCell> cellCustomizer) Adds a blank row to the table.voidPDF.addBlankRow(PDFTable table, int fromColumn, Function<PDFCell, PDFCell> cellCustomizer) Adds a blank row to the table.voidPDF.addBlankRow(PDFTable table, int fromColumn, Function<PDFCell, PDFCell> cellCustomizer) Adds a blank row to the table.voidPDF.addBlankRow(PDFTable table, Function<PDFCell, PDFCell> cellCustomizer) Adds a blank row to the table.voidPDF.addBlankRow(PDFTable table, Function<PDFCell, PDFCell> cellCustomizer) Adds a blank row to the table.voidPDFTable.addBlankRow(int fromColumn, int toColumn, Function<PDFCell, PDFCell> cellCustomizer) Add a blank row.voidPDFTable.addBlankRow(int fromColumn, int toColumn, Function<PDFCell, PDFCell> cellCustomizer) Add a blank row.voidPDFTable.addBlankRow(int fromColumn, Function<PDFCell, PDFCell> cellCustomizer) Add a blank row.voidPDFTable.addBlankRow(int fromColumn, Function<PDFCell, PDFCell> cellCustomizer) Add a blank row.voidPDFTable.addBlankRow(Function<PDFCell, PDFCell> cellCustomizer) Add a blank row.voidPDFTable.addBlankRow(Function<PDFCell, PDFCell> cellCustomizer) Add a blank row.voidAdd a cell to the table.voidAdd a cell to the table.voidPDFTable.addRowCell(PDFCell cell, Function<PDFCell, PDFCell> cellCustomizer) Add a cell spanning the entire row.voidPDFTable.addRowCell(PDFCell cell, Function<PDFCell, PDFCell> cellCustomizer) Add a cell spanning the entire row.voidPDF.addToTable(PDFTable table, Object any, boolean rightAligned, Function<PDFCell, PDFCell> cellCustomizer) Adds an object to the given PDFTable as a PDFCell.voidPDF.addToTable(PDFTable table, Object any, boolean rightAligned, Function<PDFCell, PDFCell> cellCustomizer) Adds an object to the given PDFTable as a PDFCell.voidPDF.addToTable(PDFTable table, Object any, int horizontalAlignment, int verticalAlignment, Function<PDFCell, PDFCell> cellCustomizer) Adds an object to the given PDFTable as a PDFCell.voidPDF.addToTable(PDFTable table, Object any, int horizontalAlignment, int verticalAlignment, Function<PDFCell, PDFCell> cellCustomizer) Adds an object to the given PDFTable as a PDFCell.voidPDF.addToTable(PDFTable table, Object any, int horizontalAlignment, Function<PDFCell, PDFCell> cellCustomizer) Adds an object to the given PDFTable as a PDFCell.voidPDF.addToTable(PDFTable table, Object any, int horizontalAlignment, Function<PDFCell, PDFCell> cellCustomizer) Adds an object to the given PDFTable as a PDFCell.voidAdds an object to the given PDFTable as a PDFCell.voidAdds an object to the given PDFTable as a PDFCell.voidAdds an object to the given PDFTable as a PDFCell.voidAdds an object to the given PDFTable as a PDFCell.PDF.createCell(Object object, boolean rightAligned, Function<PDFCell, PDFCell> cellCustomizer) Creates a cell that can be added to a table.PDF.createCell(Object object, boolean rightAligned, Function<PDFCell, PDFCell> cellCustomizer) Creates a cell that can be added to a table.PDF.createCell(Object object, int horizontalAlignment, int verticalAlignment, Function<PDFCell, PDFCell> cellCustomizer) Creates a cell that can be added to a table.PDF.createCell(Object object, int horizontalAlignment, int verticalAlignment, Function<PDFCell, PDFCell> cellCustomizer) Creates a cell that can be added to a table.PDF.createCell(Object object, int horizontalAlignment, Function<PDFCell, PDFCell> cellCustomizer) Creates a cell that can be added to a table.PDF.createCell(Object object, int horizontalAlignment, Function<PDFCell, PDFCell> cellCustomizer) Creates a cell that can be added to a table.PDF.createCell(Object object, Function<PDFCell, PDFCell> cellCustomizer) Creates a cell that can be added to a table.PDF.createCell(Object object, Function<PDFCell, PDFCell> cellCustomizer) Creates a cell that can be added to a table.PDF.createCenteredCell(Object object, Function<PDFCell, PDFCell> cellCustomizer) Creates a centered cell that can be added to a table.PDF.createCenteredCell(Object object, Function<PDFCell, PDFCell> cellCustomizer) Creates a centered cell that can be added to a table.voidTableHeader.setCellCustomizer(Function<PDFCell, PDFCell> cellCustomizer) Set a customizer for the cells that will be added later.voidTableHeader.setCellCustomizer(Function<PDFCell, PDFCell> cellCustomizer) Set a customizer for the cells that will be added later.voidPDF.setDefaultCellCustomizer(Consumer<PDFCell> defaultCellCustomizer) Set a cell customizer that will be called whenever a table cell is created.Constructors in com.storedobject.pdf with parameters of type PDFCell
- 
Uses of PDFCell in com.storedobject.reportMethods in com.storedobject.report that return types with arguments of type PDFCellModifier and TypeMethodDescriptionObjectList.getBodyCellCustomizer()ObjectList.getBodyCellCustomizer()ObjectList.getHeaderCellCustomizer()ObjectList.getHeaderCellCustomizer()
- 
Uses of PDFCell in com.storedobject.uiMethods in com.storedobject.ui that return types with arguments of type PDFCellModifier and TypeMethodDescriptionObjectGridReport.getCellCustomizer()Get a customizer for the cells that will be created for adding to the report.ObjectGridReport.getCellCustomizer()Get a customizer for the cells that will be created for adding to the report.