public static class Rows.RowBuilder extends Object implements RenderDataBuilder<RowRenderData>
| 限定符和类型 | 方法和说明 |
|---|---|
Rows.RowBuilder |
addCell(CellRenderData cell) |
Rows.RowBuilder |
bgColor(String color) |
Rows.RowBuilder |
center() |
RowRenderData |
create() |
Rows.RowBuilder |
horizontalCenter() |
Rows.RowBuilder |
rowAtleastHeight(double cm) |
Rows.RowBuilder |
rowExactHeight(double cm) |
Rows.RowBuilder |
rowHeight(double cm) |
Rows.RowBuilder |
rowStyle(RowStyle rowStyle) |
Rows.RowBuilder |
textBold() |
Rows.RowBuilder |
textColor(String color) |
Rows.RowBuilder |
textFontFamily(String fontFamily) |
Rows.RowBuilder |
textFontSize(int fontSize) |
Rows.RowBuilder |
verticalCenter() |
public Rows.RowBuilder bgColor(String color)
public Rows.RowBuilder center()
public Rows.RowBuilder verticalCenter()
public Rows.RowBuilder horizontalCenter()
public Rows.RowBuilder rowHeight(double cm)
public Rows.RowBuilder rowExactHeight(double cm)
public Rows.RowBuilder rowAtleastHeight(double cm)
public Rows.RowBuilder addCell(CellRenderData cell)
public Rows.RowBuilder textColor(String color)
public Rows.RowBuilder textBold()
public Rows.RowBuilder textFontSize(int fontSize)
public Rows.RowBuilder textFontFamily(String fontFamily)
public Rows.RowBuilder rowStyle(RowStyle rowStyle)
public RowRenderData create()
Copyright © 2021. All rights reserved.