MathBlockFactory

MathBlockFactory class

Allows to create a math block

public class MathBlockFactory : IMathBlockFactory

Constructors

NameDescription
MathBlockFactory()The default constructor.

Methods

NameDescription
CreateMathBlock()Create a math block
CreateMathBlock(IMathElement)Create a math block and place the element in it
CreateMathBlock(IMathElementCollection)Create a math block and place elements in it

Remarks

For COM comparibility

See Also