CreateMathBlock
CreateMathBlock()
Erstellen Sie einen mathematischen Block
public IMathBlock CreateMathBlock()
Rückgabewert
neuer Matheblock
Siehe auch
- interface IMathBlock
- class MathBlockFactory
- namensraum Aspose.Slides.MathText
- Montage Aspose.Slides
CreateMathBlock(IMathElement)
Erstellen Sie einen mathematischen Block und platzieren Sie das Element darin
public IMathBlock CreateMathBlock(IMathElement mathElement)
Parameter | Typ | Beschreibung |
---|---|---|
mathElement | IMathElement | Ein mathematisches Element |
Rückgabewert
neuer Matheblock
Siehe auch
- interface IMathBlock
- interface IMathElement
- class MathBlockFactory
- namensraum Aspose.Slides.MathText
- Montage Aspose.Slides
CreateMathBlock(IMathElementCollection)
Erstellen Sie einen mathematischen Block und platzieren Sie Elemente darin
public IMathBlock CreateMathBlock(IMathElementCollection mathElements)
Parameter | Typ | Beschreibung |
---|---|---|
mathElements | IMathElementCollection | mathematische Elemente |
Rückgabewert
neuer Matheblock
Siehe auch
- interface IMathBlock
- interface IMathElementCollection
- class MathBlockFactory
- namensraum Aspose.Slides.MathText
- Montage Aspose.Slides