IAutoShape

Interface IAutoShape

Représente un AutoShape.

public interface IAutoShape : IGeometryShape

Propriétés

NomDescription
AsIGeometryShape { get; }Permet d’obtenir l’interface de base IGeometryShape. Lecture seule IGeometryShape.
AutoShapeLock { get; }Renvoie les verrouillages de l’AutoShape. Lecture seule IAutoShapeLock.
IsTextBox { get; }Spécifie si la forme est une zone de texte.
ShapeLock { get; }Renvoie les verrouillages de la forme. Lecture seule IAutoShapeLock.
TextFrame { get; }Renvoie l’objet TextFrame pour l’AutoShape. Lecture seule ITextFrame.
UseBackgroundFill { get; set; }Détermine si cet auto-shape doit être rempli avec le fond de la diapositive au lieu de ce qui est spécifié par le style ou le format de remplissage. Lecture/écriture Boolean.

Méthodes

NomDescription
AddTextFrame(string)Ajoute un nouveau TextFrame à une forme. Si la forme a déjà un TextFrame, alors elle change simplement son texte.

Voir Aussi