Justification
MathParagraph.Justification property
Absatzausrichtung Standardwert: CenteredAsGroup
public MathJustification Justification { get; set; }
Beispiele
Beispiel:
[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;
Siehe auch
- enum MathJustification
- class MathParagraph
- namensraum Aspose.Slides.MathText
- Montage Aspose.Slides