TextShapeType
ShapeTextAlignment.TextShapeType property
获取和设置文本的变换类型。
public AutoShapeType TextShapeType { get; set; }
例子
[C#]
//通常不要修改这个值,除非你确切知道修改会导致什么
shapeTextAlignment.TextShapeType = AutoShapeType.TextBox;
也可以看看
- enum AutoShapeType
- class ShapeTextAlignment
- 命名空间 Aspose.Cells.Drawing.Texts
- 部件 Aspose.Cells