public abstract class FormElement<T extends HTMLElement>
extends com.aspose.html.forms.FormElementBase
The FormElementBase
represent the generic field
T
: Type of form control elements
Modifier and Type | Method and Description |
---|---|
T |
getHtmlElement()
Gets the
HTMLElement . |
public T getHtmlElement()
Gets the HTMLElement
.