Allow Soft Line Breaks. Specifies whether soft line breaks can be added to
the contents of this structured document tag when this document is modified.
Namespace: Spire.Doc.DocumentsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public bool IsMultiline { get; set; }
Public Property IsMultiline As Boolean Get Set
public: property bool IsMultiline { bool get (); void set (bool value); }
member IsMultiline : bool with get, set