layouttype-ag凯发旗舰厅
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()