This simple type defines the possible type of layout algorthms which can be used
to layout a table within a WordprocessingML document.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
Public Enumeration LayoutType
 
public enum class LayoutType
 
 
 
 
 Members
 Members
 
|  | Member name | Value | Description | 
|  | Fixed | 0 | Specifies that this table shall use the fixed width table layout algorithm 
described above. | 
|  | AutoFit | 1 | Specifies that this table shall use an AutoFit table layout algorithm. | 
 
 
 See Also
See Also