get_HideBottom()
IMathBorderBox::get_HideBottom() method
Hide Bottom Edge (default is false) - specifies the hidden or shown state of the bottom edge of border box.
virtual bool Aspose::Slides::MathText::IMathBorderBox::get_HideBottom()=0
Remarks
Example:
auto borderBox = System::MakeObject<MathematicalText>(u"x+y+z")->ToBorderBox();
borderBox->set_HideBottom(true);
See Also
- Class IMathBorderBox
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides