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.

Returns

@staticmethod
def create_document_formatter(css, show_slide_title):
    ...
ParameterTypeDescription
cssstrSpecifies CSS for this file.
show_slide_titleboolAdd slide title if there is one above slide image.

See Also