Class Form
Represents a form element within a document section, allowing users to interact with the document.
Inheritance
System.Object
Form
Namespace: IronWord.Models
Assembly: IronWord.dll
Syntax
public class Form : Object
Constructors
Form()
Initializes a new instance of the Form class.
Declaration
public Form()
Properties
Elements
Gets or sets the list of Form elements contained within this form.
Declaration
public List<FormElement> Elements { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<FormElement> |