JoinBlock
MathBlock.JoinBlock method
Une otro bloque matemático con este
public IMathBlock JoinBlock(IMathBlock other)
Parámetro | Escribe | Descripción |
---|---|---|
other | IMathBlock | El bloque de unión |
Valor_devuelto
este bloque matemático después de unirse
Ejemplos
Ejemplo:
[C#]
IMathBlock block1 = new MathSuperscriptElement(new MathematicalText("c"), new MathematicalText("2")).Join(new MathematicalText("="));
IMathBlock block2 = new MathSuperscriptElement(new MathematicalText("a"), new MathematicalText("2")).Join(new MathematicalText("+"))
.Join(new MathSuperscriptElement(new MathematicalText("b"), new MathematicalText("2")));
IMathBlock block3 = block1.JoinBlock(block2);
Ver también
- interface IMathBlock
- class MathBlock
- espacio de nombres Aspose.Slides.MathText
- asamblea Aspose.Slides