Uses of Class
com.moebiusgames.pdfbox.table.PDFTableColumn
-
Uses of PDFTableColumn in com.moebiusgames.pdfbox.table
Methods in com.moebiusgames.pdfbox.table that return PDFTableColumnModifier and TypeMethodDescriptionPDFTable.getColumn(int index) PDFTableColumn.setBackgroundColor(Color backgroundColor) PDFTableColumn.setBorder(PDFTableBorder border) sets all surrounding borders to the given borderPDFTableColumn.setBorderBottom(PDFTableBorder borderBottom) PDFTableColumn.setBorderLeft(PDFTableBorder borderLeft) PDFTableColumn.setBorderRight(PDFTableBorder borderRight) PDFTableColumn.setBorderTop(PDFTableBorder borderTop) PDFTableColumn.setFont(org.apache.pdfbox.pdmodel.font.PDFont font) PDFTableColumn.setFontColor(Color fontColor) PDFTableColumn.setFontSize(int fontSize) PDFTableColumn.setHeading(String heading) PDFTableColumn.setHeadingAlign(Align headingAlign) sets the alignment for the heading or when set to null signals to use the alignment used for all other cellsPDFTableColumn.setHeadingBackgroundColor(Color headingBackgroundColor) sets the heading background color for the heading or when set to null signals to use the background color used for all other cellsPDFTableColumn.setHeadingFont(org.apache.pdfbox.pdmodel.font.PDFont headingFont) sets the font for the heading or when set to null signals to use the font used for all other cellsPDFTableColumn.setHeadingFontColor(Color headingFontColor) sets the font color for the heading or when set to null signals to use the font color used for all other cellsPDFTableColumn.setHeadingFontSize(Integer headingFontSize) sets the size of the font for the heading or when set to null signals to use the font size used for all other cellsPDFTableColumn.setLineSpacingFactor(float lineSpacingFactor) PDFTableColumn.setPadding(float padding) PDFTableColumn.setPaddingBottom(float paddingBottom) PDFTableColumn.setPaddingLeft(float paddingLeft) PDFTableColumn.setPaddingRight(float paddingRight) PDFTableColumn.setPaddingTop(float paddingTop)