IsDecorative
Propriété IShape.IsDecorative
Obtient ou définit l’option ‘Marquer comme décoratif’ Reed/write Boolean.
public bool IsDecorative { get; set; }
Exemples
using (Presentation pres = new Presentation("sample.pptx"))
{
pres.Slides[0].Shapes[0].IsDecorative = true;
}
Voir aussi
- interface IShape
- namespace Aspose.Slides
- assembly Aspose.Slides