vert_jc property

vert_jc property

This attribute, combined with pos of groupChrPr, specifies the vertical layout of the groupChr object. Where pos specifies the position of the grouping character, vertJc specifies the alignment of the object with respect to the baseline.

Definition:

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

See Also