|
iText 9.1.0 API
|
Extension of the FormField
Public Member Functions |
|
| TextArea (String id) | |
| Creates a new TextArea instance. 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... |
|
| override AccessibilityProperties | GetAccessibilityProperties () |
| Gets the accessibility properties. 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 () |
Additional Inherited Members |
|
Package Attributes inherited from iText.Forms.Form.Element.FormField< iText.Forms.Form.Element.TextArea > |
|
| DefaultAccessibilityProperties | tagProperties |
| The tag properties. More... |
|
Extension of the FormField
|
inline |
Creates a new TextArea instance.
| id | the id |
|
inlinevirtual |
|
inlinevirtual |
Gets the placeholder paragraph.
Implements iText.Forms.Form.Element.IPlaceholderable.
|
inlinevirtual |
Sets the placeholder paragraph.
Implements iText.Forms.Form.Element.IPlaceholderable.