Enum FormElementType

Enum FormElementType

Numele spaţiului: Aspose.Html.Forms Asamblare: Aspose.HTML.dll (25.5.0)

Prezintă o listă a tipurilor de elemente de formular și a acestora care corespund elementelor HTML

[ComVisible(true)]
public enum FormElementType

Fields

Button = 5

corespunzător Aspose.Html.HTMLButtonElement.

DataList = 6

corespunzător Aspose.Html.HTMLDataListElement.

Input = 1

În conformitate cu Aspose.Html.HTMLInputElement.

Option = 4

În conformitate cu Aspose.Html.HTMLOptionElement.

Select = 2

În conformitate cu Aspose.Html.HTMLSelectElement.

TextArea = 3

corespunzător Aspose.Html.HTMLTextAreaElement.

Unknown = 0

corespunzând oricărui element HTML care nu este convertit la oricare dintre Aspose.Html.Forms.FormElement implementat.

 Română