auto_size property
auto_size property
Indicates if size of shape is adjusted automatically according to its content.
Example
shapeTextAlignment.auto_size = False
Definition:
@property
def auto_size(self):
...
@auto_size.setter
def auto_size(self, value):
...
See Also
- module
aspose.cells.drawing.texts
- class
ShapeTextAlignment