TextBody

Shape.TextBody property

Ottiene e imposta l’impostazione del testo della forma.

public FontSettingCollection TextBody { get; }

Esempi


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

Guarda anche