TextBody

Shape.TextBody property

الحصول على إعداد نص الشكل وتعيينه.

public FontSettingCollection TextBody { get; }

أمثلة


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

أنظر أيضا