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):
    ...
| Parameter | Type | Description | 
|---|---|---|
| subscript | IMathElement | Subscript (lower index on the left) | 
| superscript | IMathElement | Superscript (upper index on the left) | 
Examples
Example:
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):
    ...
| Parameter | Type | Description | 
|---|---|---|
| subscript | str | Subscript (lower index on the left) | 
| superscript | str | Superscript (upper index on the left) | 
Examples
Example:
See Also
- class 
IMathElement - class 
IMathLeftSubSuperscriptElement - class 
MathBar - module 
aspose.slides.mathtext - library 
Aspose.Slides