ParagraphFormat
WordWrap Property
|
Gets or sets a value that determines whether allow Latin text to wrap in the middle of a word.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool WordWrap { get; set; }
Public Property WordWrap As Boolean
Get
Set
public:
property bool WordWrap {
bool get ();
void set (bool value);
}
member WordWrap : bool with get, set
Property Value
Type:
Boolean
See Also