Format
MathematicalText.Format property
文本格式属性
public IPortionFormat Format { get; }
例子
示例:
[C#]
IMathematicalText mathText = new MathematicalText("x+y");
mathText.Format.FontHeight = 28;
也可以看看
- interface IPortionFormat
- class MathematicalText
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides