zero_asc property

zero_asc property

Gets or sets a value indicating whether the ascent (height above baseline) of the base element should be treated as zero.

Remarks

When true, the phantom does not raise the baseline of the surrounding math line. Corresponds to the OMML attribute m:zeroAsc.

Definition:

@property
def zero_asc(self):
    ...

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

See Also