AddSection()
ISectionCollection::AddSection(System::String, System::SharedPtr<ISlide>) method
Add new section started form specific slide.
virtual System::SharedPtr<ISection> Aspose::Slides::ISectionCollection::AddSection(System::String name, System::SharedPtr<ISlide> startedFromSlide)=0
Arguments
Parameter | Type | Description |
---|---|---|
name | System::String | Name of the section |
startedFromSlide | System::SharedPtr<ISlide> | First slide of section |
Return Value
Added section.
See Also
- Typedef SharedPtr
- Class ISection
- Class String
- Class ISlide
- Class ISectionCollection
- Namespace Aspose::Slides
- Library Aspose.Slides