IMathBar
IMathBar interface
Specifies the bar function, consisting of a base argument and an overbar or underbar
public interface IMathBar : IMathElement
Properties
Name | Description |
---|---|
AsIMathElement { get; } | Allows to get base IMathElement interface IMathElement |
Base { get; } | Base argument |
Position { get; set; } | Position of the bar line. Default: Top |
Examples
Example:
[C#]
IMathBar mathBar = new MathBar(new MathematicalText("x"));
See Also
- interface IMathElement
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides