TextBody
Shape.TextBody property
获取和设置形状文本的设置。
public FontSettingCollection TextBody { get; }
例子
[C#]
Aspose.Cells.Drawing.Texts.FontSettingCollection fontSettingCollection = shape.TextBody;
fontSettingCollection.Text = "This is a test.";
也可以看看
- class FontSettingCollection
- class Shape
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells