cellwidthtype-ag凯发旗舰厅
com.spire.doc
enum cellwidthtype
java.lang.object
java.lang.enum<cellwidthtype>
com.spire.doc.cellwidthtype
- all implemented interfaces:
- java.lang.comparable<cellwidthtype>
public enum cellwidthtype
- extends java.lang.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 |
auto
public static final cellwidthtype auto
- no preferred width is specified.
the width is derived from other table measurements where a preferred size is specified,
as well as from the size of the table contents, and the constraining size of the
container of the table.
percentage
public static final cellwidthtype percentage
- preferred table width specified in percentage
point
public static final cellwidthtype point
- preferred table width specified in points
getvalue
public int getvalue()