text_options propriété

text_options propriété

Représente les options de texte de la forme.

Exemple

from aspose.pydrawing import Color

opt = shape.text_options
opt.color = Color.blue
opt.size = 8

Définition:

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

Voir également