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