Uses of Class
com.amalgamasimulation.excel.ExcelTableColumn
Packages that use ExcelTableColumn
-
Uses of ExcelTableColumn in com.amalgamasimulation.excel
Methods in com.amalgamasimulation.excel that return ExcelTableColumnModifier and TypeMethodDescription<T> ExcelTableColumn<E, T> <T> ExcelTableColumn<E, T> ExcelTableColumn<?, ?> ExcelTableColumn<?, ?> ExcelFile.getTableColumn(String sheetName, String columnName) ExcelTableColumn.setCellAlignmentExtractor(BiFunction<E, T, org.apache.poi.ss.usermodel.HorizontalAlignment> cellAlignmentExtractor) ExcelTableColumn.setCellColorExtractor(BiFunction<E, T, Color> cellColorExtractor) ExcelTableColumn.setCellFormatExtractor(BiFunction<E, T, String> cellFormatExtractor) ExcelTableColumn.setMaxWidth(int maxWidth) ExcelTableColumn.setTitleColor(Color titleColor) Methods in com.amalgamasimulation.excel that return types with arguments of type ExcelTableColumnMethods in com.amalgamasimulation.excel with parameters of type ExcelTableColumn