MathParagraph class
Contents
[
Hide
]MathParagraph class
Mathematical paragraph that is a container for mathematical blocks (IMathBlock)
The MathParagraph type exposes the following members:
Constructors
Constructor | Description |
---|---|
__init__ | Initializes a new instance of the MathParagraph class. |
__init__ | Initializes a new instance of the MathParagraph class. |
Properties
Property | Description |
---|---|
justification | Paragraph Justification Default value: CenteredAsGroup |
count | Gets the number of elements actually contained in the collection. Read-only int. |
Gets the item at the specified index.
Read-only IMathBlock
.
Indexer
Name | Description |
---|---|
[index] | The zero-based index of the item to get |
Methods
Method | Description |
---|---|
clear | Removes all elements from the collection. |
add | Adds IMathBlock to the end of collection. |
remove | Removes the first occurrence of a specific object from the collection/>. |
contains | Determines whether the collection contains a specific value. |
index_of | Determines the index of a specific IMathBlock in collection. |
insert | Inserts IMathBlock into the collection at the specified index. |
remove_at | Removes an item at the specified index of the collection. |
write_as_math_ml | Saves content of this MathParagraph as MathML |
to_latex | Gets mathematical equation in LaTeX format |
See Also
- class
IMathBlock
- module
aspose.slides.mathtext
- library
Aspose.Slides