API Reference

Enum

HtmlRenderFormFieldKind

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Standard form field kinds retained by the managed HTML render model.

Inheritance

  • Enum
  • HtmlRenderFormFieldKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const HtmlRenderFormFieldKind Text #

Single-line, multiline, password, or file-select text field.

Value: 0
public const HtmlRenderFormFieldKind CheckBox #

Independent check box.

Value: 1
public const HtmlRenderFormFieldKind Choice #

Single- or multi-select choice field.

Value: 2
public const HtmlRenderFormFieldKind RadioButton #

One widget belonging to a named radio-button group.

Value: 3