CreateMathBlock
Contents
[
Hide
]CreateMathBlock()
Create a math block
public IMathBlock CreateMathBlock()
Return Value
new math block
See Also
- interface IMathBlock
- class MathBlockFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides
CreateMathBlock(IMathElement)
Create a math block and place the element in it
public IMathBlock CreateMathBlock(IMathElement mathElement)
Parameter | Type | Description |
---|---|---|
mathElement | IMathElement | A math element |
Return Value
new math block
See Also
- interface IMathBlock
- interface IMathElement
- class MathBlockFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides
CreateMathBlock(IMathElementCollection)
Create a math block and place elements in it
public IMathBlock CreateMathBlock(IMathElementCollection mathElements)
Parameter | Type | Description |
---|---|---|
mathElements | IMathElementCollection | math elements |
Return Value
new math block
See Also
- interface IMathBlock
- interface IMathElementCollection
- class MathBlockFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides