public class MathBarFactory extends java.lang.Object implements IMathBarFactory
Allows to create a math bar
| Constructor and Description |
|---|
MathBarFactory() |
| Modifier and Type | Method and Description |
|---|---|
IMathBar |
createMathBar(IMathElement element)
Create a math bar by applying to the element
|
IMathBar |
createMathBar(IMathElement element,
int position)
Create a math bar by applying to the element
|
public final IMathBar createMathBar(IMathElement element)
Create a math bar by applying to the element
createMathBar in interface IMathBarFactoryelement - math element to apply barpublic final IMathBar createMathBar(IMathElement element, int position)
Create a math bar by applying to the element
createMathBar in interface IMathBarFactoryelement - Math element to apply barposition - Position of the barCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.