Uses of Class
com.acesoft.aceoffix.wordwriter.WdRowHeightRule

Packages that use WdRowHeightRule
com.acesoft.aceoffix.wordwriter   
 

Uses of WdRowHeightRule in com.acesoft.aceoffix.wordwriter
 

Methods in com.acesoft.aceoffix.wordwriter that return WdRowHeightRule
static WdRowHeightRule WdRowHeightRule.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WdRowHeightRule[] WdRowHeightRule.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.acesoft.aceoffix.wordwriter with parameters of type WdRowHeightRule
 void Row.setHeight(float rowHeight, WdRowHeightRule heightRule)
          Sets the height of the row.
 void Table.setRowsHeight(float rowHeight, WdRowHeightRule heightRule)
          Sets the height of all rows in the Table.