autofitbehaviortype-ag凯发旗舰厅



com.spire.doc
enum autofitbehaviortype

java.lang.object
  extended by java.lang.enum<autofitbehaviortype>
      extended by com.spire.doc.autofitbehaviortype
all implemented interfaces:
java.lang.comparable<autofitbehaviortype>

public enum autofitbehaviortype
extends java.lang.enum<autofitbehaviortype>

specifies how microsoft word resizes a table when the autofit feature is used.


enum constant summary
auto_fit_to_contents
          the table is automatically sized to fit the content contained in the table.
auto_fit_to_window
          the table is automatically sized to the width of the active window.
fixed_column_widths
          the table is set to a fixed size, regardless of the content, and is not automatically sized.
 
method summary
 int getvalue()
           
 
enum constant detail

auto_fit_to_contents

public static final autofitbehaviortype auto_fit_to_contents
the table is automatically sized to fit the content contained in the table.

auto_fit_to_window

public static final autofitbehaviortype auto_fit_to_window
the table is automatically sized to the width of the active window.

fixed_column_widths

public static final autofitbehaviortype fixed_column_widths
the table is set to a fixed size, regardless of the content, and is not automatically sized.
method detail

getvalue

public int getvalue()


网站地图