com.aspose.slides
Class HtmlFormatter

java.lang.Object
  extended by com.aspose.slides.HtmlFormatter

public final class HtmlFormatter
extends java.lang.Object

Represents HTML file template.


Method Summary
static HtmlFormatter createCustomFormatter(IHtmlFormattingController formattingController)
           Creates and returns HTML formatter for custom callback-driven html generation.
static HtmlFormatter createDocumentFormatter(java.lang.String css, boolean showSlideTitle)
           Creates and returns HTML formatter for a simple document view which consists of sequences of slides one below another.
static HtmlFormatter createSlideShowFormatter(java.lang.String css, boolean showSlideTitle)
           Creates and returns HTML formatter for a simple slide show html which shows slides one after another.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createDocumentFormatter

public static HtmlFormatter createDocumentFormatter(java.lang.String css,
                                                    boolean showSlideTitle)

Creates and returns HTML formatter for a simple document view which consists of sequences of slides one below another.

Parameters:
css - Specifies CSS for this file.
showSlideTitle - Add slide title if there is one above slide image.
Returns:

createSlideShowFormatter

public static HtmlFormatter createSlideShowFormatter(java.lang.String css,
                                                     boolean showSlideTitle)

Creates and returns HTML formatter for a simple slide show html which shows slides one after another.

Parameters:
css - Specifies URL of CCS file used.
showSlideTitle - Add slide title if there is one above slide image.
Returns:

createCustomFormatter

public static HtmlFormatter createCustomFormatter(IHtmlFormattingController formattingController)

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

Parameters:
formattingController - Callback interface which controls html file generation.
Returns: