text_options propiedad
text_options propiedad
Representa las opciones de texto de la forma.
Ejemplo
from aspose.pydrawing import Color
opt = shape.text_options
opt.color = Color.blue
opt.size = 8
Definición:
@property
def text_options(self):
...
@text_options.setter
def text_options(self, value):
...
Ver también
- módulo
aspose.cells.drawing
- clase
RectangleShape
- clase
TextOptions