Presentations

This section covers PresentationML packages (.pptx, .pptm, .potx) with ooxmlsdk.

Presentation packages are made of a presentation part, slide parts, slide masters, layouts, notes, themes, media, comments, and relationships between those parts. In ooxmlsdk, the entry point is usually ooxmlsdk::parts::presentation_document::PresentationDocument.

Use the parts feature, enabled by default, to open and save packages. Examples in this section are backed by tested Rust code in listings/presentation.

In this section