create_slide_show_formatter method
create_slide_show_formatter
Creates and returns HTML formatter for a simple slide show html which shows slides one after another.
@staticmethod
def create_slide_show_formatter(css, show_slide_title):
...
| Parameter | Type | Description |
|---|---|---|
| css | str | Specifies URL of CCS file used. |
| show_slide_title | bool | Add slide title if there is one above slide image. |
See Also
- class
HtmlFormatter - module
aspose.slides.export - library
Aspose.Slides