NotesSlidePart

NotesSlidePart — Aspose.Slides FOSS C++ API Reference

NotesSlidePart — Manages a notes slide XML part (ppt/notesSlides/notesSlideN.

Package: Aspose::Slides


Methods

MethodReturnsDescription
name()std::stringGet the slide name from .
set_name()voidSet the slide name on .
get_notes_txbody()pugi::xml_nodeGet the txBody element of the notes body placeholder.
has_placeholder()boolCheck if a placeholder of the given type exists.
remove_placeholder()voidRemove the placeholder shape of the given type.
add_placeholder()voidAdd a minimal placeholder shape of the given type (if not already present).
set_placeholder_text()voidSet text content for a placeholder shape.
save()voidSave the notes slide XML back to the package.
create_empty()NotesSlidePartCreate a new empty notes slide in the package for a given slide.
remove()voidDelete a notes slide and its associated files from the package.
compute_relative_target()std::stringCompute a relative path from one part to another.
find_notes_master()std::optional<std::string>Find the notes master part name in the package.
build_notes_xml()std::vector<uint8_t>Build a minimal notes slide XML document.

See Also