Format
IMathematicalText.Format property
Text formatting properties
public IPortionFormat Format { get; }
Examples
Example:
[C#]
IMathematicalText mathText = new MathematicalText("x+y");
mathText.Format.FontHeight = 28;
See Also
- interface IPortionFormat
- interface IMathematicalText
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides