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
join
join
divide
divide
divide
divide
enclose
enclose
function
function
as_argument_of_function
as_argument_of_function
as_argument_of_function
as_argument_of_function
as_argument_of_function
set_subscript
set_subscript
set_superscript
set_superscript
set_sub_superscript_on_the_right
set_sub_superscript_on_the_right
set_sub_superscript_on_the_left
set_sub_superscript_on_the_left
radical
radical
set_upper_limit
set_upper_limit
set_lower_limit
set_lower_limit
nary
nary
integral
integral
integral
integral
integral
group
group
to_border_box
to_border_box
delimitDelimits arguments using the specified delimiter character
get_children
to_math_array
accent
overbar
underbar
to_box

See Also