zero_width property

zero_width property

Gets or sets a value indicating whether the width of the base element should be treated as zero.

Remarks

When true, the phantom does not reserve horizontal space for its base. Corresponds to the OMML attribute m:zeroWid.

Definition:

@property
def zero_width(self):
    ...

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

See Also