Table of Contents

Property IsMultiLine

Namespace
DocWright.Dom.ContentControls
Assembly
DocWright.Dom.dll

IsMultiLine

Gets or sets whether a plain-text control accepts line breaks (w:text/@w:multiLine). Reading it on a control of another kind reports false.

public bool IsMultiLine { get; set; }

Property Value

bool

Exceptions

ContentControlEditException

The preserved markup could not be rewritten, or the control is not a plain-text control.