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