SdtContentText.MultiLine Property
Allow Soft Line Breaks.Represents the attribte in schema: w:multiLine
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "multiLine")> _
Public Property MultiLine As OnOffValue
Get
Set
'Usage
Dim instance As SdtContentText
Dim value As OnOffValue
value = instance.MultiLine
instance.MultiLine = value
[SchemaAttrAttribute(, "multiLine")]
public OnOffValue MultiLine { get; set; }
Property Value
Type: DocumentFormat.OpenXml.OnOffValue