public class CellFontStyle extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CellFontStyle.Builder |
| 构造器和说明 |
|---|
CellFontStyle() |
CellFontStyle(CellFontStyle.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBackgroundColor() |
Boolean |
getBold() |
String |
getForegroundColor() |
Boolean |
getItalic() |
Boolean |
getStrikethrough() |
Boolean |
getUnderline() |
static CellFontStyle.Builder |
newBuilder() |
void |
setBackgroundColor(String backgroundColor) |
void |
setBold(Boolean bold) |
void |
setForegroundColor(String foregroundColor) |
void |
setItalic(Boolean italic) |
void |
setStrikethrough(Boolean strikethrough) |
void |
setUnderline(Boolean underline) |
public CellFontStyle()
public CellFontStyle(CellFontStyle.Builder builder)
public static CellFontStyle.Builder newBuilder()
public Boolean getBold()
public void setBold(Boolean bold)
public Boolean getItalic()
public void setItalic(Boolean italic)
public Boolean getStrikethrough()
public void setStrikethrough(Boolean strikethrough)
public Boolean getUnderline()
public void setUnderline(Boolean underline)
public String getForegroundColor()
public void setForegroundColor(String foregroundColor)
public String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
Copyright © 2024. All rights reserved.