base_justification property

base_justification property

Specifies alignment of the array relative to surrounding text Text outside of the array can be aligned with the bottom, top, or center of a array object. Default value: Center

Definition:

@property
def base_justification(self):
    ...

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

See Also