create_document_formatter method
create_document_formatter
Creates and returns HTML formatter for a simple document view which consists of sequences of slides one below another.
@staticmethod
def create_document_formatter(css, show_slide_title):
...
| Parameter | Type | Description |
|---|---|---|
| css | str | Specifies CSS for this file. |
| 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