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 | |
| id { get; set; } | Gets or sets the identifier of the form element. |
| name { get; set; } | Represent the name attribute of the input element. |
| getType The type of this form control. | |
| value { get; set; } | 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