public class XlsxBuilder.StyledElm extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
comment |
Object |
data |
org.apache.poi.ss.usermodel.CellStyle |
style |
| Constructor and Description |
|---|
StyledElm(Object data,
org.apache.poi.ss.usermodel.CellStyle style) |
StyledElm(Object data,
org.apache.poi.ss.usermodel.CellStyle style,
String comment) |
StyledElm(Object data,
String style) |
StyledElm(Object data,
String style,
String comment) |
public org.apache.poi.ss.usermodel.CellStyle style
public Object data
public String comment
Copyright © 2017 Chemouni Uriel. All rights reserved.