text_shape_type proprietà
text_shape_type proprietà
Ottiene e imposta il tipo di forma del testo preimpostato.
Esempio
from aspose.cells.drawing import AutoShapeType
if shape.text_shape_type == AutoShapeType.UNKNOWN:
shape.text_shape_type = AutoShapeType.RECTANGLE
Definizione:
@property
def text_shape_type(self):
...
@text_shape_type.setter
def text_shape_type(self, value):
...
Guarda anche
- modulo
aspose.cells.drawing
- classe
AutoShapeType
- classe
Shape