TextOptions

Shape.TextOptions property

表示形状的文本选项。

public TextOptions TextOptions { get; set; }

例子


[C#]
Aspose.Cells.Drawing.Texts.TextOptions opt = shape.TextOptions;
opt.Color = Color.Blue;
opt.Size = 8;

也可以看看