public class MathBlockFactory extends java.lang.Object implements IMathBlockFactory
Allows to create a math block
| Constructor and Description |
|---|
MathBlockFactory() |
| 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
|
public final IMathBlock createMathBlock()
Create a math block
createMathBlock in interface IMathBlockFactorypublic final IMathBlock createMathBlock(IMathElement mathElement)
Create a math block and place the element in it
createMathBlock in interface IMathBlockFactorymathElement - A math elementpublic final IMathBlock createMathBlock(IMathElementCollection mathElements)
Create a math block and place elements in it
createMathBlock in interface IMathBlockFactorymathElements - math elementsCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.