CreateMathBlock
Contenu
[
Cacher
]CreateMathBlock()
Créer un bloc mathématique
public IMathBlock CreateMathBlock()
Valeur de retour
nouveau bloc mathématique
Voir aussi
- interface IMathBlock
- interface IMathBlockFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides
CreateMathBlock(IMathElement)
Créer un bloc mathématique et y placer l’élément
public IMathBlock CreateMathBlock(IMathElement mathElement)
Paramètre | Type | Description |
---|---|---|
mathElement | IMathElement | Un élément mathématique |
Valeur de retour
nouveau bloc mathématique
Voir aussi
- interface IMathBlock
- interface IMathElement
- interface IMathBlockFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides
CreateMathBlock(IMathElementCollection)
Créer un bloc mathématique et y placer des éléments
public IMathBlock CreateMathBlock(IMathElementCollection mathElements)
Paramètre | Type | Description |
---|---|---|
mathElements | IMathElementCollection | éléments mathématiques |
Valeur de retour
nouveau bloc mathématique
Voir aussi
- interface IMathBlock
- interface IMathElementCollection
- interface IMathBlockFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides