com.spire.doc
Enum LayoutType
java.lang.Object
java.lang.Enum<LayoutType>
com.spire.doc.LayoutType
- All Implemented Interfaces:
- java.lang.Comparable<LayoutType>
public enum LayoutType
- extends java.lang.Enum<LayoutType>
This simple type defines the possible type of layout algorthms which can be used
to layout a table within a WordprocessingML document.
Enum Constant Summary |
Auto_Fit
Specifies that this table shall use an AutoFit table layout algorithm. |
Fixed
Specifies that this table shall use the fixed width table layout algorithm
described above. |
Fixed
public static final LayoutType Fixed
- Specifies that this table shall use the fixed width table layout algorithm
described above.
Auto_Fit
public static final LayoutType Auto_Fit
- Specifies that this table shall use an AutoFit table layout algorithm.
getValue
public int getValue()