| 
SdtText
IsMultiline Property
  | 
 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.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
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
 
 
 
Property Value
 
 Type:
 
Boolean
 
 
 See Also
See Also