Slide
Overview
Slide is a class in Aspose.Slides FOSS for C++.
Represents a slide in a presentation.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ShapeCollection | ShapeCollection | Read | Property provides access to the slide’s ShapeCollection |
ILayoutSlide | ILayoutSlide | Read | Property provides access to the slide’s layout interface |
INotesSlideManager | INotesSlideManager | Read | Property provides access to the slide’s notes manager |
Methods
| Signature | Description |
|---|---|
ShapeCollection() → ShapeCollection | Property provides access to the slide’s ShapeCollection |
ShapeCollection() → ShapeCollection | |
ILayoutSlide() → ILayoutSlide | Property provides access to the slide’s layout interface |
INotesSlideManager() → INotesSlideManager | Property provides access to the slide’s notes manager |
INotesSlideManager() → INotesSlideManager | |
get_slide_comments(author: CommentAuthor) → std::vector<Comment*> | Returns comments on this slide, optionally filtered by author. If author is nullptr, returns all comments on this slide. |
remove() | Removes this slide from the presentation. |
init_internal(presentation: Presentation, package: Internal::opc::OpcPackage, part_name: std::string_view, slide_ref: SlideReference, slide_part: Internal::pptx::SlidePart, layout_resolver: LayoutResolver) | Internal initialization from OPC package data. |