Uses of Class
io.vertx.tp.plugin.excel.tpl.DyeCell
-
Packages that use DyeCell Package Description io.vertx.tp.plugin.excel.tpl -
-
Uses of DyeCell in io.vertx.tp.plugin.excel.tpl
Methods in io.vertx.tp.plugin.excel.tpl that return DyeCell Modifier and Type Method Description DyeCellDyeCell. align(org.apache.poi.ss.usermodel.HorizontalAlignment align)DyeCellDyeCell. align(org.apache.poi.ss.usermodel.HorizontalAlignment align, org.apache.poi.ss.usermodel.VerticalAlignment valign)DyeCellDyeCell. border(Short color, org.apache.poi.ss.usermodel.BorderStyle... borders)DyeCellDyeCell. border(org.apache.poi.ss.usermodel.BorderStyle... borders)DyeCellDyeCell. color(String fore, String bg)static DyeCellDyeCell. create(org.apache.poi.ss.usermodel.Workbook workbook)DyeCellDyeCell. dateFormat(boolean datetime)DyeCellDyeCell. font(int fontSize, boolean bold)DyeCellDyeCell. font(int fontSize, boolean bold, short color)DyeCellDyeCell. font(int fontSize, boolean bold, Short color, String name)DyeCellDyeCell. unwrap()DyeCellDyeCell. wrap()
-