cellwidthtype-ag凯发旗舰厅



com.spire.doc
enum cellwidthtype

java.lang.object
  extended by java.lang.enum<cellwidthtype>
      extended by 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
 
method summary
 int getvalue()
           
 
enum constant detail

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
method detail

getvalue

public int getvalue()


网站地图