TextBody

Shape.TextBody property

获取和设置形状文本的设置。

public FontSettingCollection TextBody { get; }

例子


[C#]
Aspose.Cells.Drawing.Texts.FontSettingCollection fontSettingCollection = shape.TextBody;
fontSettingCollection.Text = "This is a test.";

也可以看看