Nevron Open Vision Documentation
Nevron.Nov.Text.Formats.Html Namespace / NHtmlSaveSettings Class
Fields Properties


In This Topic
    NHtmlSaveSettings Class Members
    In This Topic

    The following tables list the members exposed by NHtmlSaveSettings.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Public Fields
     NameDescription
    Public FieldThe target in which the document will be saved. (Inherited from Nevron.Nov.Dom.NDocumentSaveSettings)
    Public FieldSpecifies whether the File information inside the document.DocumentInformation should be updated. (Inherited from Nevron.Nov.Dom.NDocumentSaveSettings)
    Public FieldGets or sets whether to write the Unicode Byte Order Mark (BOM) (Inherited from Nevron.Nov.Text.Formats.NTextSaveSettings)
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertySpecifies the document type of the generated HTML document. By default set to HTML 5 doctype.  
    Public PropertySpecifies whether to embed images as Base64 strings in the generated HTML documents or not. By default set to true.  
    Public PropertyDetermines whether to inline the CSS styles in "style" attributes or to create and use CSS classes. By default set to false, which means that the HTML exporter will create and use CSS classes.  
    Public PropertyDetermines whether to minify the resulting HTML by not adding any new lines or tabulations. By default set to true.  
    Top
    See Also