public enum ENHtmlDocumentType : System.Enum
public enum ENHtmlDocumentType : System.Enum
Member | Description |
---|---|
Html4_Frameset | This DTD is equal to HTML 4.01 Transitional, but allows the use of frameset content. |
Html4_Strict | This DTD contains all HTML elements and attributes, but does NOT INCLUDE presentational or deprecated elements (like font). Framesets are not allowed. |
Html4_Transitional | This DTD contains all HTML elements and attributes, INCLUDING presentational and deprecated elements (like font). Framesets are not allowed. |
Html5 | This DTD declares that the document is an HTML 5 document. |
XHtml1_1 | This DTD is equal to XHTML 1.0 Strict, but allows you to add modules (for example to provide ruby support for East-Asian languages). |
XHtml1_Frameset | This DTD is equal to XHTML 1.0 Transitional, but allows the use of frameset content. |
XHtml1_Strict | This DTD contains all HTML elements and attributes, but does NOT INCLUDE presentational or deprecated elements (like font). Framesets are not allowed. The markup must also be written as well-formed XML. |
XHtml1_Transitional | This DTD contains all HTML elements and attributes, INCLUDING presentational and deprecatedelements (like font). Framesets are not allowed. The markup must also be written as well-formed XML. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Formats.Html.ENHtmlDocumentType
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)