Package com.itextpdf.forms.form.element
Interface IPlaceholderable
-
- All Known Implementing Classes:
InputField
,TextArea
public interface IPlaceholderable
A marker interface that specifies that the layout object has placeholder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Paragraph
getPlaceholder()
Gets the placeholder paragraph.void
setPlaceholder(Paragraph placeholder)
Sets the placeholder paragraph.
-