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
Modifier and TypeMethodDescriptionGets the placeholder paragraph.void
setPlaceholder
(Paragraph placeholder) Sets the placeholder paragraph.
-
Method Details
-
getPlaceholder
Paragraph getPlaceholder()Gets the placeholder paragraph.- Returns:
- the placeholder paragraph
-
setPlaceholder
Sets the placeholder paragraph.- Parameters:
-
placeholder
- the paragraph to be used as placeholder
-