Uses of Class
org.apache.poi.xwpf.usermodel.TableRowHeightRule
-
Packages that use TableRowHeightRule Package Description org.apache.poi.xwpf.usermodel -
-
Uses of TableRowHeightRule in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return TableRowHeightRule Modifier and Type Method Description TableRowHeightRuleXWPFTableRow. getHeightRule()Returns the meaning of the height specified for this table row.static TableRowHeightRuleTableRowHeightRule. valueOf(int type)Returns the enum constant of this type with the specified name.static TableRowHeightRuleTableRowHeightRule. valueOf(String name)Returns the enum constant of this type with the specified name.static TableRowHeightRule[]TableRowHeightRule. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.xwpf.usermodel with parameters of type TableRowHeightRule Modifier and Type Method Description voidXWPFTableRow. setHeightRule(TableRowHeightRule heightRule)Specifies the height rule for this table row.
-