com.acesoft.aceoffix.wordwriter
Class Row

java.lang.Object
  extended by com.acesoft.aceoffix.wordwriter.Row

public class Row
extends java.lang.Object

Row class represents the table's row object in Microsoft Word.

You can only call the Table.openRow method to get the Row object.

Version:
5.0
Author:
Acesoft Corporation

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

getIndex

public int getIndex()
Gets the index of the row.

The index is the row index defined in Microsoft Word.

The index is a 1-based index.


setHeight

public void setHeight(float rowHeight,
                      WdRowHeightRule heightRule)
Sets the height of the row.

Parameters:
rowHeight - The row height, in points.
heightRule - Height rule is used to specify the height of the rows.

setHeight

public void setHeight(float rowHeight)
Sets the height of the row.

Parameters:
rowHeight - The row height, in points.