set_Description()
ISummaryZoomSection::set_Description(System::String) method
Returns the text description of the Summary Zoom Section object.
virtual void Aspose::Slides::ISummaryZoomSection::set_Description(System::String value)=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_Description(u"Description");
See Also
- Class String
- Class ISummaryZoomSection
- Namespace Aspose::Slides
- Library Aspose.Slides