HtmlDocumentType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class HtmlDocumentType extends System.Enum
Represents enumeration of the Html document types.
Fields
| Field | Description |
|---|---|
| Xhtml | The XHtml Document Type. |
| Html5 | The HTML5 Document Type. |
Xhtml
public static final int Xhtml
The XHtml Document Type.
Html5
public static final int Html5
The HTML5 Document Type.