text_orientation_type property
text_orientation_type property
Gets and sets the text orientation type of the comment.
Example
from aspose.cells import TextOrientationType
if comment1.text_orientation_type == TextOrientationType.NO_ROTATION:
    comment1.text_orientation_type = TextOrientationType.TOP_TO_BOTTOM
Definition:
@property
def text_orientation_type(self):
    ...
@text_orientation_type.setter
def text_orientation_type(self, value):
    ...
See Also
- module aspose.cells
- class Comment
- class TextOrientationType