text_options fastighet

text_options fastighet

Representerar formens textalternativ.

Exempel

from aspose.pydrawing import Color

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

Definition:

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

Se även