|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WidthType>
com.spire.doc.WidthType
public enum WidthType
The TableWidthType enum specifies how the preferred width for a table, table indent, table cell, cell margin, or cell spacing is defined.
Enum Constant Summary | |
---|---|
Auto
No preferred width is specified. |
|
None
|
|
Percentage
When specifying the preferred width of a portion of a table, such as a cell, spacing or indent, the percentage is relative to the width of the entire table. |
|
Twip
The preferred width of the table, indent, cell, cell margin, or cell spacing is an absolute width measured in twips. |
Method Summary | |
---|---|
int |
getValue()
|
Enum Constant Detail |
---|
public static final WidthType None
public static final WidthType Auto
public static final WidthType Percentage
public static final WidthType Twip
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |