|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TableRowHeightType>
com.spire.doc.documents.TableRowHeightType
public enum TableRowHeightType
Specifies the table row height type.
Enum Constant Summary | |
---|---|
At_Least
"At least" table row height type |
|
Auto
The height will grow automatically to accommodate all text inside an object. |
|
Exactly
" Exactly" table row height type |
Method Summary | |
---|---|
int |
getValue()
|
Enum Constant Detail |
---|
public static final TableRowHeightType At_Least
public static final TableRowHeightType Exactly
public static final TableRowHeightType Auto
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |