类 RowStyle
java.lang.Object
com.deepoove.poi.data.style.RowStyle
- 所有已实现的接口:
Serializable
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intbooleanbooleanvoidsetBreakAcrossPage(boolean breakAcrossPage) voidsetDefaultCellStyle(CellStyle defaultCellStyle) voidsetHeight(int height) voidsetHeightRule(String heightRule) voidsetRepeated(boolean repeated)
-
构造器详细资料
-
RowStyle
public RowStyle()
-
-
方法详细资料
-
getHeight
public int getHeight() -
setHeight
public void setHeight(int height) -
getHeightRule
-
setHeightRule
-
isBreakAcrossPage
public boolean isBreakAcrossPage() -
setBreakAcrossPage
public void setBreakAcrossPage(boolean breakAcrossPage) -
isRepeated
public boolean isRepeated() -
setRepeated
public void setRepeated(boolean repeated) -
getDefaultCellStyle
-
setDefaultCellStyle
-