|
iText 9.7.0 API
|
A marker interface that specifies that the layout object has placeholder. More...
Public Member Functions |
|
| Paragraph | GetPlaceholder () |
| Gets the placeholder paragraph. More... |
|
| void | SetPlaceholder (Paragraph placeholder) |
| Sets the placeholder paragraph. More... |
|
A marker interface that specifies that the layout object has placeholder.
| Paragraph iText.Forms.Form.Element.IPlaceholderable.GetPlaceholder | ( | ) |
Gets the placeholder paragraph.
Implemented in iText.Forms.Form.Element.InputField, and iText.Forms.Form.Element.TextArea.
| void iText.Forms.Form.Element.IPlaceholderable.SetPlaceholder | ( | Paragraph | placeholder | ) |
Sets the placeholder paragraph.
| placeholder | the paragraph to be used as placeholder |
Implemented in iText.Forms.Form.Element.InputField, and iText.Forms.Form.Element.TextArea.