Uses of Class
com.storedobject.pdf.PDFTable
Packages that use PDFTable
- 
Uses of PDFTable in com.storedobject.pdfSubclasses of PDFTable in com.storedobject.pdfModifier and TypeClassDescriptionclassPDF.ObjectFormTable<T extends StoredObject>Define a table whereStoredObjectinstances can be added in a "form" style (Each attribute is printed in a separate row).classPDF.ObjectTable<T extends StoredObject>Define a table whereStoredObjectinstances can be added as rows.Methods in com.storedobject.pdf that return PDFTableModifier and TypeMethodDescriptionstatic PDFTablePDF.createTable(int columnCount) Creates a table that can fit 100% to document's width.static PDFTablePDF.createTable(int... relativeWidths) Creates a table that can fit 100% to document's width.TableHeader.createTable(PDF pdf) Create aPDFTablefrom this header.PDFReport.createTitleTable(HasContacts hasContacts, Iterable<String> captions) This is a helper method to create a "title table" from aHasContactsinstance.PDFReport.createTitleTable(HasContacts hasContacts, String... captions) This is a helper method to create a "title table" from aHasContactsinstance.PDFReport.createTitleTable(Iterable<String> captions) This is a helper method to create a "title table" from a list of captions.PDFReport.createTitleTable(String... captions) This is a helper method to create a "title table" from a list of captions.PDFReport.getTitleTable()Get the "title table" part of the report.Methods in com.storedobject.pdf with parameters of type PDFTableModifier and TypeMethodDescriptionvoidPDF.addBlankRow(PDFTable table) Adds a blank row to the table.voidPDF.addBlankRow(PDFTable table, int fromColumn) Adds a blank row to the table.voidPDF.addBlankRow(PDFTable table, int fromColumn, int toColumn) 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, Function<PDFCell, PDFCell> cellCustomizer) Adds a blank row to the table.voidvoidPDF.addTitles(PDFTable table, int pointSize, StringList titles) Add title texts to table.voidAdd title texts to table.voidAdd title texts to table.voidPDF.addTitles(PDFTable table, StringList titles) Add title texts to table.voidAdd title texts to table.voidvoidPDF.addToTable(PDFTable table, Object any) Adds an object to the given PDFTable as a PDFCell.voidPDF.addToTable(PDFTable table, Object any, boolean rightAligned) 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) Adds an object to the given PDFTable as a PDFCell.voidPDF.addToTable(PDFTable table, Object any, int horizontalAlignment, int verticalAlignment) 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.voidAdds an object to the given PDFTable as a PDFCell.voidPDF.addToTableCentered(PDFTable table, Object any) Adds an object to the given PDFTable as a PDFCell.voidAdds an object to the given PDFTable as a PDFCell.booleanDraw the table at the current position till the end of the page.booleanDraw the table at the given position till the end of the page.booleanDraw the table within the given rectangular area.Constructors in com.storedobject.pdf with parameters of type PDFTable
- 
Uses of PDFTable in com.storedobject.reportMethods in com.storedobject.report that return PDFTable
- 
Uses of PDFTable in com.storedobject.uiFields in com.storedobject.ui declared as PDFTable