IMathPortion
IMathPortion interface
Représente une partie avec un contexte mathématique à l’intérieur.
public interface IMathPortion
Propriétés
Nom | La description |
---|---|
MathParagraph { get; } | Paragraphe mathématique |
Exemples
Exemple :
[C#]
using (Presentation pres = new Presentation())
{
IAutoShape shape = pres.Slides[0].Shapes.AddMathShape(0, 0, 300, 50);
IParagraph paragraph = shape.TextFrame.Paragraphs[0];
MathPortion mathPortion = new MathPortion();
paragraph.Portions.Add(mathPortion);
}
Voir également
- espace de noms Aspose.Slides.MathText
- Assemblée Aspose.Slides