IMathematicalText
IMathematicalText interface
Mathematical text
public interface IMathematicalText : IMathElement
Properties
| Name | Description |
|---|---|
| AsIMathElement { get; } | Allows to get base IMathElement interface IMathElement |
| Format { get; } | Text formatting properties |
| Value { get; set; } | Text value |
Examples
Example:
[C#]
IMathematicalText mathText = new MathematicalText("x+y");
See Also
- interface IMathElement
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides