get_IsDecorative()
IShape::get_IsDecorative() method
Gets ‘Mark as decorative’ option Reed/write bool.
virtual bool Aspose::Slides::IShape::get_IsDecorative()=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