text_cross_type property

text_cross_type property

Gets or sets displaying text type when the text width is larger than cell width.

Definition:

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

See Also