DyeCell |
DyeCell.align(org.apache.poi.ss.usermodel.HorizontalAlignment align) |
DyeCell |
DyeCell.align(org.apache.poi.ss.usermodel.HorizontalAlignment align,
org.apache.poi.ss.usermodel.VerticalAlignment valign) |
DyeCell |
DyeCell.border(org.apache.poi.ss.usermodel.BorderStyle... borders) |
DyeCell |
DyeCell.border(Short color,
org.apache.poi.ss.usermodel.BorderStyle... borders) |
DyeCell |
DyeCell.color(String fore,
String bg) |
static DyeCell |
DyeCell.create(org.apache.poi.ss.usermodel.Workbook workbook) |
DyeCell |
DyeCell.dateFormat(boolean datetime) |
DyeCell |
DyeCell.font(int fontSize,
boolean bold) |
DyeCell |
DyeCell.font(int fontSize,
boolean bold,
short color) |
DyeCell |
DyeCell.font(int fontSize,
boolean bold,
Short color,
String name) |
DyeCell |
DyeCell.unwrap() |
DyeCell |
DyeCell.wrap() |