TextOrientationType
Shape.TextOrientationType property
Obtiene y establece el tipo de orientación del texto de la forma.
public TextOrientationType TextOrientationType { get; set; }
Ejemplos
[C#]
if (shape.TextOrientationType == Aspose.Cells.TextOrientationType.NoRotation)
shape.TextOrientationType = Aspose.Cells.TextOrientationType.TopToBottom;
Ver también
- enum TextOrientationType
- class Shape
- espacio de nombres Aspose.Cells.Drawing
- asamblea Aspose.Cells