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 elementsCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.