IsRichText

Shape.IsRichText property

Se il testo è RTF o meno.

public bool IsRichText { get; }

Esempi


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

Guarda anche