public class BaseStyle extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private org.apache.poi.ss.usermodel.IndexedColors |
backgroundColor |
private String |
fontName |
private Short |
fontSize |
private org.apache.poi.ss.usermodel.IndexedColors |
foregroundColor |
private Boolean |
hasBold |
private org.apache.poi.ss.usermodel.HorizontalAlignment |
horizontalAlignment |
private org.apache.poi.ss.usermodel.VerticalAlignment |
verticalAlignment |
| 构造器和说明 |
|---|
BaseStyle() |
private Short fontSize
private String fontName
private Boolean hasBold
private org.apache.poi.ss.usermodel.IndexedColors foregroundColor
private org.apache.poi.ss.usermodel.IndexedColors backgroundColor
private org.apache.poi.ss.usermodel.HorizontalAlignment horizontalAlignment
private org.apache.poi.ss.usermodel.VerticalAlignment verticalAlignment
Copyright © 2021. All rights reserved.