get_DelimiterShape()
IMathDelimiter::get_DelimiterShape() 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.
virtual MathDelimiterShape Aspose::Slides::MathText::IMathDelimiter::get_DelimiterShape()=0
Remarks
Example:
auto delimiter = System::MakeObject<MathematicalText>(u"x")->Divide(u"y")->Enclose();
delimiter->set_DelimiterShape(MathDelimiterShape::Match);
See Also
- Enum MathDelimiterShape
- Class IMathDelimiter
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides