FormEditor.AddInput
AddInput(string)
新しいInputElement
フォームの最後に追加します.
public InputElement AddInput(string name)
パラメータ | タイプ | 説明 |
---|---|---|
name | String | 入力要素の名前 |
戻り値
新しく作成されたInputElement
.
関連項目
- class InputElement
- class FormEditor
- 名前空間 Aspose.Html.Forms
- 組み立て Aspose.HTML
AddInput(string, InputElementType)
新しいInputElement
フォームの最後に追加します.
public InputElement AddInput(string name, InputElementType type)
パラメータ | タイプ | 説明 |
---|---|---|
name | String | 入力要素の名前 |
type | InputElementType | 入力要素のタイプ |
戻り値
新しく作成されたInputElement
.
関連項目
- class InputElement
- enum InputElementType
- class FormEditor
- 名前空間 Aspose.Html.Forms
- 組み立て Aspose.HTML