TextDirection
Shape.TextDirection property
Obtiene/Establece la dirección del flujo de texto para este objeto.
public TextDirectionType TextDirection { get; set; }
Ejemplos
[C#]
if (shape.TextDirection == Aspose.Cells.TextDirectionType.Context)
shape.TextDirection = Aspose.Cells.TextDirectionType.LeftToRight;
Ver también
- enum TextDirectionType
- class Shape
- espacio de nombres Aspose.Cells.Drawing
- asamblea Aspose.Cells