IsSmartArt
Shape.IsSmartArt property
Indique si la forme est un art intelligent.
public bool IsSmartArt { get; }
Remarques
Uniquement pour le fichier ooxml.
Exemples
[C#]
// Si vrai, la forme est un art intelligent.
if(shape.IsSmartArt)
{
//La forme est un objet SmartArt.
}
Voir également
- class Shape
- espace de noms Aspose.Cells.Drawing
- Assemblée Aspose.Cells