join method
join
Joins a mathematical element and forms a mathematical block
Returns
A new IMathBlock containing this instance and specified argument
def join(self, math_element):
...
Parameter | Type | Description |
---|---|---|
math_element | IMathElement | The element to be joined |
join
Joins a mathematical text and forms a mathematical block
Returns
A new IMathBlock containing this instance and specified argument
def join(self, math_text):
...
Parameter | Type | Description |
---|---|---|
math_text | str | Mathematical text to be joined |
See Also
- class
IMathBlock
- class
IMathElement
- class
MathElementBase
- module
aspose.slides.mathtext
- library
Aspose.Slides