MathBlockFactory class

MathBlockFactory class

Allows to create a math block

The MathBlockFactory type exposes the following members:

Constructors

ConstructorDescription
__init__(self)

Methods

MethodDescription
create_math_block(self)Create a math block
create_math_block(self, math_element)Create a math block and place the element in it
create_math_block(self, math_elements)Create a math block and place elements in it

Remarks

For COM comparibility

See Also