CreateMathBlock
Contenu
[
Cacher
]CreateMathBlock()
Créer un bloc mathématique
public IMathBlock CreateMathBlock()
Return_Value
nouveau bloc mathématique
Voir également
- interface IMathBlock
- class MathBlockFactory
- espace de noms Aspose.Slides.MathText
- Assemblée Aspose.Slides
CreateMathBlock(IMathElement)
Créez un bloc mathématique et placez l’élément dedans
public IMathBlock CreateMathBlock(IMathElement mathElement)
Paramètre | Taper | La description |
---|---|---|
mathElement | IMathElement | Un élément mathématique |
Return_Value
nouveau bloc mathématique
Voir également
- interface IMathBlock
- interface IMathElement
- class MathBlockFactory
- espace de noms Aspose.Slides.MathText
- Assemblée Aspose.Slides
CreateMathBlock(IMathElementCollection)
Créer un bloc mathématique et y placer des éléments
public IMathBlock CreateMathBlock(IMathElementCollection mathElements)
Paramètre | Taper | La description |
---|---|---|
mathElements | IMathElementCollection | éléments mathématiques |
Return_Value
nouveau bloc mathématique
Voir également
- interface IMathBlock
- interface IMathElementCollection
- class MathBlockFactory
- espace de noms Aspose.Slides.MathText
- Assemblée Aspose.Slides