PresentationOptions class

PresentationOptions class

The options for rendering presentations.

For details, see the documentation.

The PresentationOptions type exposes the following members:

Constructors

Constructor Description
init

Properties

Property Description
render_header_footer_placeholders The property enables rendering placeholders in header and footer of a slide.
render_to_pure_html The property enables a new HTML rendering mode for Presentation documents — in this mode the files are rendered to pure HTML/CSS markup without SVG images. By default it is disabled (False), and the existing SVG‑based HTML renderer is used.
resolution The resolution of the presentation images for rendering to HTML or PDF.

See Also