RowFormat
WrapTextAround Property
|
Note: This API is now obsolete.
Gets or sets a value indicating whether to use "Around" text wrapping.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
[ObsoleteAttribute("This property is deprecated. Please call the "Table.Format.WrapTextAround" property.")]
public bool WrapTextAround { get; set; }
<ObsoleteAttribute("This property is deprecated. Please call the "Table.Format.WrapTextAround" property.")>
Public Property WrapTextAround As Boolean
Get
Set
public:
[ObsoleteAttribute(L"This property is deprecated. Please call the "Table.Format.WrapTextAround" property.")]
property bool WrapTextAround {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute("This property is deprecated. Please call the "Table.Format.WrapTextAround" property.")>]
member WrapTextAround : bool with get, set
Property Value
Type:
Boolean
true
if wrap text around; otherwise,
false
.
See Also