com.spire.doc.documents
Enum TableRowHeightType
java.lang.Object
java.lang.Enum<TableRowHeightType>
com.spire.doc.documents.TableRowHeightType
- All Implemented Interfaces:
- java.lang.Comparable<TableRowHeightType>
public enum TableRowHeightType
- extends java.lang.Enum<TableRowHeightType>
Specifies the table row height type.
Enum Constant Summary |
At_Least
"At least" table row height type |
Auto
|
Exactly
" Exactly" table row height type |
At_Least
public static final TableRowHeightType At_Least
- "At least" table row height type
Exactly
public static final TableRowHeightType Exactly
- " Exactly" table row height type
Auto
public static final TableRowHeightType Auto
getValue
public int getValue()