FormEditor.AddInput
AddInput(String)
Creates a new InputElement
and adds it to the end of the form.
public InputElement AddInput(String name)
Parameter | Type | Description |
---|---|---|
name | String | Name of input element |
Return Value
Returns a new created InputElement
.
See Also
- class InputElement
- class FormEditor
- package com.aspose.html.Forms
- package Aspose.HTML
AddInput(String, InputElementType)
Creates a new InputElement
and adds it to the end of the form.
public InputElement AddInput(String name, InputElementType type)
Parameter | Type | Description |
---|---|---|
name | String | Name of input element |
type | InputElementType | Type of input element |
Return Value
Returns a new created InputElement
.
See Also
- class InputElement
- enum InputElementType
- class FormEditor
- package com.aspose.html.Forms
- package Aspose.HTML