alignment_type property

alignment_type property

Gets and sets the text horizontal alignment type of the paragraph.

Definition:

@property
def alignment_type(self):
    ...
@alignment_type.setter
def alignment_type(self, value):
    ...

See Also