public class DyeCell extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
DyeCell |
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) |
DyeCell |
border(Short color,
org.apache.poi.ss.usermodel.BorderStyle... borders) |
org.apache.poi.ss.usermodel.CellStyle |
build() |
DyeCell |
color(String fore,
String bg) |
static DyeCell |
create(org.apache.poi.ss.usermodel.Workbook workbook) |
DyeCell |
font(int fontSize,
boolean bold) |
DyeCell |
font(int fontSize,
boolean bold,
short color) |
DyeCell |
font(int fontSize,
boolean bold,
Short color,
String name) |
DyeCell |
unwrap() |
DyeCell |
wrap() |
public static DyeCell create(org.apache.poi.ss.usermodel.Workbook workbook)
public DyeCell align(org.apache.poi.ss.usermodel.HorizontalAlignment align, org.apache.poi.ss.usermodel.VerticalAlignment valign)
public DyeCell align(org.apache.poi.ss.usermodel.HorizontalAlignment align)
public DyeCell border(org.apache.poi.ss.usermodel.BorderStyle... borders)
public DyeCell wrap()
public DyeCell unwrap()
public DyeCell font(int fontSize, boolean bold)
public DyeCell font(int fontSize, boolean bold, short color)
public org.apache.poi.ss.usermodel.CellStyle build()
Copyright © 2020. All rights reserved.