public class ConditionCellStyle extends CellStyle
构造器和说明 |
---|
ConditionCellStyle() |
限定符和类型 | 方法和说明 |
---|---|
Scope |
getAlignScope() |
Scope |
getBgcolorScope() |
Scope |
getBoldScope() |
String |
getFontFamily() |
Scope |
getFontFamilyScope() |
int |
getFontSize() |
Scope |
getFontSizeScope() |
Scope |
getForecolorScope() |
Scope |
getItalicScope() |
Scope |
getUnderlineScope() |
Scope |
getValignScope() |
void |
setAlignScope(Scope alignScope) |
void |
setBgcolorScope(Scope bgcolorScope) |
void |
setBoldScope(Scope boldScope) |
void |
setFontFamily(String fontFamily) |
void |
setFontFamilyScope(Scope fontFamilyScope) |
void |
setFontSize(int fontSize) |
void |
setFontSizeScope(Scope fontSizeScope) |
void |
setForecolorScope(Scope forecolorScope) |
void |
setItalicScope(Scope italicScope) |
void |
setUnderlineScope(Scope underlineScope) |
void |
setValignScope(Scope valignScope) |
getAlign, getBgcolor, getBold, getBottomBorder, getFont, getForecolor, getFormat, getItalic, getLeftBorder, getLineHeight, getRightBorder, getTopBorder, getUnderline, getValign, getWrapCompute, setAlign, setBgcolor, setBold, setBottomBorder, setFont, setForecolor, setFormat, setItalic, setLeftBorder, setLineHeight, setRightBorder, setTopBorder, setUnderline, setValign, setWrapCompute
public Scope getBgcolorScope()
public void setBgcolorScope(Scope bgcolorScope)
public Scope getForecolorScope()
public void setForecolorScope(Scope forecolorScope)
public Scope getFontSizeScope()
public void setFontSizeScope(Scope fontSizeScope)
public Scope getFontFamilyScope()
public void setFontFamilyScope(Scope fontFamilyScope)
public Scope getAlignScope()
public void setAlignScope(Scope alignScope)
public Scope getValignScope()
public void setValignScope(Scope valignScope)
public Scope getBoldScope()
public void setBoldScope(Scope boldScope)
public Scope getItalicScope()
public void setItalicScope(Scope italicScope)
public Scope getUnderlineScope()
public void setUnderlineScope(Scope underlineScope)
public int getFontSize()
getFontSize
在类中 CellStyle
public void setFontSize(int fontSize)
setFontSize
在类中 CellStyle
public String getFontFamily()
getFontFamily
在类中 CellStyle
public void setFontFamily(String fontFamily)
setFontFamily
在类中 CellStyle
Copyright © 2022 Bstek. All rights reserved.