IsRichText

Shape.IsRichText property

Indique si le texte est un texte enrichi ou non.

public bool IsRichText { get; }

Exemples


[C#]
if(shape.IsRichText)
    Console.WriteLine("The text is rich text.");

Voir également