text_vertical_overflow property
text_vertical_overflow property
Gets and sets the text vertical overflow type of the text box.
Example
from aspose.cells.drawing import TextOverflowType
shapeTextAlignment.text_vertical_overflow = TextOverflowType.CLIP
Definition:
@property
def text_vertical_overflow(self):
...
@text_vertical_overflow.setter
def text_vertical_overflow(self, value):
...
See Also
- module
aspose.cells.drawing.texts
- class
ShapeTextAlignment
- class
TextOverflowType