| 
TableFormat
WrapTextAround Property
  | 
 Gets or sets a value indicating whether text should wrap around an object.
 Namespace:
 Spire.Doc.Formatting
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public bool WrapTextAround { get; set; }
 
Public Property WrapTextAround As Boolean
	Get
	Set
 
public:
property bool WrapTextAround {
	bool get ();
	void set (bool value);
}
 
member WrapTextAround : bool with get, set
 
 
 
Return Value
 
 Type:
 
Boolean
 
 true if text should wrap around an object; otherwise, false.
 
 See Also
See Also