类 Rows.RowBuilder
- java.lang.Object
-
- com.deepoove.poi.data.Rows.RowBuilder
-
- 所有已实现的接口:
RenderDataBuilder<RowRenderData>
- 封闭类:
- Rows
public static class Rows.RowBuilder extends Object implements RenderDataBuilder<RowRenderData>
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Rows.RowBuilderaddCell(CellRenderData cell)Rows.RowBuilderbgColor(String color)Rows.RowBuildercenter()RowRenderDatacreate()Rows.RowBuilderhorizontalCenter()Rows.RowBuilderrepeatedHeader()Rows.RowBuilderrowAtleastHeight(double cm)Rows.RowBuilderrowExactHeight(double cm)Rows.RowBuilderrowHeight(double cm)Rows.RowBuilderrowStyle(RowStyle rowStyle)Rows.RowBuildertextBold()Rows.RowBuildertextColor(String color)Rows.RowBuildertextFontFamily(String fontFamily)Rows.RowBuildertextFontSize(int fontSize)Rows.RowBuilderverticalCenter()
-
-
-
方法详细资料
-
bgColor
public Rows.RowBuilder bgColor(String color)
-
center
public Rows.RowBuilder center()
-
verticalCenter
public Rows.RowBuilder verticalCenter()
-
horizontalCenter
public Rows.RowBuilder horizontalCenter()
-
rowHeight
public Rows.RowBuilder rowHeight(double cm)
-
rowExactHeight
public Rows.RowBuilder rowExactHeight(double cm)
-
rowAtleastHeight
public Rows.RowBuilder rowAtleastHeight(double cm)
-
repeatedHeader
public Rows.RowBuilder repeatedHeader()
-
addCell
public Rows.RowBuilder addCell(CellRenderData cell)
-
textColor
public Rows.RowBuilder textColor(String color)
-
textBold
public Rows.RowBuilder textBold()
-
textFontSize
public Rows.RowBuilder textFontSize(int fontSize)
-
textFontFamily
public Rows.RowBuilder textFontFamily(String fontFamily)
-
rowStyle
public Rows.RowBuilder rowStyle(RowStyle rowStyle)
-
create
public RowRenderData create()
-
-