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