TextShapeType
Shape.TextShapeType property
获取和设置预设的文字形状类型。
public AutoShapeType TextShapeType { get; set; }
例子
[C#]
if (shape.TextShapeType == Aspose.Cells.Drawing.AutoShapeType.Unknown)
shape.TextShapeType = Aspose.Cells.Drawing.AutoShapeType.Rectangle;
也可以看看
- enum AutoShapeType
- class Shape
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells