pdfHTML 2.1.6 API
iText.Html2pdf.Attach.Impl.Layout.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 input with type button or submit in html More...
 
class   ButtonContainer
  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.Html2pdf.Attach.Impl.Layout.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
  Interface extending the iText.Layout.Element.ILeafElement interface in the context of form fields. More...
 
class   InputField
  Extension of the FormField class representing a button so that a iText.Html2pdf.Attach.Impl.Layout.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.Html2pdf.Attach.Impl.Layout.Form.Renderer.RadioRenderer is used instead of the default renderer for fields. More...
 
class   TextArea
  Extension of the FormField class representing a button so that a iText.Html2pdf.Attach.Impl.Layout.Form.Renderer.TextAreaRenderer is used instead of the default renderer for fields. More...