HtmlControlType Enumeration |
Type of document nodes that represent <input> and <select> elements imported from HTML.
Namespace:
Aspose.Words
Assembly:
Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntaxpublic enum HtmlControlType
Public Enumeration HtmlControlType
public enum class HtmlControlType
Members
| Member name | Value | Description |
---|
| FormField | 0 | |
| StructuredDocumentTag | 1 | |
See Also