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