FormEditor.Item
FormEditor indexer (1 of 2)
指定されたインデックスで要素を返します.
public FormElement this[int index] { get; }
パラメータ | 説明 |
---|---|
index | 要素のインデックス |
戻り値
要素を返します。
関連項目
- class FormElement
- class FormEditor
- 名前空間 Aspose.Html.Forms
- 組み立て Aspose.HTML
FormEditor indexer (2 of 2)
指定された名前または ID で要素を返します。
public FormElement this[string name] { get; }
パラメータ | 説明 |
---|---|
name | 要素名 |
戻り値
要素を返します。
関連項目
- class FormElement
- class FormEditor
- 名前空間 Aspose.Html.Forms
- 組み立て Aspose.HTML