text_options недвижимость
text_options недвижимость
Представляет параметры текста фигуры.
Пример
from aspose.pydrawing import Color
opt = shape.text_options
opt.color = Color.blue
opt.size = 8
Определение:
@property
def text_options(self):
...
@text_options.setter
def text_options(self, value):
...
Смотрите также
- модуль
aspose.cells.drawing
- класс
OleObject
- класс
TextOptions