Overbar()
IMathElement::Overbar() method
Sets a bar on the top of this element
virtual System::SharedPtr<IMathBar> Aspose::Slides::MathText::IMathElement::Overbar()=0
Return Value
New instance of type IMathBar
Remarks
Example:
auto bar = System::MakeObject<MathematicalText>(u"x")->Overbar();
See Also
- Typedef SharedPtr
- Class IMathBar
- Class IMathElement
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides