|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.HtmlFormatter
public final class HtmlFormatter
Represents HTML file template.
Method Summary | |
---|---|
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 |
---|
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.
css
- Specifies CSS for this file.showSlideTitle
- Add slide title if there is one above slide image.
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.
css
- Specifies URL of CCS file used.showSlideTitle
- Add slide title if there is one above slide image.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |