font_alignment property

font_alignment property

Returns or sets a font alignment in a paragraph with no inheritance. Read/write FontAlignment.

Definition:

@property
def font_alignment(self):
    ...

@font_alignment.setter
def font_alignment(self, value):
    ...

See Also