text_options proprietà
text_options proprietà
Rappresenta le opzioni di testo della forma.
Esempio
from aspose.pydrawing import Color
opt = shape.text_options
opt.color = Color.blue
opt.size = 8
Definizione:
@property
def text_options(self):
...
@text_options.setter
def text_options(self, value):
...
Guarda anche
- modulo
aspose.cells.drawing
- classe
RectangleShape
- classe
TextOptions