TextBody

Shape.TextBody property

Şeklin metninin ayarını alır ve ayarlar.

public FontSettingCollection TextBody { get; }

Örnekler


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

Ayrıca bakınız