HtmlFormatter

HtmlFormatter class

Represents HTML file template.

createCustomFormatter

NameDescription
createCustomFormatter (EmbeddedWoffFontsHtmlController)Creates and returns HTML formatter for custom callback-driven html generation.

Parameters:

NameTypeDescription
formattingControllerEmbeddedWoffFontsHtmlControllerCallback interface which controls html file generation.

Returns: HtmlFormatter


createCustomFormatter

NameDescription
createCustomFormatter (VideoPlayerHtmlController)Creates and returns HTML formatter for custom callback-driven html generation.

Parameters:

NameTypeDescription
formattingControllerVideoPlayerHtmlControllerCallback interface which controls html file generation.

Returns: HtmlFormatter


createCustomFormatter

NameDescription
createCustomFormatter (EmbeddedEotFontsHtmlController)Creates and returns HTML formatter for custom callback-driven html generation.

Parameters:

NameTypeDescription
formattingControllerEmbeddedEotFontsHtmlControllerCallback interface which controls html file generation.

Returns: HtmlFormatter


createCustomFormatter

NameDescription
createCustomFormatter (ResponsiveHtmlController)Creates and returns HTML formatter for custom callback-driven html generation.

Parameters:

NameTypeDescription
formattingControllerResponsiveHtmlControllerCallback interface which controls html file generation.

Returns: HtmlFormatter


createCustomFormatter

NameDescription
createCustomFormatter (EmbedAllFontsHtmlController)Creates and returns HTML formatter for custom callback-driven html generation.

Parameters:

NameTypeDescription
formattingControllerEmbedAllFontsHtmlControllerCallback interface which controls html file generation.

Returns: HtmlFormatter


createDocumentFormatter

NameDescription
createDocumentFormatter (String, boolean)Creates and returns HTML formatter for a simple document view which consists of sequences of slides one below another.

Parameters:

NameTypeDescription
cssStringSpecifies CSS for this file.
showSlideTitlebooleanAdd slide title if there is one above slide image.

Returns: HtmlFormatter


createSlideShowFormatter

NameDescription
createSlideShowFormatter (String, boolean)Creates and returns HTML formatter for a simple slide show html which shows slides one after another.

Parameters:

NameTypeDescription
cssStringSpecifies URL of CCS file used.
showSlideTitlebooleanAdd slide title if there is one above slide image.

Returns: HtmlFormatter