IMathBlockFactory

IMathBlockFactory interface

Allows to create a math block

public interface IMathBlockFactory

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