iText 8.0.5 API
iText.Forms.Form.Element Namespace Reference

Classes

class   AbstractSelectField
  An abstract class for fields that represents a control for selecting one or several of the provided options. More...
 
class   Button
  Extension of the FormField class representing a button in html. More...
 
class   CheckBox
  Extension of the FormField class representing a checkbox so that a iText.Forms.Form.Renderer.CheckBoxRenderer is used instead of the default renderer for fields. More...
 
class   ComboBoxField
  A field that represents a control for selecting one of the provided options. More...
 
class   FormField
  Implementation of the iText.Layout.Element.AbstractElement class for form fields. More...
 
interface   IFormField
  Common interface for HTML form elements. More...
 
class   InputField
  Extension of the FormField class representing a button so that a iText.Forms.Form.Renderer.InputFieldRenderer is used. More...
 
interface   IPlaceholderable
  A marker interface that specifies that the layout object has placeholder. More...
 
class   ListBoxField
  A field that represents a control for selecting one or several of the provided options. More...
 
class   Radio
  Extension of the FormField class representing a radio button so that a iText.Forms.Form.Renderer.RadioRenderer is used instead of the default renderer for fields. More...
 
class   SelectFieldItem
  A field that represents a control for selecting one of the provided options. More...
 
class   SignatureFieldAppearance
  Extension of the FormField class representing a signature field in PDF. More...
 
class   TextArea
  Extension of the FormField class representing a button so that a iText.Forms.Form.Renderer.TextAreaRenderer is used instead of the default renderer for fields. More...