Justification
MathParagraph.Justification свойство
Выравнивание абзаца Значение по умолчанию: Центрированное как группа
public MathJustification Justification { get; set; }
Примеры
Пример:
[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;
См. также
- enum MathJustification
- class MathParagraph
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides