IMathPortion
IMathPortion interface
Repräsentiert einen Teil mit mathematischem Kontext darin.
public interface IMathPortion
Eigenschaften
Name | Beschreibung |
---|---|
MathParagraph { get; } | Mathe-Absatz |
Beispiele
Beispiel:
[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);
}
Siehe auch
- namensraum Aspose.Slides.MathText
- Montage Aspose.Slides