|
iText 8.0.0 API
|
Extension of the FormField
Public Member Functions |
|
| TextArea (String id) | |
| Creates a new TextArea instance. More... |
|
| virtual iText.Forms.Form.Element.TextArea | UseAsPassword (bool isPassword) |
| Determines, whether the input field will be password. More... |
|
| override T1 | GetDefaultProperty< T1 > (int property) |
| virtual Paragraph | GetPlaceholder () |
| Gets the placeholder paragraph. More... |
|
| virtual void | SetPlaceholder (Paragraph placeholder) |
| Sets the placeholder paragraph. More... |
|
Public Member Functions inherited from iText.Forms.Form.Element.FormField< iText.Forms.Form.Element.TextArea > |
|
| virtual T | SetSize (float size) |
| Sets the form field's width and height. More... |
|
| virtual IFormField | SetWidth (float width) |
| virtual IFormField | SetHeight (float height) |
| virtual IFormField | SetValue (String value) |
| virtual String | GetId () |
| override T1 | GetDefaultProperty< T1 > (int property) |
| virtual IFormField | SetInteractive (bool interactive) |
Protected Member Functions |
|
| override IRenderer | MakeNewRenderer () |
Extension of the FormField
|
inline |
Creates a new TextArea instance.
| id | the id |
|
inlinevirtual |
Gets the placeholder paragraph.
Implements iText.Forms.Form.Element.IPlaceholderable.
|
inlinevirtual |
Sets the placeholder paragraph.
Implements iText.Forms.Form.Element.IPlaceholderable.
|
inlinevirtual |
Determines, whether the input field will be password.
Determines, whether the input field will be password.
Usually means that instead of glyphs '*' will be shown in case of flatten field.
If the field is not flatten, value will be ignored.
| isPassword |
true is this field shall be considered as password, false otherwise