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