public abstract class RtfRow extends RtfPara
| Constructor and Description |
|---|
RtfRow() |
| Modifier and Type | Method and Description |
|---|---|
RtfRow |
bottomCellBorder()
Bottom table cell border.
|
RtfRow |
cellHeight(double height,
RtfUnit unit)
Defines the cell height.
|
RtfRow |
cellSpace(double space,
RtfUnit unit)
Half the space between the cells of a table row.
|
RtfRow |
leftCellBorder()
Left table cell border.
|
RtfRow |
rightCellBorder()
Right table cell border.
|
RtfRow |
rightToLeft()
Table direction is right to left.
|
RtfRow |
topCellBorder()
Top table cell border.
|
public RtfRow rightToLeft()
this-object.public RtfRow bottomCellBorder()
this-object.public RtfRow topCellBorder()
this-object.public RtfRow leftCellBorder()
this-object.public RtfRow rightCellBorder()
this-object.public RtfRow cellSpace(double space, RtfUnit unit)
space - Space between cells.unit - Measurement.this-object.Copyright © 2010–2015 Tutego. All rights reserved.