|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AutoFitBehaviorType>
com.spire.doc.AutoFitBehaviorType
public 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 |
---|
public static final AutoFitBehaviorType Auto_Fit_To_Contents
public static final AutoFitBehaviorType Auto_Fit_To_Window
public static final AutoFitBehaviorType Fixed_Column_Widths
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |