Table of Contents

Enum HtmlOutputMode

Namespace
DocWright.Formats.Html
Assembly
DocWright.Formats.Html.dll

How the writer emits resources the document carries.

public enum HtmlOutputMode

Fields

SelfContained = 0

One self-contained file: styles inline in a <style> element and images as data: URIs. The output needs no companion files.

Linked = 1

A document that links to its resources. Images are handed to ResourceWriter, which returns the href to write, and the stylesheet is linked from StylesheetHref when one is set.