public class XlsHeaderItem extends Object
| 构造器和说明 |
|---|
XlsHeaderItem(String code,
String caption) |
| 限定符和类型 | 方法和说明 |
|---|---|
static XlsHeaderItem |
create(String code,
String caption) |
String |
getAlign() |
String |
getCaption() |
org.apache.poi.ss.usermodel.CellType |
getCellType() |
String |
getCode() |
boolean |
isBold() |
XlsHeaderItem |
setAlign(String align) |
XlsHeaderItem |
setBold(boolean bold) |
XlsHeaderItem |
setCellType(org.apache.poi.ss.usermodel.CellType cellType) |
public static XlsHeaderItem create(String code, String caption)
public org.apache.poi.ss.usermodel.CellType getCellType()
public XlsHeaderItem setCellType(org.apache.poi.ss.usermodel.CellType cellType)
public String getCode()
public String getCaption()
public String getAlign()
public XlsHeaderItem setAlign(String align)
public boolean isBold()
public XlsHeaderItem setBold(boolean bold)
Copyright © 2020. All rights reserved.