FormEditor.GetElement
GetElement<T>(int)
Returns the element by specified index.
public T GetElement<T>(int index)
where T : FormElement
| Parameter | Description |
|---|---|
| T | Type of the form element |
| index | The index of the element |
Return Value
Returns the element.
See Also
- class FormElement
- class FormEditor
- package com.aspose.html.forms
- package Aspose.HTML
GetElement<T>(String)
Returns the element by specified name.
public T GetElement<T>(String name)
where T : FormElement
| Parameter | Description |
|---|---|
| T | Type of the form element |
| name | The element name |
Return Value
Returns the element.
See Also
- class FormElement
- class FormEditor
- package com.aspose.html.forms
- package Aspose.HTML