Uses of Enum Class
com.moebiusgames.pdfbox.table.Align
-
Uses of Align in com.moebiusgames.pdfbox.table
Methods in com.moebiusgames.pdfbox.table that return AlignModifier and TypeMethodDescriptionPDFTableCell.getAlign()PDFTableColumn.getAlign()PDFTableColumn.getHeadingAlign()returns the alignment for the cell heading or the cell alignment for the normal cells when no special alignment is set for the headingstatic AlignReturns the enum constant of this class with the specified name.static Align[]Align.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.moebiusgames.pdfbox.table with parameters of type AlignModifier and TypeMethodDescriptionPDFTableColumn.setHeadingAlign(Align headingAlign) sets the alignment for the heading or when set to null signals to use the alignment used for all other cells