Table of Contents

Property MaxLength

Namespace
DocWright.Dom.Forms
Assembly
DocWright.Dom.dll

MaxLength

Gets a text field's maximum length in characters (w:textInput/w:maxLength), or null when unlimited. Word writes -1 for unlimited, which is reported as null.

public int? MaxLength { get; }

Property Value

int?