Namespace Telerik.Windows.Documents.Fixed.Model.InteractiveForms
Classes
|
Container for a document's interactive form (AcroForm) tied to a RadFixedDocument; manage fields, XFA, and viewer behavior. |
|
Binary choice field that toggles on/off; supports custom export value and configurable appearance. |
|
Abstract base for form fields that offer selection from predefined options (e.g., combo box, list box). |
|
Selectable option used by choice fields (combo box, list box), holding the data value and optional display text. |
|
Specialized collection of ChoiceOption for choice fields; updates widget appearances when options change. |
|
Choice field with a drop‑down list; optionally allows free‑text entry when editable. |
|
Text box that constrains input to fixed, equally spaced character cells; useful for structured entries like postal codes or serials. |
|
Abstract base for selectable items used by choice fields (combo box, list box, radio groups), exposing the data value. |
|
Base collection for managing options in choice fields; add, remove, index, and enumerate items. |
|
Base abstraction for fields that collect user input in a PDF, exposing common properties, actions, and access to visual widgets. |
|
Generic base for form fields that expose a strongly typed widget collection for UI rendering. |
|
Collection for managing interactive form fields in a PDF document; add, remove, look up by name, and enumerate fields. |
|
List box form field that shows a scrollable set of predefined options; supports single or multi‑selection for capturing one or several values in a PDF form. |
|
Push button form field for invoking actions (submit, navigation, scripts) when clicked in the PDF viewer. |
|
Radio button group enabling a single logical choice (or controlled deselection) among mutually exclusive options in a PDF form. |
|
Collection helper for creating and tracking RadioButtonWidget instances bound to a RadioButtonField option. |
|
Single selectable value within a radio button group; its string Value is submitted when chosen. |
|
Collection of mutually exclusive RadioOption instances used by a radio button field. |
|
Signature capture field used to embed or validate a digital signature within the PDF (supports cryptographic integrity checks). |
|
Text input field supporting single or multiline entry, optional password masking, file path selection, scrolling, and length limits. |
|
Abstract base for form fields that capture and display textual content, providing shared value handling and appearance invalidation. |
|
Configurable set of text layout, font, and painting properties used when generating dynamic widget appearances. |
|
Collection wrapper that creates widgets and applies initial appearance configuration. |
|
Base collection providing creation, enumeration, and removal logic for form field widgets. |
|
Represents a collection of XFA (XML Forms Architecture) forms, allowing for storing and managing form data as a collection of name and byte array pairs. |
Enums
|
Specifies the category of a FormField, used to determine behavior and rendering in forms. |
|
Bit flags describing document‑wide signature presence and update constraints. |