Presentation

Overview

Presentation is a class in Aspose.Slides FOSS for C++.

Represents a Microsoft PowerPoint presentation.

Properties

NameTypeAccessDescription
PresentationPresentationReadConstructs a new empty presentation containing a single blank slide

Methods

SignatureDescription
Presentation()PresentationConstructs a new empty presentation with one blank slide.
current_date_time()std::chrono::system_clock::time_pointReturns 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()SourceFormatReturns source format information. Read-only.
first_slide_number()intReturns 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.