Table of Contents

Enum FormFieldKind

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

The kind of a legacy form field, determined by the type-specific child of w:ffData (ECMA-376 Part 1 §17.16.17).

public enum FormFieldKind

Fields

Unknown = 0

The field carried no recognized type child.

Text = 1

A text input field (w:textInput), used by FORMTEXT.

CheckBox = 2

A check box (w:checkBox), used by FORMCHECKBOX.

DropDown = 3

A drop-down list (w:ddList), used by FORMDROPDOWN.