TextBoxFormat
TextWrappingType Property
|
Get/set wrapping type for textbox
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public TextWrappingType TextWrappingType { get; set; }
Public Property TextWrappingType As TextWrappingType
Get
Set
public:
property TextWrappingType TextWrappingType {
TextWrappingType get ();
void set (TextWrappingType value);
}
member TextWrappingType : TextWrappingType with get, set
Property Value
Type:
TextWrappingType
See Also