Justification
IMathParagraph.Justification property
段落对齐 默认值:CenteredAsGroup
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
- interface IMathParagraph
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides