Format
IMathematicalText.Format property
Propiedades de formato de texto
public IPortionFormat Format { get; }
Ejemplos
Ejemplo:
[C#]
IMathematicalText mathText = new MathematicalText("x+y");
mathText.Format.FontHeight = 28;
Ver También
- interface IPortionFormat
- interface IMathematicalText
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides