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