IMathParagraph
IMathParagraph interface
Párrafo matemático que es un contenedor de bloques matemáticos (IMathBlock)
public interface IMathParagraph : IMathBlockCollection
Propiedades
Nombre | Descripción |
---|---|
AsIMathBlockCollection { get; } | Permite obtener la interfaz base IMathBlockCollection IMathBlockCollection |
Justification { get; set; } | Justificación de párrafo Valor predeterminado: CenteredAsGroup |
Métodos
Nombre | Descripción |
---|---|
WriteAsMathMl(Stream) | Guarda el contenido de esteIMathParagraph como MathML |
Ejemplos
Ejemplo:
[C#]
IAutoShape shape = slide.Shapes.AddMathShape(x, y, width, height);
IMathParagraph mathParagraph = (shape.TextFrame.Paragraphs[0].Portions[0] as MathPortion).MathParagraph;
mathParagraph.Justification = MathJustification.LeftJustified;
Ver también
- interface IMathBlockCollection
- espacio de nombres Aspose.Slides.MathText
- asamblea Aspose.Slides