CreateMathBlock
CreateMathBlock()
Erstellen Sie einen Mathematikblock
public IMathBlock CreateMathBlock()
Rückgabewert
neuer Mathematikblock
Siehe auch
- Schnittstelle IMathBlock
- Schnittstelle IMathBlockFactory
- Namespace Aspose.Slides.MathText
- Assembly Aspose.Slides
CreateMathBlock(IMathElement)
Erstellen Sie einen Mathematikblock und platzieren Sie das Element darin
public IMathBlock CreateMathBlock(IMathElement mathElement)
Parameter | Typ | Beschreibung |
---|---|---|
mathElement | IMathElement | Ein Mathematikelement |
Rückgabewert
neuer Mathematikblock
Siehe auch
- Schnittstelle IMathBlock
- Schnittstelle IMathElement
- Schnittstelle IMathBlockFactory
- Namespace Aspose.Slides.MathText
- Assembly Aspose.Slides
CreateMathBlock(IMathElementCollection)
Erstellen Sie einen Mathematikblock und platzieren Sie Elemente darin
public IMathBlock CreateMathBlock(IMathElementCollection mathElements)
Parameter | Typ | Beschreibung |
---|---|---|
mathElements | IMathElementCollection | Mathematikelemente |
Rückgabewert
neuer Mathematikblock
Siehe auch
- Schnittstelle IMathBlock
- Schnittstelle IMathElementCollection
- Schnittstelle IMathBlockFactory
- Namespace Aspose.Slides.MathText
- Assembly Aspose.Slides