FormEditor.Item
FormEditor indexer (1 of 2)
Returns the element by specified index.
public FormElement this[int index] { get; }
Parameter | Description |
---|---|
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
FormEditor indexer (2 of 2)
Returns the element by specified name or id.
public FormElement this[String name] { get; }
Parameter | Description |
---|---|
name | The element name |
Return Value
Returns the element.
See Also
- class FormElement
- class FormEditor
- package com.aspose.html.Forms
- package Aspose.HTML