width property
TextColumnCollection.width property
When columns are evenly spaced, gets the width of the columns.
@property
def width(self) -> float:
...
Remarks
Has effect only when TextColumnCollection.evenly_spaced is set to True
.
See Also
- module aspose.words
- class TextColumnCollection