set_superscript method

set_superscript

Creates superscript

Returns

New math element of type IMathSuperscriptElement

def set_superscript(self, superscript):
    ...
ParameterTypeDescription
superscriptIMathElementSuperscript (upper index on the right)

set_superscript

Creates superscript

Returns

New math element of type IMathSuperscriptElement

def set_superscript(self, superscript):
    ...
ParameterTypeDescription
superscriptstrSuperscript (upper index on the right)

See Also