rotation_angle property
rotation_angle property
Gets and sets the rotation of the shape.
Example
shapeTextAlignment.rotation_angle = 90.0
Definition:
@property
def rotation_angle(self):
    ...
@rotation_angle.setter
def rotation_angle(self, value):
    ...
See Also
- module aspose.cells.drawing.texts
- class ShapeTextAlignment