Uses of Class
com.moebiusgames.pdfbox.table.PDFTableCell
-
Uses of PDFTableCell in com.moebiusgames.pdfbox.table
Methods in com.moebiusgames.pdfbox.table that return PDFTableCellModifier and TypeMethodDescriptionfinal PDFTableCellPDFLabel.getCell()PDFTableRow.getCell(int index) PDFTableCell.setBackgroundColor(Color backgroundColor) PDFTableCell.setBorderBottom(PDFTableBorder borderBottom) PDFTableCell.setBorderLeft(PDFTableBorder borderLeft) PDFTableCell.setBorderRight(PDFTableBorder borderRight) PDFTableCell.setBorderTop(PDFTableBorder borderTop) PDFTableCell.setContent(String content) PDFTableCell.setFont(org.apache.pdfbox.pdmodel.font.PDFont font) PDFTableCell.setFontColor(Color fontColor) PDFTableCell.setFontSize(int fontSize) PDFTableCell.setLineSpacingFactor(float lineSpacingFactor) PDFTableCell.setPadding(float padding) PDFTableCell.setPaddingBottom(float paddingBottom) PDFTableCell.setPaddingLeft(float paddingLeft) PDFTableCell.setPaddingRight(float paddingRight) PDFTableCell.setPaddingTop(float paddingTop) PDFTableCell.setTextType(TextType textType)