ShapeTextAlignment.TextShapeType
ShapeTextAlignment.TextShapeType property
Gets and set the transform type of text.
public AutoShapeType TextShapeType { get; set; }
Examples
[C#]
//Usually do not modify this value unless you know exactly what the modification will result in
shapeTextAlignment.TextShapeType = AutoShapeType.TextBox;
See Also
- enum AutoShapeType
- class ShapeTextAlignment
- namespace Aspose.Cells.Drawing.Texts
- assembly Aspose.Cells