IMathPortion
IMathPortion interface
Representa una porción con contexto matemático dentro.
public interface IMathPortion
Propiedades
Nombre | Descripción |
---|---|
MathParagraph { get; } | Párrafo matemático |
Ejemplos
Ejemplo:
[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);
}
Ver también
- espacio de nombres Aspose.Slides.MathText
- asamblea Aspose.Slides