FormEditor.Create
İçindekiler
[
Saklamak
]Create(HTMLFormElement)
Yeni bir tane oluştururFormEditor
dayalıHTMLFormElement
.
public static FormEditor Create(HTMLFormElement form)
Parametre | Tip | Tanım |
---|---|---|
form | HTMLFormElement | html form öğesi |
Geri dönüş değeri
Yeni bir örneğini döndürFormEditor
sınıf
Ayrıca bakınız
- class HTMLFormElement
- class FormEditor
- ad alanı Aspose.Html.Forms
- toplantı Aspose.HTML
Create(HTMLDocument, int)
Yeni bir tane oluştururFormEditor
dayalıHTMLFormElement
arasından seçilenForms
index. ile toplama
public static FormEditor Create(HTMLDocument document, int index)
Parametre | Tip | Tanım |
---|---|---|
document | HTMLDocument | Döküman. |
index | Int32 | Form koleksiyonu içindeki dizin. |
Geri dönüş değeri
Yeni bir örneğini döndürFormEditor
sınıf
istisnalar
istisna | şart |
---|---|
DOMException | Dizin aralığın dışındaysa istisna oluşur. |
Ayrıca bakınız
- class HTMLDocument
- class FormEditor
- ad alanı Aspose.Html.Forms
- toplantı Aspose.HTML
Create(HTMLDocument, string)
Yeni bir tane oluştururFormEditor
dayalıHTMLFormElement
id. tarafından belgeden seçildi
public static FormEditor Create(HTMLDocument document, string id)
Parametre | Tip | Tanım |
---|---|---|
document | HTMLDocument | Döküman. |
id | String | tanımlayıcı. |
Geri dönüş değeri
Yeni bir örneğini döndürFormEditor
sınıf
istisnalar
istisna | şart |
---|---|
DOMException | İstisna, belirtilen kimliğe göre bir öğe yoksa veya öğe bir form türü değilse oluşur. |
Ayrıca bakınız
- class HTMLDocument
- class FormEditor
- ad alanı Aspose.Html.Forms
- toplantı Aspose.HTML