Subscript
MathRightSubSuperscriptElement.Subscript property
Subíndice argumento
public IMathElement Subscript { get; }
Ejemplos
Ejemplo:
[C#]
IMathElement baseElement = new MathematicalText("X");
IMathElement subscript = new MathematicalText("i");
IMathElement superscript = new MathematicalText("j");
MathRightSubSuperscriptElement subsuperscript = new MathRightSubSuperscriptElement(baseElement, subscript, superscript);
IMathElement sub = subsuperscript.Subscript;
Ver también
- interface IMathElement
- class MathRightSubSuperscriptElement
- espacio de nombres Aspose.Slides.MathText
- asamblea Aspose.Slides