com.spire.doc.documents
Enum TableRowHeightType

java.lang.Object
  extended by java.lang.Enum<TableRowHeightType>
      extended by 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
 
Method Summary
 int getValue()
           
 

Enum Constant Detail

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
Method Detail

getValue

public int getValue()