text_options Eigentum
text_options Eigentum
Stellt die Textoptionen der Form dar.
Beispiel
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):
...
Siehe auch
- Modul
aspose.cells.drawing
- Klasse
Oval
- Klasse
TextOptions