text_vertical_type الملكية

text_vertical_type الملكية

يحصل ويضبط اتجاه النص.

مثال

from aspose.cells.drawing.texts import TextVerticalType

shapeTextAlignment.text_vertical_type = TextVerticalType.HORIZONTAL

تعريف:

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

أنظر أيضا