| Modifier and Type | Method and Description |
|---|---|
RtfRow |
RtfRow.bottomCellBorder()
Bottom table cell border.
|
RtfRow |
RtfRow.cellHeight(double height,
RtfUnit unit)
Defines the cell height.
|
RtfRow |
RtfRow.cellSpace(double space,
RtfUnit unit)
Half the space between the cells of a table row.
|
RtfRow |
RtfRow.leftCellBorder()
Left table cell border.
|
RtfRow |
RtfRow.rightCellBorder()
Right table cell border.
|
RtfRow |
RtfRow.rightToLeft()
Table direction is right to left.
|
static RtfRow |
RtfPara.row(Object... cells)
Writes a row with a sequence of text cells.
|
static RtfRow |
RtfPara.row(RtfPara... cells)
Writes a row with a sequence of paragraph cells.
|
static RtfRow |
RtfPara.row(RtfText... cells)
Writes a row with a sequence of text cells.
|
RtfRow |
RtfRow.topCellBorder()
Top table cell border.
|
Copyright © 2010–2015 Tutego. All rights reserved.