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