IMathDelimiter class
Contents
[
Hide
]IMathDelimiter class
Specifies the delimiter object, consisting of opening and closing characters (such as parentheses, braces, brackets, and vertical bars), and one or more mathematical elements inside, separated by a specified character. Examples: (𝑥2); [𝑥2|𝑦2]
The IMathDelimiter type exposes the following members:
Properties
Property | Description |
---|---|
arguments | One or more mathematical elements separated by delimiter characters |
beginning_character | Delimiter Beginning Character specifies the beginning, or opening, delimiter character. Mathematical delimiters are enclosing characters such as parentheses, brackets, and braces. The default value: ‘(’. |
separator_character | Delimiter Separator Character specifies the character that separates arguments in the delimiter object. The default: ‘|’. |
ending_character | Delimiter Ending Character specifies the ending, or closing, delimiter character. Mathematical delimiters are enclosing characters such as parentheses, brackets, and braces. The default: ‘)’. |
grow_to_match_operand_height | Specifies the growth of BeginningCharacter, SeparatorCharacter, EndingCharacter When true, the delimiters grows vertically to match its operand height. The default value is true |
delimiter_shape | 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. |
Methods
See Also
- module
aspose.slides.mathtext
- library
Aspose.Slides