Item
Indexador MathBlock
Obtiene o establece IMathElement en el índice especificado.
public IMathElement this[int index] { get; set; }
Parámetro | Descripción |
---|---|
index | El índice basado en cero del elemento |
Valor de Retorno
El elemento matemático.
Ejemplos
Ejemplo:
[C#]
MathBlock mathBlock = new MathBlock(new MathematicalText("x"));
IMathElement firstElem = mathBlock[0];
Ver También
- interfaz IMathElement
- clase MathBlock
- espacio de nombres Aspose.Slides.MathText
- ensamblado Aspose.Slides