Namespace: Spire.Xls.Core.Converter.General.Word.Documents
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum TextWrappingStyle
Public Enumeration TextWrappingStyle
public enum class TextWrappingStyle
type TextWrappingStyle

Members

MemberValueDescription
Inline0
TopAndBottom1
Square2
InFrontOfText3
Tight4
Through5
Behind6
None-1

See Also