IMathPortion
Interface IMathPortion
Représente une portion avec un contexte mathématique à l’intérieur.
public interface IMathPortion
Propriétés
Nom | 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 aussi
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides