IsRichText

Shape.IsRichText property

文本是否为富文本。

public bool IsRichText { get; }

例子


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

也可以看看