column_spacing property
column_spacing property
Returns or sets the space between text columns in the text area (in points). This should only apply when there is more than 1 column present. This value must be a positive number. Otherwise, the value will be set to zero. Read/write float.
Definition:
@property
def column_spacing(self):
...
@column_spacing.setter
def column_spacing(self, value):
...
See Also
- class
TextFrameFormat
- module
aspose.slides
- library
Aspose.Slides