Presentation
Overview
Presentation is a class in Aspose.Slides FOSS for C++.
Represents a Microsoft PowerPoint presentation.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Presentation | Presentation | Read | Constructs a new empty presentation containing a single blank slide |
Methods
| Signature | Description |
|---|---|
Presentation() → Presentation | Constructs a new empty presentation with one blank slide. |
current_date_time() → std::chrono::system_clock::time_point | Returns date and time for datetime field substitution. |
set_current_date_time(value: std::chrono::system_clock::time_point) | Sets date and time for datetime field substitution. |
source_format() → SourceFormat | Returns source format information. Read-only. |
first_slide_number() → int | Returns the first slide number in the presentation. |
set_first_slide_number(value: int) | Sets the first slide number in the presentation. |
save(path: std::string_view, format: SaveFormat) | Saves the presentation to a file path with the given format. |
dispose() | Releases all resources used by this Presentation. |
detect_source_format(path: std::string_view) | Detect source format from a file extension. |
ensure_layout_slides_parsed() | Parse all master slides and layout slides from the OPC package on first access. |