Justification
Propriété IMathParagraph.Justification
Justification de paragraphe Valeur par défaut : CenteredAsGroup
public MathJustification Justification { get; set; }
Exemples
Exemple :
[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;
Voir aussi
- enum MathJustification
- interface IMathParagraph
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides