IMathBlock class

IMathBlock class

Specifies an instance of mathematical text that contained within a MathParagraph and starts on its own line. All math zones, including equations, expressions, arrays of equations or expressions, and formulas are represented by math block.

The IMathBlock type exposes the following members:

Properties

PropertyDescription
count

Indexer

NameDescription
[index]

Methods

MethodDescription
encloseEncloses child elements of this block in specified characters such as parenthesis or another as framing
and delimit with a separator character
enclose
enclose
join
join
divide
divide
divide
divide
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 all child elements with separator character (without the brackets)
join_blockJoins another mathematical block with this one
write_as_math_mlSaves content of this IMathBlock as MathML
add
index_of
insert
clear
contains
remove
remove_at
copy_to
get_children
to_math_array
accent
overbar
underbar
to_box

See Also