MathBlock class
Contents
[
Hide
]MathBlock 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.
Inheritance:MathBlock
→ MathElementBase
The MathBlock type exposes the following members:
Constructors
Constructor | Description |
---|---|
__init__ | Initializes a new instance of the MathBlock class. |
__init__ | Creates a new mathematical block and puts specified element in it |
__init__ |
Properties
Property | Description |
---|---|
count | Gets the number of child math elements actually contained in the collection. Read-only int. |
is_read_only | Returns false because child elements collection can be modified. |
Gets or sets IMathElement at the specified index.
Indexer
Name | Description |
---|---|
[index] | The zero-based index of the item |
Methods
Method | Description |
---|---|
join | Joins a mathematical element with this mathematical block |
join | Joins a mathematical text with this mathematical block |
divide | Creates a fraction with this numerator and specified denominator |
divide | Creates a fraction with this numerator and specified denominator |
divide | Creates a fraction of the specified type with this numerator and specified denominator |
divide | Creates a fraction of the specified type with this numerator and specified denominator |
enclose | Encloses child elements of this block in specified characters such as parenthesis or another characters as framing |
enclose | Encloses child elements of this block in specified characters such as parenthesis or another as framing and delimit with a separator character |
enclose | Encloses a math element in parenthesis |
function | Takes a function of an argument using this instance as the function name |
function | Takes a function of an argument using this instance as the function name |
as_argument_of_function | Takes specified function using this instance as the argument |
as_argument_of_function | Takes specified function using this instance as the argument |
as_argument_of_function | Takes specified function using this instance as the argument |
as_argument_of_function | Takes specified function using this instance as the argument and specified additional argument |
as_argument_of_function | Takes specified function using this instance as the argument and specified additional argument |
set_subscript | Creates subscript |
set_subscript | Creates subscript |
set_superscript | Creates superscript |
set_superscript | Creates superscript |
set_sub_superscript_on_the_right | Creates subscript and superscript on the right |
set_sub_superscript_on_the_right | Creates subscript and superscript on the right |
set_sub_superscript_on_the_left | Creates subscript and superscript on the left |
set_sub_superscript_on_the_left | Creates subscript and superscript on the left |
radical | Specifies the mathematical root of the given degree from the specified argument. |
radical | Specifies the mathematical root of the given degree from the specified argument. |
set_upper_limit | Takes upper limit |
set_upper_limit | Takes upper limit |
set_lower_limit | Takes lower limit |
set_lower_limit | Takes lower limit |
nary | Creates a N-ary operator |
nary | Creates a N-ary operator |
integral | Takes the integral |
integral | Takes the integral |
integral | Takes the integral without limits |
integral | Takes the integral |
integral | Takes the integral |
group | Places this element in a group using a bottom curly bracket |
group | Places this element in a group using a grouping character such as bottom curly bracket or another |
to_border_box | Places this element in a border-box |
to_border_box | Places this element in a border-box |
to_math_array | Puts child elements in a vertical array |
accent | Sets an accent mark (a character on the top of this element) |
overbar | Sets a bar on the top of this element |
underbar | Sets a bar on the bottom of this element |
to_box | Places this element in a non-visual box (logical grouping) which is used to group components of an equation or other instance of mathematical text. A boxed object can (for example) serve as an operator emulator with or without an alignment point, serve as a line break point, or be grouped such as not to allow line breaks within. |
get_children | Get children elements |
add | Adds a math element to the end of the collection. |
clear | Removes all elements from the collection. |
contains | Determines whether the collection contains a specific value. |
copy_to | Copy to specified array. |
remove | Removes the first occurrence of a specific object from the collection. |
index_of | Determines the index of a specific math element in collection. |
insert | Inserts a MathElement into the collection at the specified index. |
remove_at | Removes the element at the specified index of the collection. |
join_block | Joins another mathematical block with this one |
delimit | Delimits child elements with separator character (without the brackets) |
write_as_math_ml | Saves content of this MathBlock as MathML |
See Also
- class
MathBlock
- class
MathElementBase
- module
aspose.slides.mathtext
- library
Aspose.Slides