set_DelimiterShape()
MathDelimiter::set_DelimiterShape(MathDelimiterShape) method
Specifies the shape of delimiters in the delimiter object. When is MathDelimiterShape::Centered, delimiters are centered around the math axis of the mathematical text and still be made to fit the entire height of their contents. When is MathDelimiterShape::Match, their height and shape are altered to exactly match their contents.
void Aspose::Slides::MathText::MathDelimiter::set_DelimiterShape(MathDelimiterShape value) override
Remarks
Example:
auto delimiter = System::MakeObject<MathematicalText>(u"x")->Divide(u"y")->Enclose();
delimiter->set_DelimiterShape(MathDelimiterShape::Match);
See Also
- Enum MathDelimiterShape
- Class MathDelimiter
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides