ForEachPortionCallback

ForEachPortionCallback typedef

Callback that will be invoked for each ForEach::Portion in the ForEach::Paragraph on the BaseSlide.

using Aspose::Slides::LowCode::ForEach::ForEachPortionCallback =  System::MulticastDelegate<void(System::SharedPtr<Aspose::Slides::Portion>, System::SharedPtr<Aspose::Slides::Paragraph>, System::SharedPtr<BaseSlide>, int32_t)>

See Also