set_superscript method
set_superscript
Creates superscript
Returns
New math element of type IMathSuperscriptElement
def set_superscript(self, superscript):
    ...
| Parameter | Type | Description | 
|---|---|---|
| superscript | IMathElement | Superscript (upper index on the right) | 
Examples
Example:
set_superscript
Creates superscript
Returns
New math element of type IMathSuperscriptElement
def set_superscript(self, superscript):
    ...
| Parameter | Type | Description | 
|---|---|---|
| superscript | str | Superscript (upper index on the right) | 
Examples
Example:
See Also
- class IMathElement
- class IMathSuperscriptElement
- class MathBox
- module aspose.slides.mathtext
- library Aspose.Slides