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()