Nevron Open Vision Documentation
Nevron.Nov.Formats.Html Namespace / ENHtmlDocumentType Enumeration


In This Topic
    ENHtmlDocumentType Enumeration
    In This Topic
    Enumerates the available HTML document type declarations (DTDs).
    Syntax
    'Declaration
     
    
    Public Enum ENHtmlDocumentType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENHtmlDocumentType
    public enum ENHtmlDocumentType : System.Enum 
    Members
    MemberDescription
    Html4_FramesetThis DTD is equal to HTML 4.01 Transitional, but allows the use of frameset content.
    Html4_StrictThis DTD contains all HTML elements and attributes, but does NOT INCLUDE presentational or deprecated elements (like font). Framesets are not allowed.
    Html4_TransitionalThis DTD contains all HTML elements and attributes, INCLUDING presentational and deprecated elements (like font). Framesets are not allowed.
    Html5This DTD declares that the document is an HTML 5 document.
    XHtml1_1This 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_FramesetThis DTD is equal to XHTML 1.0 Transitional, but allows the use of frameset content.
    XHtml1_StrictThis 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_TransitionalThis 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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Formats.Html.ENHtmlDocumentType

    Requirements

    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)

    See Also