Shape.Text
Shape.Text property
Gets and sets the text of this shape.
public string Text { get; set; }
Examples
[C#]
if(shape.Text == null)
shape.Text = "This is a test.";
See Also
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells