set_IsDecorative()
Shape::set_IsDecorative(bool) method
Sets ‘Mark as decorative’ option Reed/write bool.
void Aspose::Slides::Shape::set_IsDecorative(bool value) override
Remarks
auto pres = System::MakeObject<Presentation>(u"sample.pptx")
pres->get_Slide(0)->get_Shape(0)->set_IsDecorative(true);
See Also
- Class Shape
- Namespace Aspose::Slides
- Library Aspose.Slides