Table of Contents

Enum FormTextType

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

What a text form field accepts (w:textInput/w:type).

public enum FormTextType

Fields

Regular = 0

Ordinary text (regular). Word's default when the element is absent.

Number = 1

A number (number).

Date = 2

A date (date).

CurrentTime = 3

The time the field was inserted (currentTime); the user cannot edit it.

CurrentDate = 4

The date the field was inserted (currentDate); the user cannot edit it.

Calculated = 5

A calculated expression (calculated); the user cannot edit it.