base_jc property

base_jc property

This attribute specifies the justification of the matrix. Text outside of the matrix can be aligned with the bottom, top, or center of a matrix function. Default, the matrix assumes center justification.

Definition:

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

See Also