as_office_math method

as_office_math()

Returns Office Math object corresponded to the EQ field.

def as_office_math(self):
    ...

Returns

Returns None if field code is empty or invalid, otherwise an OfficeMath instance.

See Also