createCustomFormatter

createCustomFormatter(ResponsiveHtmlController formattingController) function

Creates and returns HTML formatter for custom callback-driven html generation.

Parameters

NameTypeDescription
formattingControllerResponsiveHtmlControllerCallback interface which controls html file generation.

Result

HtmlFormatter


createCustomFormatter(VideoPlayerHtmlController formattingController) function

Creates and returns HTML formatter for custom callback-driven html generation.

Parameters

NameTypeDescription
formattingControllerVideoPlayerHtmlControllerCallback interface which controls html file generation.

Result

HtmlFormatter


createCustomFormatter(EmbedAllFontsHtmlController formattingController) function

Creates and returns HTML formatter for custom callback-driven html generation.

Parameters

NameTypeDescription
formattingControllerEmbedAllFontsHtmlControllerCallback interface which controls html file generation.

Result

HtmlFormatter


createCustomFormatter(EmbeddedEotFontsHtmlController formattingController) function

Creates and returns HTML formatter for custom callback-driven html generation.

Parameters

NameTypeDescription
formattingControllerEmbeddedEotFontsHtmlControllerCallback interface which controls html file generation.

Result

HtmlFormatter


createCustomFormatter(EmbeddedWoffFontsHtmlController formattingController) function

Creates and returns HTML formatter for custom callback-driven html generation.

Parameters

NameTypeDescription
formattingControllerEmbeddedWoffFontsHtmlControllerCallback interface which controls html file generation.

Result

HtmlFormatter