SlidePart
Összefoglaló
SlidePart egy osztály a Aspose.Slides FOSS-ban C++-ra.
A dia XML-rész (ppt/slides/SlideN.xml) kezelése, a dia XMl hozzáféréshez és az elrendezés részeként történő mentésre való támogatás.
Módszerek
| Signature | Description |
|---|---|
part_name() → std::string | Get the part name of this slide. |
package() → opc::OpcPackage | Get a reference to the OPC package. |
package() → opc::OpcPackage | Get a reference to the OPC package. |
layout_part_name() → std::string | Get the layout slide part name from this slide’s relationships. |
save() | Save the slide XML back to the package. |
root() → pugi::xml_node | Get the XML root element of the slide. |
rels_manager() → opc::RelationshipsManager | Get the relationships manager for this slide part. |
rels_manager() → opc::RelationshipsManager | Get the relationships manager for this slide part. |
resolve_target(target: std::string_view) → std::string | Resolve a relative target path to an absolute part name. |