HtmlFormatter class

HtmlFormatter class

Represents HTML file template.

The HtmlFormatter type exposes the following members:

Methods

MethodDescription
create_document_formatterCreates and returns HTML formatter for a simple document view which consists of sequences of slides one below another.
create_slide_show_formatterCreates and returns HTML formatter for a simple slide show html which shows slides one after another.
create_custom_formatterCreates and returns HTML formatter for custom callback-driven html generation.

See Also