text_shape_type Eigentum

text_shape_type Eigentum

Ruft den voreingestellten Textformtyp ab und legt ihn fest.

Beispiel

from aspose.cells.drawing import AutoShapeType

if shape.text_shape_type == AutoShapeType.UNKNOWN:
    shape.text_shape_type = AutoShapeType.RECTANGLE

Definition:

@property
def text_shape_type(self):
    ...
@text_shape_type.setter
def text_shape_type(self, value):
    ...

Siehe auch