text_orientation_type mülk

text_orientation_type mülk

Şeklin metin yönlendirme türünü alır ve ayarlar.

Örnek

from aspose.cells import TextOrientationType

if shape.text_orientation_type == TextOrientationType.NO_ROTATION:
    shape.text_orientation_type = TextOrientationType.TOP_TO_BOTTOM

Tanım:

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

Ayrıca bakınız