alignment property
alignment property
Returns or sets the text alignment in a paragraph with no inheritance.
Read/write TextAlignment.
Definition:
@property
def alignment(self):
    ...
@alignment.setter
def alignment(self, value):
    ...
See Also
- class ParagraphFormat
- enumeration TextAlignment
- module aspose.slides
- library Aspose.Slides