Working with Presentation Content -- Aspose.Slides FOSS for C++
Aspose.Slides FOSS for C++ provides classes for working with working with presentation content.
Overview
The key classes involved are:
Presentation
Getting Started
Install Aspose.Slides FOSS for C++:
CMake FetchContent aspose-slides-cppBasic Usage
// Basic usage of Presentation
// See reference documentation for full API details
Tips and Best Practices
- Always dispose of document objects after use
- Handle file I/O exceptions when reading or writing files
- Check the API reference for the latest signatures
API Reference Summary
| Class | Description |
|---|---|
Presentation | See reference docs |
For full details, see the API Reference.