public interface IMathBlockFactory
Allows to create a math block
Modifier and Type | Method and Description |
---|---|
IMathBlock |
createMathBlock()
Create a math block
|
IMathBlock |
createMathBlock(IMathElement mathElement)
Create a math block and place the element in it
|
IMathBlock |
createMathBlock(IMathElementCollection mathElements)
Create a math block and place elements in it
|
IMathBlock createMathBlock()
Create a math block
IMathBlock createMathBlock(IMathElement mathElement)
Create a math block and place the element in it
mathElement
- A math elementIMathBlock createMathBlock(IMathElementCollection mathElements)
Create a math block and place elements in it
mathElements
- math elements