base_justification property

base_justification property

Specifies the vertical justification respect to surrounding text. Possible values are top, bottom, and center. Default: Center

Definition:

@property
def base_justification(self):
    ...

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

See Also