Underbar()

IMathElement::Underbar() method

Sets a bar on the bottom of this element

virtual System::SharedPtr<IMathBar> Aspose::Slides::MathText::IMathElement::Underbar()=0

Return Value

New instance of type IMathBar

Remarks

Example:

auto bar = System::MakeObject<MathematicalText>(u"x")->Underbar();

See Also