TextEffect

Shape.TextEffect property

返回一个 TextEffectFormat 对象,该对象包含指定形状的文本效果格式属性。 适用于代表艺术字的 Shape 对象。

public TextEffectFormat TextEffect { get; }

例子


[C#]
Aspose.Cells.Drawing.TextEffectFormat textEffectFormat = shape.TextEffect;

也可以看看