is_justify_distributed property

is_justify_distributed property

Indicates if the cells justified or distributed alignment should be used on the last line of text.

Remarks

This is typical for East Asian alignments but not typical in other contexts.

Definition:

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

See Also