TextAreaElement Class
TextAreaElement class
The TextAreaElement represents a wrapper that is associated with the HTMLTextAreaElement
public class TextAreaElement : FormElement<HTMLTextAreaElement>
Properties
Name | Description |
---|---|
getElementType Gets the type of the element. | |
getHtmlElement | |
[getId] | |
[setId] Gets or sets the identifier of the form element. | |
[getName] | |
[setName] Represent the name attribute of the input element. | |
getType The type of this form control. | |
[getValue] | |
[setValue] Represents the String value of the input element that is directly mapped to the ‘value’ attribute. |
See Also
- class FormElement<T>
- class HTMLTextAreaElement
- package com.aspose.html.Forms
- package Aspose.HTML