set_sub_superscript_on_the_left method

set_sub_superscript_on_the_left

Creates subscript and superscript on the left

Returns

New math element of type IMathLeftSubSuperscriptElement

def set_sub_superscript_on_the_left(self, subscript, superscript):
    ...
ParameterTypeDescription
subscriptIMathElementSubscript (lower index on the left)
superscriptIMathElementSuperscript (upper index on the left)

set_sub_superscript_on_the_left

Creates subscript and superscript on the left

Returns

New math element of type IMathLeftSubSuperscriptElement

def set_sub_superscript_on_the_left(self, subscript, superscript):
    ...
ParameterTypeDescription
subscriptstrSubscript (lower index on the left)
superscriptstrSuperscript (upper index on the left)

See Also