pdfHTML 2.1.6 API
iText.Html2pdf.Attach.Impl.Layout.Form.Element.IPlaceholderable Interface Reference

A marker interface that specifies that the layout object has placeholder More...

Inheritance diagram for iText.Html2pdf.Attach.Impl.Layout.Form.Element.IPlaceholderable:
iText.Html2pdf.Attach.Impl.Layout.Form.Element.InputField iText.Html2pdf.Attach.Impl.Layout.Form.Element.TextArea

Public Member Functions

Paragraph  GetPlaceholder ()
  Gets the placeholder paragraph. More...
 
void  SetPlaceholder (Paragraph placeholder)
  Sets the placeholder paragraph. More...
 

Detailed Description

A marker interface that specifies that the layout object has placeholder

Member Function Documentation

◆ GetPlaceholder()

Paragraph iText.Html2pdf.Attach.Impl.Layout.Form.Element.IPlaceholderable.GetPlaceholder ( )

Gets the placeholder paragraph.

Returns
the placeholder paragraph

Implemented in iText.Html2pdf.Attach.Impl.Layout.Form.Element.TextArea, and iText.Html2pdf.Attach.Impl.Layout.Form.Element.InputField.

◆ SetPlaceholder()

void iText.Html2pdf.Attach.Impl.Layout.Form.Element.IPlaceholderable.SetPlaceholder ( Paragraph  placeholder )

Sets the placeholder paragraph.

Parameters
placeholder the paragraph to be used as placeholder

Implemented in iText.Html2pdf.Attach.Impl.Layout.Form.Element.TextArea, and iText.Html2pdf.Attach.Impl.Layout.Form.Element.InputField.