Package | Description |
---|---|
org.apache.poi.xwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
TableRowHeightRule |
XWPFTableRow.getHeightRule()
Returns the meaning of the height specified for this table row.
|
static TableRowHeightRule |
TableRowHeightRule.valueOf(int type) |
static TableRowHeightRule |
TableRowHeightRule.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
void |
XWPFTableRow.setHeightRule(TableRowHeightRule heightRule)
Specifies the height rule for this table row.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.