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