rotation_angle property

rotation_angle property

Specifies the custom rotation that is being applied to the text within the bounding box. If it not specified, the rotation of the accompanying shape is used. If it is specified, then this is applied independently from the shape. That is the shape can have a rotation applied in addition to the text itself having a rotation applied to it. The resulted value of visual text rotation summarized from this property and predefined vertical type in property TextVerticalType. Read/write float.

Definition:

@property
def rotation_angle(self):
    ...

@rotation_angle.setter
def rotation_angle(self, value):
    ...

See Also