text_direction mülk
text_direction mülk
Bu nesne için metin akışının yönünü alır/ayarlar.
Örnek
from aspose.cells import TextDirectionType
if shape.text_direction == TextDirectionType.CONTEXT:
    shape.text_direction = TextDirectionType.LEFT_TO_RIGHT
Tanım:
@property
def text_direction(self):
    ...
@text_direction.setter
def text_direction(self, value):
    ...
Ayrıca bakınız
- modül aspose.cells.drawing
- sınıf ScrollBar
- sınıf TextDirectionType