set_sub_superscript_on_the_right method

set_sub_superscript_on_the_right

Creates subscript and superscript on the right

Returns

New math element of type IMathRightSubSuperscriptElement

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

set_sub_superscript_on_the_right

Creates subscript and superscript on the right

Returns

New math element of type IMathRightSubSuperscriptElement

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

See Also