HtmlFormatter

HtmlFormatter class

Represents HTML file template.

public sealed class HtmlFormatter : IHtmlFormatter

Methods

NameDescription
static CreateCustomFormatter(IHtmlFormattingController)Creates and returns HTML formatter for custom callback-driven html generation.
static CreateDocumentFormatter(string, bool)Creates and returns HTML formatter for a simple document view which consists of sequences of slides one below another.
static CreateSlideShowFormatter(string, bool)Creates and returns HTML formatter for a simple slide show html which shows slides one after another.

See Also