pdfHTML 2.1.6 API
iText.Html2pdf.Attach.Impl.Layout.Form.Element.InputField Class Reference

Extension of the FormField class representing a button so that a iText.Html2pdf.Attach.Impl.Layout.Form.Renderer.InputFieldRenderer is used. More...

Inheritance diagram for iText.Html2pdf.Attach.Impl.Layout.Form.Element.InputField:
iText.Html2pdf.Attach.Impl.Layout.Form.Element.FormField< iText.Html2pdf.Attach.Impl.Layout.Form.Element.InputField > iText.Html2pdf.Attach.Impl.Layout.Form.Element.IPlaceholderable

Public Member Functions

  InputField (String id)
  Creates a new input field. More...
 
virtual Paragraph  GetPlaceholder ()
  Gets the placeholder paragraph. More...
 
virtual void  SetPlaceholder (Paragraph placeholder)
  Sets the placeholder paragraph. More...
 
override T1  GetDefaultProperty< T1 > (int property)
 
- Public Member Functions inherited from iText.Html2pdf.Attach.Impl.Layout.Form.Element.FormField< iText.Html2pdf.Attach.Impl.Layout.Form.Element.InputField >
virtual String  GetId ()
  Gets the id. More...
 
override T1  GetDefaultProperty< T1 > (int property)
 

Protected Member Functions

override IRenderer  MakeNewRenderer ()
 

Detailed Description

Extension of the FormField class representing a button so that a iText.Html2pdf.Attach.Impl.Layout.Form.Renderer.InputFieldRenderer is used.

Constructor & Destructor Documentation

◆ InputField()

iText.Html2pdf.Attach.Impl.Layout.Form.Element.InputField.InputField ( String  id )
inline

Creates a new input field.

Parameters
id the id

Member Function Documentation

◆ GetPlaceholder()

virtual Paragraph iText.Html2pdf.Attach.Impl.Layout.Form.Element.InputField.GetPlaceholder ( )
inlinevirtual

Gets the placeholder paragraph.

Implements iText.Html2pdf.Attach.Impl.Layout.Form.Element.IPlaceholderable.

◆ SetPlaceholder()

virtual void iText.Html2pdf.Attach.Impl.Layout.Form.Element.InputField.SetPlaceholder ( Paragraph  placeholder )
inlinevirtual

Sets the placeholder paragraph.

Implements iText.Html2pdf.Attach.Impl.Layout.Form.Element.IPlaceholderable.