TextDirection
Shape.TextDirection property
Hämtar/ställer in riktningen för textflödet för detta objekt.
public TextDirectionType TextDirection { get; set; }
Exempel
[C#]
if (shape.TextDirection == Aspose.Cells.TextDirectionType.Context)
shape.TextDirection = Aspose.Cells.TextDirectionType.LeftToRight;
Se även
- enum TextDirectionType
- class Shape
- namnutrymme Aspose.Cells.Drawing
- hopsättning Aspose.Cells