|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CellWidthType>
com.spire.doc.CellWidthType
public enum CellWidthType
Specifies preferred width type
Enum Constant Summary | |
---|---|
Auto
No preferred width is specified. |
|
Percentage
Preferred table width specified in percentage |
|
Point
Preferred table width specified in points |
Method Summary | |
---|---|
int |
getValue()
|
Enum Constant Detail |
---|
public static final CellWidthType Auto
public static final CellWidthType Percentage
public static final CellWidthType Point
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |