create_math_right_sub_superscript_element method

create_math_right_sub_superscript_element

Creates an instance of IMathRightSubSuperscriptElementFactory

Returns

new IMathLeftSubSuperscriptElement

def create_math_right_sub_superscript_element(self, base_arg, sub_script, super_script):
    ...
ParameterTypeDescription
base_argIMathElementBase argument to apply indexes
sub_scriptIMathElementlower right index
super_scriptIMathElementupper right index

See Also