Text
Shape.Text property
表示此 TextBox 对象中的字符串。
public string Text { get; set; }
例子
[C#]
if(shape.Text == null)
shape.Text = "This is a test.";
也可以看看
- class Shape
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells
表示此 TextBox 对象中的字符串。
public string Text { get; set; }
[C#]
if(shape.Text == null)
shape.Text = "This is a test.";