MathBlock
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.
MathBlock
| Name | Description |
|---|
| MathBlock() | Initializes a new instance of the MathBlock class. |
Returns:
MathBlock
MathBlock
| Name | Description |
|---|
| MathBlock(MathematicalText) | Creates a new mathematical block and puts specified element in it |
Parameters:
| Name | Type | Description |
|---|
| mathElement | MathematicalText | The mathematical element to put in the block |
Returns:
MathBlock
MathBlock
| Name | Description |
|---|
| MathBlock(MathSubscriptElement) | Creates a new mathematical block and puts specified element in it |
Parameters:
Returns:
MathBlock
MathBlock
| Name | Description |
|---|
| MathBlock(MathRadical) | Creates a new mathematical block and puts specified element in it |
Parameters:
| Name | Type | Description |
|---|
| mathElement | MathRadical | The mathematical element to put in the block |
Returns:
MathBlock
MathBlock
| Name | Description |
|---|
| MathBlock(BaseScript) | Creates a new mathematical block and puts specified element in it |
Parameters:
| Name | Type | Description |
|---|
| mathElement | BaseScript | The mathematical element to put in the block |
Returns:
MathBlock
MathBlock
| Name | Description |
|---|
| MathBlock(MathBox) | Creates a new mathematical block and puts specified element in it |
Parameters:
| Name | Type | Description |
|---|
| mathElement | MathBox | The mathematical element to put in the block |
Returns:
MathBlock
MathBlock
| Name | Description |
|---|
| MathBlock(MathNaryOperator) | Creates a new mathematical block and puts specified element in it |
Parameters:
| Name | Type | Description |
|---|
| mathElement | MathNaryOperator | The mathematical element to put in the block |
Returns:
MathBlock
MathBlock
| Name | Description |
|---|
| MathBlock(MathFunction) | Creates a new mathematical block and puts specified element in it |
Parameters:
| Name | Type | Description |
|---|
| mathElement | MathFunction | The mathematical element to put in the block |
Returns:
MathBlock
MathBlock
Parameters:
Returns:
MathBlock
MathBlock
Parameters:
Returns:
MathBlock
MathBlock
| Name | Description |
|---|
| MathBlock(MathFraction) | Creates a new mathematical block and puts specified element in it |
Parameters:
| Name | Type | Description |
|---|
| mathElement | MathFraction | The mathematical element to put in the block |
Returns:
MathBlock
MathBlock
| Name | Description |
|---|
| MathBlock(MathBar) | Creates a new mathematical block and puts specified element in it |
Parameters:
| Name | Type | Description |
|---|
| mathElement | MathBar | The mathematical element to put in the block |
Returns:
MathBlock
MathBlock
| Name | Description |
|---|
| MathBlock(MathBorderBox) | Creates a new mathematical block and puts specified element in it |
Parameters:
| Name | Type | Description |
|---|
| mathElement | MathBorderBox | The mathematical element to put in the block |
Returns:
MathBlock
MathBlock
| Name | Description |
|---|
| MathBlock(MathBlock) | Creates a new mathematical block and puts specified element in it |
Parameters:
| Name | Type | Description |
|---|
| mathElement | MathBlock | The mathematical element to put in the block |
Returns:
MathBlock
MathBlock
| Name | Description |
|---|
| MathBlock(MathLimit) | Creates a new mathematical block and puts specified element in it |
Parameters:
| Name | Type | Description |
|---|
| mathElement | MathLimit | The mathematical element to put in the block |
Returns:
MathBlock
MathBlock
| Name | Description |
|---|
| MathBlock(MathElementBase) | Creates a new mathematical block and puts specified element in it |
Parameters:
| Name | Type | Description |
|---|
| mathElement | MathElementBase | The mathematical element to put in the block |
Returns:
MathBlock
MathBlock
| Name | Description |
|---|
| MathBlock(MathMatrix) | Creates a new mathematical block and puts specified element in it |
Parameters:
| Name | Type | Description |
|---|
| mathElement | MathMatrix | The mathematical element to put in the block |
Returns:
MathBlock
MathBlock
| Name | Description |
|---|
| MathBlock(MathSuperscriptElement) | Creates a new mathematical block and puts specified element in it |
Parameters:
Returns:
MathBlock
MathBlock
| Name | Description |
|---|
| MathBlock(MathGroupingCharacter) | Creates a new mathematical block and puts specified element in it |
Parameters:
Returns:
MathBlock
MathBlock
| Name | Description |
|---|
| MathBlock(MathDelimiter) | Creates a new mathematical block and puts specified element in it |
Parameters:
| Name | Type | Description |
|---|
| mathElement | MathDelimiter | The mathematical element to put in the block |
Returns:
MathBlock
MathBlock
| Name | Description |
|---|
| MathBlock(MathAccent) | Creates a new mathematical block and puts specified element in it |
Parameters:
| Name | Type | Description |
|---|
| mathElement | MathAccent | The mathematical element to put in the block |
Returns:
MathBlock
MathBlock
| Name | Description |
|---|
| MathBlock(MathArray) | Creates a new mathematical block and puts specified element in it |
Parameters:
| Name | Type | Description |
|---|
| mathElement | MathArray | The mathematical element to put in the block |
Returns:
MathBlock
MathBlock
| Name | Description |
|---|
| MathBlock(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose. slides.IMathElement>) | Creates a new mathematical block and puts specified elements in it |
Parameters:
| Name | Type | Description |
|---|
| mathElements | com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.slides.IMathElement> | Mathematical elements to put in the block |
Returns:
MathBlock
add
| Name | Description |
|---|
| add(MathematicalText) | Adds a math element to the end of the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathematicalText | The IMathElement to be added to the end of the collection. |
add
Parameters:
| Name | Type | Description |
|---|
| item | MathSubscriptElement | The IMathElement to be added to the end of the collection. |
add
| Name | Description |
|---|
| add(MathRadical) | Adds a math element to the end of the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathRadical | The IMathElement to be added to the end of the collection. |
add
| Name | Description |
|---|
| add(BaseScript) | Adds a math element to the end of the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | BaseScript | The IMathElement to be added to the end of the collection. |
add
| Name | Description |
|---|
| add(MathBox) | Adds a math element to the end of the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathBox | The IMathElement to be added to the end of the collection. |
add
| Name | Description |
|---|
| add(MathNaryOperator) | Adds a math element to the end of the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathNaryOperator | The IMathElement to be added to the end of the collection. |
add
| Name | Description |
|---|
| add(MathFunction) | Adds a math element to the end of the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathFunction | The IMathElement to be added to the end of the collection. |
add
Parameters:
add
Parameters:
add
| Name | Description |
|---|
| add(MathFraction) | Adds a math element to the end of the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathFraction | The IMathElement to be added to the end of the collection. |
add
| Name | Description |
|---|
| add(MathBar) | Adds a math element to the end of the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathBar | The IMathElement to be added to the end of the collection. |
add
| Name | Description |
|---|
| add(MathBorderBox) | Adds a math element to the end of the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathBorderBox | The IMathElement to be added to the end of the collection. |
add
| Name | Description |
|---|
| add(MathBlock) | Adds a math element to the end of the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathBlock | The IMathElement to be added to the end of the collection. |
add
| Name | Description |
|---|
| add(MathLimit) | Adds a math element to the end of the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathLimit | The IMathElement to be added to the end of the collection. |
add
| Name | Description |
|---|
| add(MathElementBase) | Adds a math element to the end of the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathElementBase | The IMathElement to be added to the end of the collection. |
add
| Name | Description |
|---|
| add(MathMatrix) | Adds a math element to the end of the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathMatrix | The IMathElement to be added to the end of the collection. |
add
Parameters:
add
Parameters:
add
| Name | Description |
|---|
| add(MathDelimiter) | Adds a math element to the end of the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathDelimiter | The IMathElement to be added to the end of the collection. |
add
| Name | Description |
|---|
| add(MathAccent) | Adds a math element to the end of the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathAccent | The IMathElement to be added to the end of the collection. |
add
| Name | Description |
|---|
| add(MathArray) | Adds a math element to the end of the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathArray | The IMathElement to be added to the end of the collection. |
clear
| Name | Description |
|---|
| clear() | Removes all elements from the collection. |
contains
| Name | Description |
|---|
| contains(MathematicalText) | Determines whether the collection contains a specific value. |
Parameters:
Returns:
boolean
contains
| Name | Description |
|---|
| contains(MathSubscriptElement) | Determines whether the collection contains a specific value. |
Parameters:
Returns:
boolean
contains
| Name | Description |
|---|
| contains(MathRadical) | Determines whether the collection contains a specific value. |
Parameters:
| Name | Type | Description |
|---|
| item | MathRadical | The object to locate in the collection. |
Returns:
boolean
contains
| Name | Description |
|---|
| contains(BaseScript) | Determines whether the collection contains a specific value. |
Parameters:
| Name | Type | Description |
|---|
| item | BaseScript | The object to locate in the collection. |
Returns:
boolean
contains
| Name | Description |
|---|
| contains(MathBox) | Determines whether the collection contains a specific value. |
Parameters:
| Name | Type | Description |
|---|
| item | MathBox | The object to locate in the collection. |
Returns:
boolean
contains
| Name | Description |
|---|
| contains(MathNaryOperator) | Determines whether the collection contains a specific value. |
Parameters:
Returns:
boolean
contains
| Name | Description |
|---|
| contains(MathFunction) | Determines whether the collection contains a specific value. |
Parameters:
| Name | Type | Description |
|---|
| item | MathFunction | The object to locate in the collection. |
Returns:
boolean
contains
Parameters:
Returns:
boolean
contains
Parameters:
Returns:
boolean
contains
| Name | Description |
|---|
| contains(MathFraction) | Determines whether the collection contains a specific value. |
Parameters:
| Name | Type | Description |
|---|
| item | MathFraction | The object to locate in the collection. |
Returns:
boolean
contains
| Name | Description |
|---|
| contains(MathBar) | Determines whether the collection contains a specific value. |
Parameters:
| Name | Type | Description |
|---|
| item | MathBar | The object to locate in the collection. |
Returns:
boolean
contains
| Name | Description |
|---|
| contains(MathBorderBox) | Determines whether the collection contains a specific value. |
Parameters:
| Name | Type | Description |
|---|
| item | MathBorderBox | The object to locate in the collection. |
Returns:
boolean
contains
| Name | Description |
|---|
| contains(MathBlock) | Determines whether the collection contains a specific value. |
Parameters:
| Name | Type | Description |
|---|
| item | MathBlock | The object to locate in the collection. |
Returns:
boolean
contains
| Name | Description |
|---|
| contains(MathLimit) | Determines whether the collection contains a specific value. |
Parameters:
| Name | Type | Description |
|---|
| item | MathLimit | The object to locate in the collection. |
Returns:
boolean
contains
| Name | Description |
|---|
| contains(MathElementBase) | Determines whether the collection contains a specific value. |
Parameters:
| Name | Type | Description |
|---|
| item | MathElementBase | The object to locate in the collection. |
Returns:
boolean
contains
| Name | Description |
|---|
| contains(MathMatrix) | Determines whether the collection contains a specific value. |
Parameters:
| Name | Type | Description |
|---|
| item | MathMatrix | The object to locate in the collection. |
Returns:
boolean
contains
Parameters:
Returns:
boolean
contains
| Name | Description |
|---|
| contains(MathGroupingCharacter) | Determines whether the collection contains a specific value. |
Parameters:
Returns:
boolean
contains
| Name | Description |
|---|
| contains(MathDelimiter) | Determines whether the collection contains a specific value. |
Parameters:
| Name | Type | Description |
|---|
| item | MathDelimiter | The object to locate in the collection. |
Returns:
boolean
contains
| Name | Description |
|---|
| contains(MathAccent) | Determines whether the collection contains a specific value. |
Parameters:
| Name | Type | Description |
|---|
| item | MathAccent | The object to locate in the collection. |
Returns:
boolean
contains
| Name | Description |
|---|
| contains(MathArray) | Determines whether the collection contains a specific value. |
Parameters:
| Name | Type | Description |
|---|
| item | MathArray | The object to locate in the collection. |
Returns:
boolean
copyTo
| Name | Description |
|---|
| copyTo(com.aspose.slides.IMathElement[], int) | Copy to specified array. |
Parameters:
| Name | Type | Description |
|---|
| array | com.aspose.slides.IMathElement[] | Array to copy to. |
| arrayIndex | int | Index to begin copying. |
delimit
| Name | Description |
|---|
| delimit(char) | Delimits child elements with separator character (without the brackets) |
Parameters:
| Name | Type | Description |
|---|
| separatorCharacter | char | Separator character |
Returns:
MathDelimiter
enclose
| Name | Description |
|---|
| enclose(char, char) | Encloses child elements of this block in specified characters such as parenthesis or another characters as framing |
Parameters:
| Name | Type | Description |
|---|
| beginningCharacter | char | Beginning character (usually left bracket) |
| endingCharacter | char | Ending character (usually right bracket) |
Returns:
MathDelimiter
enclose
| Name | Description |
|---|
| enclose(char, char, char) | Encloses child elements of this block in specified characters such as parenthesis or another as framing and delimit with a separator character |
Parameters:
| Name | Type | Description |
|---|
| beginningCharacter | char | Beginning character (usually left bracket) |
| endingCharacter | char | Ending character (usually right bracket) |
| separatorCharacter | char | Separator character |
Returns:
MathDelimiter
getChildren
| Name | Description |
|---|
| getChildren() | Get children elements |
Returns:
MathematicalText, MathSubscriptElement, MathRadical, BaseScript, MathBox, MathNaryOperator, MathFunction, MathLeftSubSuperscriptElement, MathRightSubSuperscriptElement, MathFraction, MathBar, MathBorderBox, MathBlock, MathLimit, MathElementBase, MathMatrix, MathSuperscriptElement, MathGroupingCharacter, MathDelimiter, MathAccent, MathArray
getCount
| Name | Description |
|---|
| getCount() | Gets the number of child math elements actually contained in the collection. Read-only int. |
Returns:
int
get_Item
| Name | Description |
|---|
| get_Item(int) | Gets or sets IMathElement at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| index | int | The zero-based index of the item |
Returns:
MathematicalText, MathSubscriptElement, MathRadical, BaseScript, MathBox, MathNaryOperator, MathFunction, MathLeftSubSuperscriptElement, MathRightSubSuperscriptElement, MathFraction, MathBar, MathBorderBox, MathBlock, MathLimit, MathElementBase, MathMatrix, MathSuperscriptElement, MathGroupingCharacter, MathDelimiter, MathAccent, MathArray
indexOf
| Name | Description |
|---|
| indexOf(MathematicalText) | Determines the index of a specific math element in collection. |
Parameters:
Returns:
int
indexOf
| Name | Description |
|---|
| indexOf(MathSubscriptElement) | Determines the index of a specific math element in collection. |
Parameters:
Returns:
int
indexOf
| Name | Description |
|---|
| indexOf(MathRadical) | Determines the index of a specific math element in collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathRadical | The element to locate in the collection. |
Returns:
int
indexOf
| Name | Description |
|---|
| indexOf(BaseScript) | Determines the index of a specific math element in collection. |
Parameters:
| Name | Type | Description |
|---|
| item | BaseScript | The element to locate in the collection. |
Returns:
int
indexOf
| Name | Description |
|---|
| indexOf(MathBox) | Determines the index of a specific math element in collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathBox | The element to locate in the collection. |
Returns:
int
indexOf
| Name | Description |
|---|
| indexOf(MathNaryOperator) | Determines the index of a specific math element in collection. |
Parameters:
Returns:
int
indexOf
| Name | Description |
|---|
| indexOf(MathFunction) | Determines the index of a specific math element in collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathFunction | The element to locate in the collection. |
Returns:
int
indexOf
Parameters:
Returns:
int
indexOf
Parameters:
Returns:
int
indexOf
| Name | Description |
|---|
| indexOf(MathFraction) | Determines the index of a specific math element in collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathFraction | The element to locate in the collection. |
Returns:
int
indexOf
| Name | Description |
|---|
| indexOf(MathBar) | Determines the index of a specific math element in collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathBar | The element to locate in the collection. |
Returns:
int
indexOf
| Name | Description |
|---|
| indexOf(MathBorderBox) | Determines the index of a specific math element in collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathBorderBox | The element to locate in the collection. |
Returns:
int
indexOf
| Name | Description |
|---|
| indexOf(MathBlock) | Determines the index of a specific math element in collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathBlock | The element to locate in the collection. |
Returns:
int
indexOf
| Name | Description |
|---|
| indexOf(MathLimit) | Determines the index of a specific math element in collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathLimit | The element to locate in the collection. |
Returns:
int
indexOf
| Name | Description |
|---|
| indexOf(MathElementBase) | Determines the index of a specific math element in collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathElementBase | The element to locate in the collection. |
Returns:
int
indexOf
| Name | Description |
|---|
| indexOf(MathMatrix) | Determines the index of a specific math element in collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathMatrix | The element to locate in the collection. |
Returns:
int
indexOf
Parameters:
Returns:
int
indexOf
| Name | Description |
|---|
| indexOf(MathGroupingCharacter) | Determines the index of a specific math element in collection. |
Parameters:
Returns:
int
indexOf
| Name | Description |
|---|
| indexOf(MathDelimiter) | Determines the index of a specific math element in collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathDelimiter | The element to locate in the collection. |
Returns:
int
indexOf
| Name | Description |
|---|
| indexOf(MathAccent) | Determines the index of a specific math element in collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathAccent | The element to locate in the collection. |
Returns:
int
indexOf
| Name | Description |
|---|
| indexOf(MathArray) | Determines the index of a specific math element in collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathArray | The element to locate in the collection. |
Returns:
int
insert
| Name | Description |
|---|
| insert(int, MathematicalText) | Inserts a MathElement into the collection at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| index | int | The zero-based index at which MathElement should be inserted. |
| item | MathematicalText | The MathElement to insert. |
insert
| Name | Description |
|---|
| insert(int, MathSubscriptElement) | Inserts a MathElement into the collection at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| index | int | The zero-based index at which MathElement should be inserted. |
| item | MathSubscriptElement | The MathElement to insert. |
insert
| Name | Description |
|---|
| insert(int, MathRadical) | Inserts a MathElement into the collection at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| index | int | The zero-based index at which MathElement should be inserted. |
| item | MathRadical | The MathElement to insert. |
insert
| Name | Description |
|---|
| insert(int, BaseScript) | Inserts a MathElement into the collection at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| index | int | The zero-based index at which MathElement should be inserted. |
| item | BaseScript | The MathElement to insert. |
insert
| Name | Description |
|---|
| insert(int, MathBox) | Inserts a MathElement into the collection at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| index | int | The zero-based index at which MathElement should be inserted. |
| item | MathBox | The MathElement to insert. |
insert
| Name | Description |
|---|
| insert(int, MathNaryOperator) | Inserts a MathElement into the collection at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| index | int | The zero-based index at which MathElement should be inserted. |
| item | MathNaryOperator | The MathElement to insert. |
insert
| Name | Description |
|---|
| insert(int, MathFunction) | Inserts a MathElement into the collection at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| index | int | The zero-based index at which MathElement should be inserted. |
| item | MathFunction | The MathElement to insert. |
insert
Parameters:
| Name | Type | Description |
|---|
| index | int | The zero-based index at which MathElement should be inserted. |
| item | MathLeftSubSuperscriptElement | The MathElement to insert. |
insert
Parameters:
insert
| Name | Description |
|---|
| insert(int, MathFraction) | Inserts a MathElement into the collection at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| index | int | The zero-based index at which MathElement should be inserted. |
| item | MathFraction | The MathElement to insert. |
insert
| Name | Description |
|---|
| insert(int, MathBar) | Inserts a MathElement into the collection at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| index | int | The zero-based index at which MathElement should be inserted. |
| item | MathBar | The MathElement to insert. |
insert
| Name | Description |
|---|
| insert(int, MathBorderBox) | Inserts a MathElement into the collection at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| index | int | The zero-based index at which MathElement should be inserted. |
| item | MathBorderBox | The MathElement to insert. |
insert
| Name | Description |
|---|
| insert(int, MathBlock) | Inserts a MathElement into the collection at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| index | int | The zero-based index at which MathElement should be inserted. |
| item | MathBlock | The MathElement to insert. |
insert
| Name | Description |
|---|
| insert(int, MathLimit) | Inserts a MathElement into the collection at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| index | int | The zero-based index at which MathElement should be inserted. |
| item | MathLimit | The MathElement to insert. |
insert
| Name | Description |
|---|
| insert(int, MathElementBase) | Inserts a MathElement into the collection at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| index | int | The zero-based index at which MathElement should be inserted. |
| item | MathElementBase | The MathElement to insert. |
insert
| Name | Description |
|---|
| insert(int, MathMatrix) | Inserts a MathElement into the collection at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| index | int | The zero-based index at which MathElement should be inserted. |
| item | MathMatrix | The MathElement to insert. |
insert
| Name | Description |
|---|
| insert(int, MathSuperscriptElement) | Inserts a MathElement into the collection at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| index | int | The zero-based index at which MathElement should be inserted. |
| item | MathSuperscriptElement | The MathElement to insert. |
insert
| Name | Description |
|---|
| insert(int, MathGroupingCharacter) | Inserts a MathElement into the collection at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| index | int | The zero-based index at which MathElement should be inserted. |
| item | MathGroupingCharacter | The MathElement to insert. |
insert
| Name | Description |
|---|
| insert(int, MathDelimiter) | Inserts a MathElement into the collection at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| index | int | The zero-based index at which MathElement should be inserted. |
| item | MathDelimiter | The MathElement to insert. |
insert
| Name | Description |
|---|
| insert(int, MathAccent) | Inserts a MathElement into the collection at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| index | int | The zero-based index at which MathElement should be inserted. |
| item | MathAccent | The MathElement to insert. |
insert
| Name | Description |
|---|
| insert(int, MathArray) | Inserts a MathElement into the collection at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| index | int | The zero-based index at which MathElement should be inserted. |
| item | MathArray | The MathElement to insert. |
isReadOnly
| Name | Description |
|---|
| isReadOnly() | Returns false because child elements collection can be modified. |
Returns:
boolean
iterator
| Name | Description |
|---|
| iterator() | Returns an enumerator that iterates through the collection. |
Returns:
iteratorJava
| Name | Description |
|---|
| iteratorJava() | Returns a java iterator for the entire collection. |
Returns:
join
| Name | Description |
|---|
| join(MathematicalText) | Joins a mathematical element with this mathematical block |
Parameters:
Returns:
MathBlock
join
Parameters:
Returns:
MathBlock
join
| Name | Description |
|---|
| join(MathRadical) | Joins a mathematical element with this mathematical block |
Parameters:
| Name | Type | Description |
|---|
| mathElement | MathRadical | The element to be joined |
Returns:
MathBlock
join
| Name | Description |
|---|
| join(BaseScript) | Joins a mathematical element with this mathematical block |
Parameters:
| Name | Type | Description |
|---|
| mathElement | BaseScript | The element to be joined |
Returns:
MathBlock
join
| Name | Description |
|---|
| join(MathBox) | Joins a mathematical element with this mathematical block |
Parameters:
| Name | Type | Description |
|---|
| mathElement | MathBox | The element to be joined |
Returns:
MathBlock
join
| Name | Description |
|---|
| join(MathNaryOperator) | Joins a mathematical element with this mathematical block |
Parameters:
Returns:
MathBlock
join
| Name | Description |
|---|
| join(MathFunction) | Joins a mathematical element with this mathematical block |
Parameters:
| Name | Type | Description |
|---|
| mathElement | MathFunction | The element to be joined |
Returns:
MathBlock
join
Parameters:
Returns:
MathBlock
join
Parameters:
Returns:
MathBlock
join
| Name | Description |
|---|
| join(MathFraction) | Joins a mathematical element with this mathematical block |
Parameters:
| Name | Type | Description |
|---|
| mathElement | MathFraction | The element to be joined |
Returns:
MathBlock
join
| Name | Description |
|---|
| join(MathBar) | Joins a mathematical element with this mathematical block |
Parameters:
| Name | Type | Description |
|---|
| mathElement | MathBar | The element to be joined |
Returns:
MathBlock
join
| Name | Description |
|---|
| join(MathBorderBox) | Joins a mathematical element with this mathematical block |
Parameters:
| Name | Type | Description |
|---|
| mathElement | MathBorderBox | The element to be joined |
Returns:
MathBlock
join
| Name | Description |
|---|
| join(MathBlock) | Joins a mathematical element with this mathematical block |
Parameters:
| Name | Type | Description |
|---|
| mathElement | MathBlock | The element to be joined |
Returns:
MathBlock
join
| Name | Description |
|---|
| join(MathLimit) | Joins a mathematical element with this mathematical block |
Parameters:
| Name | Type | Description |
|---|
| mathElement | MathLimit | The element to be joined |
Returns:
MathBlock
join
| Name | Description |
|---|
| join(MathElementBase) | Joins a mathematical element with this mathematical block |
Parameters:
Returns:
MathBlock
join
| Name | Description |
|---|
| join(MathMatrix) | Joins a mathematical element with this mathematical block |
Parameters:
| Name | Type | Description |
|---|
| mathElement | MathMatrix | The element to be joined |
Returns:
MathBlock
join
Parameters:
Returns:
MathBlock
join
Parameters:
Returns:
MathBlock
join
| Name | Description |
|---|
| join(MathDelimiter) | Joins a mathematical element with this mathematical block |
Parameters:
| Name | Type | Description |
|---|
| mathElement | MathDelimiter | The element to be joined |
Returns:
MathBlock
join
| Name | Description |
|---|
| join(MathAccent) | Joins a mathematical element with this mathematical block |
Parameters:
| Name | Type | Description |
|---|
| mathElement | MathAccent | The element to be joined |
Returns:
MathBlock
join
| Name | Description |
|---|
| join(MathArray) | Joins a mathematical element with this mathematical block |
Parameters:
| Name | Type | Description |
|---|
| mathElement | MathArray | The element to be joined |
Returns:
MathBlock
join
| Name | Description |
|---|
| join(String) | Joins a mathematical text with this mathematical block |
Parameters:
| Name | Type | Description |
|---|
| mathText | String | Mathematical text to be joined |
Returns:
MathBlock
joinBlock
| Name | Description |
|---|
| joinBlock(MathBlock) | Joins another mathematical block with this one |
Parameters:
| Name | Type | Description |
|---|
| other | MathBlock | The joining block |
Returns:
MathBlock
remove
| Name | Description |
|---|
| remove(MathematicalText) | Removes the first occurrence of a specific object from the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathematicalText | The object to remove from the collection. |
Returns:
boolean
remove
| Name | Description |
|---|
| remove(MathSubscriptElement) | Removes the first occurrence of a specific object from the collection. |
Parameters:
Returns:
boolean
remove
| Name | Description |
|---|
| remove(MathRadical) | Removes the first occurrence of a specific object from the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathRadical | The object to remove from the collection. |
Returns:
boolean
remove
| Name | Description |
|---|
| remove(BaseScript) | Removes the first occurrence of a specific object from the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | BaseScript | The object to remove from the collection. |
Returns:
boolean
remove
| Name | Description |
|---|
| remove(MathBox) | Removes the first occurrence of a specific object from the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathBox | The object to remove from the collection. |
Returns:
boolean
remove
| Name | Description |
|---|
| remove(MathNaryOperator) | Removes the first occurrence of a specific object from the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathNaryOperator | The object to remove from the collection. |
Returns:
boolean
remove
| Name | Description |
|---|
| remove(MathFunction) | Removes the first occurrence of a specific object from the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathFunction | The object to remove from the collection. |
Returns:
boolean
remove
Parameters:
Returns:
boolean
remove
Parameters:
Returns:
boolean
remove
| Name | Description |
|---|
| remove(MathFraction) | Removes the first occurrence of a specific object from the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathFraction | The object to remove from the collection. |
Returns:
boolean
remove
| Name | Description |
|---|
| remove(MathBar) | Removes the first occurrence of a specific object from the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathBar | The object to remove from the collection. |
Returns:
boolean
remove
| Name | Description |
|---|
| remove(MathBorderBox) | Removes the first occurrence of a specific object from the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathBorderBox | The object to remove from the collection. |
Returns:
boolean
remove
| Name | Description |
|---|
| remove(MathBlock) | Removes the first occurrence of a specific object from the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathBlock | The object to remove from the collection. |
Returns:
boolean
remove
| Name | Description |
|---|
| remove(MathLimit) | Removes the first occurrence of a specific object from the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathLimit | The object to remove from the collection. |
Returns:
boolean
remove
| Name | Description |
|---|
| remove(MathElementBase) | Removes the first occurrence of a specific object from the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathElementBase | The object to remove from the collection. |
Returns:
boolean
remove
| Name | Description |
|---|
| remove(MathMatrix) | Removes the first occurrence of a specific object from the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathMatrix | The object to remove from the collection. |
Returns:
boolean
remove
| Name | Description |
|---|
| remove(MathSuperscriptElement) | Removes the first occurrence of a specific object from the collection. |
Parameters:
Returns:
boolean
remove
| Name | Description |
|---|
| remove(MathGroupingCharacter) | Removes the first occurrence of a specific object from the collection. |
Parameters:
Returns:
boolean
remove
| Name | Description |
|---|
| remove(MathDelimiter) | Removes the first occurrence of a specific object from the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathDelimiter | The object to remove from the collection. |
Returns:
boolean
remove
| Name | Description |
|---|
| remove(MathAccent) | Removes the first occurrence of a specific object from the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathAccent | The object to remove from the collection. |
Returns:
boolean
remove
| Name | Description |
|---|
| remove(MathArray) | Removes the first occurrence of a specific object from the collection. |
Parameters:
| Name | Type | Description |
|---|
| item | MathArray | The object to remove from the collection. |
Returns:
boolean
removeAt
| Name | Description |
|---|
| removeAt(int) | Removes the element at the specified index of the collection. |
Parameters:
| Name | Type | Description |
|---|
| index | int | The zero-based index of the element to remove. |
set_Item
| Name | Description |
|---|
| set_Item(int, MathematicalText) | Gets or sets IMathElement at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| value | int | The mathematical element. |
| index | MathematicalText | The zero-based index of the item |
set_Item
Parameters:
| Name | Type | Description |
|---|
| value | int | The mathematical element. |
| index | MathSubscriptElement | The zero-based index of the item |
set_Item
| Name | Description |
|---|
| set_Item(int, MathRadical) | Gets or sets IMathElement at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| value | int | The mathematical element. |
| index | MathRadical | The zero-based index of the item |
set_Item
| Name | Description |
|---|
| set_Item(int, BaseScript) | Gets or sets IMathElement at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| value | int | The mathematical element. |
| index | BaseScript | The zero-based index of the item |
set_Item
| Name | Description |
|---|
| set_Item(int, MathBox) | Gets or sets IMathElement at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| value | int | The mathematical element. |
| index | MathBox | The zero-based index of the item |
set_Item
| Name | Description |
|---|
| set_Item(int, MathNaryOperator) | Gets or sets IMathElement at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| value | int | The mathematical element. |
| index | MathNaryOperator | The zero-based index of the item |
set_Item
| Name | Description |
|---|
| set_Item(int, MathFunction) | Gets or sets IMathElement at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| value | int | The mathematical element. |
| index | MathFunction | The zero-based index of the item |
set_Item
Parameters:
set_Item
Parameters:
set_Item
| Name | Description |
|---|
| set_Item(int, MathFraction) | Gets or sets IMathElement at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| value | int | The mathematical element. |
| index | MathFraction | The zero-based index of the item |
set_Item
| Name | Description |
|---|
| set_Item(int, MathBar) | Gets or sets IMathElement at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| value | int | The mathematical element. |
| index | MathBar | The zero-based index of the item |
set_Item
| Name | Description |
|---|
| set_Item(int, MathBorderBox) | Gets or sets IMathElement at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| value | int | The mathematical element. |
| index | MathBorderBox | The zero-based index of the item |
set_Item
| Name | Description |
|---|
| set_Item(int, MathBlock) | Gets or sets IMathElement at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| value | int | The mathematical element. |
| index | MathBlock | The zero-based index of the item |
set_Item
| Name | Description |
|---|
| set_Item(int, MathLimit) | Gets or sets IMathElement at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| value | int | The mathematical element. |
| index | MathLimit | The zero-based index of the item |
set_Item
| Name | Description |
|---|
| set_Item(int, MathElementBase) | Gets or sets IMathElement at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| value | int | The mathematical element. |
| index | MathElementBase | The zero-based index of the item |
set_Item
| Name | Description |
|---|
| set_Item(int, MathMatrix) | Gets or sets IMathElement at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| value | int | The mathematical element. |
| index | MathMatrix | The zero-based index of the item |
set_Item
Parameters:
| Name | Type | Description |
|---|
| value | int | The mathematical element. |
| index | MathSuperscriptElement | The zero-based index of the item |
set_Item
Parameters:
| Name | Type | Description |
|---|
| value | int | The mathematical element. |
| index | MathGroupingCharacter | The zero-based index of the item |
set_Item
| Name | Description |
|---|
| set_Item(int, MathDelimiter) | Gets or sets IMathElement at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| value | int | The mathematical element. |
| index | MathDelimiter | The zero-based index of the item |
set_Item
| Name | Description |
|---|
| set_Item(int, MathAccent) | Gets or sets IMathElement at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| value | int | The mathematical element. |
| index | MathAccent | The zero-based index of the item |
set_Item
| Name | Description |
|---|
| set_Item(int, MathArray) | Gets or sets IMathElement at the specified index. |
Parameters:
| Name | Type | Description |
|---|
| value | int | The mathematical element. |
| index | MathArray | The zero-based index of the item |
toMathArray
| Name | Description |
|---|
| toMathArray() | Puts child elements in a vertical array |
Returns:
MathArray
writeAsMathMlToBytes
| Name | Description |
|---|
| writeAsMathMlToBytes () | Saves content of this MathBlock as MathML |
Returns:
Bytes[]