TextDirection
Shape.TextDirection property
Holt/Setzt die Richtung des Textflusses für dieses Objekt.
public TextDirectionType TextDirection { get; set; }
Beispiele
[C#]
if (shape.TextDirection == Aspose.Cells.TextDirectionType.Context)
shape.TextDirection = Aspose.Cells.TextDirectionType.LeftToRight;
Siehe auch
- enum TextDirectionType
- class Shape
- namensraum Aspose.Cells.Drawing
- Montage Aspose.Cells