autofitbehaviortype-ag凯发旗舰厅
com.spire.doc
enum autofitbehaviortype
java.lang.object
java.lang.enum<autofitbehaviortype>
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. |
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.
getvalue
public int getvalue()