CellFormat
TextWrap Property
|
Gets or sets a value indicating whether [text wrap].
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool TextWrap { get; set; }
Public Property TextWrap As Boolean
Get
Set
public:
property bool TextWrap {
bool get ();
void set (bool value);
}
member TextWrap : bool with get, set
Property Value
Type:
Boolean
true
if it specifies text wrap, set to
true
.
See Also