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):
    ...

أنظر أيضا