set_StrikethroughHorizontal()
IMathBorderBox::set_StrikethroughHorizontal(bool) method
Strikethrough Horizontal (default is false) - specifies the hidden or shown state of a strikethrough horizontal line.
virtual void Aspose::Slides::MathText::IMathBorderBox::set_StrikethroughHorizontal(bool value)=0
Remarks
Example:
auto borderBox = System::MakeObject<MathematicalText>(u"x+y+z")->ToBorderBox();
borderBox->set_StrikethroughHorizontal(true);
See Also
- Class IMathBorderBox
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides