IMathBorderBox class
IMathBorderBox class
Draws a rectangular or some other border around the IMathElement.
The IMathBorderBox type exposes the following members:
Properties
| Property | Description |
|---|
base | Base argument |
hide_top | Hide Top Edge (default is false) - specifies the hidden or shown state of the top edge of border box. |
hide_bottom | Hide Bottom Edge (default is false) - specifies the hidden or shown state of the bottom edge of border box. |
hide_left | Hide Left Edge (default is false) - specifies the hidden or shown state of the left edge of border box. |
hide_right | Hide Right Edge (default is false) - specifies the hidden or shown state of the right edge of border box. |
strikethrough_horizontal | Strikethrough Horizontal (default is false) - specifies the hidden or shown state of a strikethrough horizontal line. |
strikethrough_vertical | Strikethrough Vertical (default is false) - specifies the hidden or shown state of a strikethrough vertical line. |
strikethrough_bottom_left_to_top_right | Strikethrough Bottom-Left to Top-Right (default is false). Specifies the hidden or shown state of a strikethrough diagonal line from the bottom-left corner to the top-right corner of border box. |
strikethrough_top_left_to_bottom_right | Strikethrough Top-Left to Bottom-Right (default is false). Specifies the hidden or shown state of a strikethrough diagonal line from the top-left corner to the bottom-right corner of border box. |
Methods
| Method | Description |
|---|
join(self, math_element) | |
join(self, math_text) | |
divide(self, denominator) | |
divide(self, denominator) | |
divide(self, denominator, fraction_type) | |
divide(self, denominator, fraction_type) | |
enclose(self) | |
enclose(self, beginning_character, ending_character) | |
function(self, function_argument) | |
function(self, function_argument) | |
as_argument_of_function(self, function_name) | |
as_argument_of_function(self, function_name) | |
as_argument_of_function(self, function_type) | |
as_argument_of_function(self, function_type, additional_argument) | |
as_argument_of_function(self, function_type, additional_argument) | |
set_subscript(self, subscript) | |
set_subscript(self, subscript) | |
set_superscript(self, superscript) | |
set_superscript(self, superscript) | |
set_sub_superscript_on_the_right(self, subscript, superscript) | |
set_sub_superscript_on_the_right(self, subscript, superscript) | |
set_sub_superscript_on_the_left(self, subscript, superscript) | |
set_sub_superscript_on_the_left(self, subscript, superscript) | |
radical(self, degree) | |
radical(self, degree) | |
set_upper_limit(self, limit) | |
set_upper_limit(self, limit) | |
set_lower_limit(self, limit) | |
set_lower_limit(self, limit) | |
nary(self, type, lower_limit, upper_limit) | |
nary(self, type, lower_limit, upper_limit) | |
integral(self, integral_type, lower_limit, upper_limit, limit_locations) | |
integral(self, integral_type, lower_limit, upper_limit) | |
integral(self, integral_type) | |
integral(self, integral_type, lower_limit, upper_limit, limit_locations) | |
integral(self, integral_type, lower_limit, upper_limit) | |
group(self) | |
group(self, character, position, vertical_justification) | |
to_border_box(self) | |
to_border_box(self, hide_top, hide_bottom, hide_left, hide_right, strikethrough_horizontal, strikethrough_vertical, strikethrough_bottom_left_to_top_right, strikethrough_top_left_to_bottom_right) | |
get_children(self) | |
to_math_array(self) | |
accent(self, accent_character) | |
overbar(self) | |
underbar(self) | |
to_box(self) | |
See Also