IsRichText
Shape.IsRichText property
文本是否为富文本。
public bool IsRichText { get; }
例子
[C#]
if(shape.IsRichText)
Console.WriteLine("The text is rich text.");
也可以看看
- class Shape
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells
文本是否为富文本。
public bool IsRichText { get; }
[C#]
if(shape.IsRichText)
Console.WriteLine("The text is rich text.");