|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.acesoft.aceoffix.wordwriter.Row
public class Row
Row class represents the table's row object in Microsoft Word.
You can only call the Table.openRow method to get the Row object.
| Method Summary | |
|---|---|
int |
getIndex()
Gets the index of the row. |
void |
setHeight(float rowHeight)
Sets the height of the row. |
void |
setHeight(float rowHeight,
WdRowHeightRule heightRule)
Sets the height of the row. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getIndex()
The index is the row index defined in Microsoft Word.
The index is a 1-based index.
public void setHeight(float rowHeight,
WdRowHeightRule heightRule)
rowHeight - The row height, in points.heightRule - Height rule is used to specify the height of the rows.public void setHeight(float rowHeight)
rowHeight - The row height, in points.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||