Name | Description | |
---|---|---|
![]() | NWriterOptions Constructor | Default constructor. |
The following tables list the members exposed by NWriterOptions.
Name | Description | |
---|---|---|
![]() | NWriterOptions Constructor | Default constructor. |
Name | Description | |
---|---|---|
![]() ![]() | DocxCompressionLevelProperty | Reference to the DocxCompressionLevel property. |
![]() ![]() | EmbedImagesInHtmlProperty | Reference to the EmbedImagesInHtml property. |
![]() ![]() | InlineCssStylesProperty | Reference to the InlineCssStyles property. |
![]() ![]() | MinifyHtmlProperty | Reference to the MinifyHtml property. |
![]() ![]() | NWriterOptionsSchema | Schema associated with NWriterOptions. |
Name | Description | |
---|---|---|
![]() | DocxCompressionLevel | Gets/Sets the compression level to use for DOCX files. By default set to MediumCompression. |
![]() | EmbedImagesInHtml | Specifies whether to embed images as Base64 strings in the generated HTML documents or not. By default set to true. |
![]() | InlineCssStyles | Determines whether to inline the CSS styles in "style" attributes or to create and use CSS classes. By default set to false. |
![]() | MinifyHtml | Determines whether to minify the resulting HTML by not adding any new lines or tabulations. By default set to true. |