Aspose::Cells::Drawing::Shape::IsDecorative method

Shape::IsDecorative method

Indicates whether the object is decorative.

bool Aspose::Cells::Drawing::Shape::IsDecorative()

Examples

if (!shape.IsDecorative())
    shape.SetIsDecorative(true);

See Also