CreateMathBlock
CreateMathBlock()
Erstellen Sie einen Matheblock
public IMathBlock CreateMathBlock()
Rückgabewert
neuer Matheblock
Siehe auch
- interface IMathBlock
- class MathBlockFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides
CreateMathBlock(IMathElement)
Erstellen Sie einen Matheblock und platzieren Sie das Element darin
public IMathBlock CreateMathBlock(IMathElement mathElement)
Parameter | Typ | Beschreibung |
---|---|---|
mathElement | IMathElement | Ein Matheelement |
Rückgabewert
neuer Matheblock
Siehe auch
- interface IMathBlock
- interface IMathElement
- class MathBlockFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides
CreateMathBlock(IMathElementCollection)
Erstellen Sie einen Matheblock und platzieren Sie Elemente darin
public IMathBlock CreateMathBlock(IMathElementCollection mathElements)
Parameter | Typ | Beschreibung |
---|---|---|
mathElements | IMathElementCollection | Mathelemente |
Rückgabewert
neuer Matheblock
Siehe auch
- interface IMathBlock
- interface IMathElementCollection
- class MathBlockFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides