TextShapeType
Shape.TextShapeType property
Ruft den voreingestellten Textformtyp ab und legt ihn fest.
public AutoShapeType TextShapeType { get; set; }
Beispiele
[C#]
if (shape.TextShapeType == Aspose.Cells.Drawing.AutoShapeType.Unknown)
shape.TextShapeType = Aspose.Cells.Drawing.AutoShapeType.Rectangle;
Siehe auch
- enum AutoShapeType
- class Shape
- namensraum Aspose.Cells.Drawing
- Montage Aspose.Cells