text_horizontal_overflow property

text_horizontal_overflow property

Gets and sets the text horizontal overflow type of the text box.

Example

from aspose.cells.drawing import TextOverflowType

shapeTextAlignment.text_horizontal_overflow = TextOverflowType.CLIP

Definition:

@property
def text_horizontal_overflow(self):
    ...
@text_horizontal_overflow.setter
def text_horizontal_overflow(self, value):
    ...

See Also