HtmlFormatter
HtmlFormatter class
Represents HTML file template.
createCustomFormatter
Name | Description |
---|---|
createCustomFormatter(ResponsiveHtmlController) | Creates and returns HTML formatter for custom callback-driven html generation. |
Parameters:
Name | Type | Description |
---|---|---|
formattingController | ResponsiveHtmlController | Callback interface which controls html file generation. |
Returns: HtmlFormatter
createCustomFormatter
Name | Description |
---|---|
createCustomFormatter(VideoPlayerHtmlController) | Creates and returns HTML formatter for custom callback-driven html generation. |
Parameters:
Name | Type | Description |
---|---|---|
formattingController | VideoPlayerHtmlController | Callback interface which controls html file generation. |
Returns: HtmlFormatter
createCustomFormatter
Name | Description |
---|---|
createCustomFormatter(EmbeddedWoffFontsHtmlController) | Creates and returns HTML formatter for custom callback-driven html generation. |
Parameters:
Name | Type | Description |
---|---|---|
formattingController | EmbeddedWoffFontsHtmlController | Callback interface which controls html file generation. |
Returns: HtmlFormatter
createCustomFormatter
Name | Description |
---|---|
createCustomFormatter(EmbeddedEotFontsHtmlController) | Creates and returns HTML formatter for custom callback-driven html generation. |
Parameters:
Name | Type | Description |
---|---|---|
formattingController | EmbeddedEotFontsHtmlController | Callback interface which controls html file generation. |
Returns: HtmlFormatter
createCustomFormatter
Name | Description |
---|---|
createCustomFormatter(EmbedAllFontsHtmlController) | Creates and returns HTML formatter for custom callback-driven html generation. |
Parameters:
Name | Type | Description |
---|---|---|
formattingController | EmbedAllFontsHtmlController | Callback interface which controls html file generation. |
Returns: HtmlFormatter
createDocumentFormatter
Name | Description |
---|---|
createDocumentFormatter(String, boolean) | Creates and returns HTML formatter for a simple document view which consists of sequences of slides one below another. |
Parameters:
Name | Type | Description |
---|---|---|
css | String | Specifies CSS for this file. |
showSlideTitle | boolean | Add slide title if there is one above slide image. |
Returns: HtmlFormatter
createSlideShowFormatter
Name | Description |
---|---|
createSlideShowFormatter(String, boolean) | Creates and returns HTML formatter for a simple slide show html which shows slides one after another. |
Parameters:
Name | Type | Description |
---|---|---|
css | String | Specifies URL of CCS file used. |
showSlideTitle | boolean | Add slide title if there is one above slide image. |
Returns: HtmlFormatter