NevronOpenVision
Nevron.Nov.Office.Writer Namespace / NWriterOptions Class
Fields Properties Methods Events


In This Topic
    NWriterOptions Class Members
    In This Topic

    The following tables list the members exposed by NWriterOptions.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the DocxCompressionLevel property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the EmbedImagesInHtml property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the InlineCssStyles property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the MinifyHtml property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NWriterOptions.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/Sets the compression level to use for DOCX files. By default set to MediumCompression.  
    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.  
    Public PropertyDetermines whether to minify the resulting HTML by not adding any new lines or tabulations. By default set to true.  
    Top
    See Also