text_shape_type propriété
text_shape_type propriété
Obtient et définit le type de transformation du texte.
Exemple
from aspose.cells.drawing import AutoShapeType
# Usually do not modify this value unless you know exactly what the modification will result in
shapeTextAlignment.text_shape_type = AutoShapeType.TEXT_BOX
Définition:
@property
def text_shape_type(self):
...
@text_shape_type.setter
def text_shape_type(self, value):
...
Voir également
- module aspose.cells.drawing.texts
- classe AutoShapeType
- classe ShapeTextAlignment