space_after property
space_after property
Gets and sets the amount of vertical white space that will be present after a paragraph.
Definition:
@property
def space_after(self):
...
@space_after.setter
def space_after(self, value):
...
See Also
- module
aspose.cells.drawing.texts
- class
TextParagraph