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: 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

MemberValueDescription
Fixed0
Specifies that this table shall use the fixed width table layout algorithm described above.
AutoFit1
Specifies that this table shall use an AutoFit table layout algorithm.

See Also