IMathDelimiter class

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

PropertyDescription
argumentsOne or more mathematical elements separated by delimiter characters
beginning_characterDelimiter Beginning Character specifies the beginning, or opening, delimiter character.
Mathematical delimiters are enclosing characters such as parentheses, brackets, and braces.
The default value: ‘(’.
separator_characterDelimiter Separator Character specifies the character that separates arguments in the delimiter object.
The default: ‘|’.
ending_characterDelimiter 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_heightSpecifies the growth of BeginningCharacter, SeparatorCharacter, EndingCharacter
When true, the delimiters grows vertically to match its operand height.
The default value is true
delimiter_shapeSpecifies 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

MethodDescription
delimitDelimits arguments using the specified delimiter character

Examples

Example:

See Also