text_shape_type mülk
text_shape_type mülk
Önceden ayarlanmış metin şekli türünü alır ve ayarlar.
Örnek
from aspose.cells.drawing import AutoShapeType
if shape.text_shape_type == AutoShapeType.UNKNOWN:
    shape.text_shape_type = AutoShapeType.RECTANGLE
Tanım:
@property
def text_shape_type(self):
    ...
@text_shape_type.setter
def text_shape_type(self, value):
    ...
Ayrıca bakınız
- modül aspose.cells.drawing
- sınıf AutoShapeType
- sınıf ComboBox