This simple type defines the possible type of layout algorthms which can be used
to layout a table within a WordprocessingML document.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum LayoutType
Public Enumeration LayoutType
public enum class LayoutType
type LayoutType
Members
| Member | 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.
|