|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arctorus.documents.table.Row
public final class Row
Table row. Default height of a row is 15pt.
Field Summary | |
---|---|
static Row |
NULL
NULL row. |
Method Summary | |
---|---|
boolean |
equalsContent(Row row)
Indicates whether the content of the specified row (cells and height) is "equal to" the content of this row. |
Cell[] |
getCells()
Get array of cells in the row. |
float |
getHeight()
Get height of a row in a table. |
int |
getRowIndex()
Get zero based index of a row in a table. |
void |
setHeight(float height)
Set height of a row in a table. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Row NULL
Method Detail |
---|
public int getRowIndex()
public float getHeight()
public void setHeight(float height)
height
- new row height.public boolean equalsContent(Row row)
row
- row to compare with this one.public Cell[] getCells()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |