get_Title()
ISummaryZoomSection::get_Title() method
Returns the text title of the Summary Zoom Section object.
virtual System::String Aspose::Slides::ISummaryZoomSection::get_Title()=0
Remarks
Example:
auto pres = System::MakeObject<Presentation>(u"pres.pptx");
auto shapes = pres->get_Slides()->idx_get(1)->get_Shapes();
auto zoomFrame = System::ExplicitCast<ISummaryZoomFrame>(shapes->idx_get(0));
auto zoomSection = zoomFrame->get_SummaryZoomCollection()->idx_get(1);
zoomSection->set_Title(u"Title");
See Also
- Class String
- Class ISummaryZoomSection
- Namespace Aspose::Slides
- Library Aspose.Slides