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 IMathBlockFactory
public final IMathBlock createMathBlock(IMathElement mathElement)
Create a math block and place the element in it
createMathBlock
in interface IMathBlockFactory
mathElement
- A math elementpublic final IMathBlock createMathBlock(IMathElementCollection mathElements)
Create a math block and place elements in it
createMathBlock
in interface IMathBlockFactory
mathElements
- math elementsCopyright © 2004-2021 Aspose Pty Ltd. All Rights Reserved.