Table of Contents

Namespace iText.Forms.Form.Element

Classes

AbstractSelectField

An abstract class for fields that represents a control for selecting one or several of the provided options.

Button

Extension of the FormField<T> class representing a button in html.

CheckBox

Extension of the FormField<T> class representing a checkbox so that a CheckBoxRenderer is used instead of the default renderer for fields.

ComboBoxField

A field that represents a control for selecting one of the provided options.

FormField<T>

Implementation of the AbstractElement<T> class for form fields.

InputField

Extension of the FormField<T> class representing a button so that a InputFieldRenderer is used.

ListBoxField

A field that represents a control for selecting one or several of the provided options.

Radio

Extension of the FormField<T> class representing a radio button so that a RadioRenderer is used instead of the default renderer for fields.

SelectFieldItem

A field that represents a control for selecting one of the provided options.

SignatureFieldAppearance

Extension of the FormField<T> class representing a signature field in PDF.

TextArea

Extension of the FormField<T> class representing a button so that a TextAreaRenderer is used instead of the default renderer for fields.

Interfaces

IFormField

Common interface for HTML form elements.

IPlaceholderable

A marker interface that specifies that the layout object has placeholder.