IMathParagraph class

IMathParagraph class

Mathematical paragraph that is a container for mathematical blocks (IMathBlock)

The IMathParagraph type exposes the following members:

Properties

PropertyDescription
justificationParagraph Justification
Default value: CenteredAsGroup
count

Indexer

NameDescription
[index]

Methods

MethodDescription
write_as_math_ml(self, stream)Saves content of this IMathParagraph as MathML
to_latex(self)Gets mathematical equation in LaTeX format
add(self, item)
insert(self, index, item)
remove(self, item)
remove_at(self, index)
contains(self, item)
index_of(self, item)
clear(self)

See Also