Base
IMathFunction.Base property
Function Argument
public IMathElement Base { get; }
Examples
Example:
[C#]
IMathFunction func = new MathematicalText("sin").Function("x");
IMathElement base = func.Base;
See Also
- interface IMathElement
- interface IMathFunction
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides