MathBarFactory
Contents
[
Hide
]Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.slides.IMathBarFactory
public class MathBarFactory implements IMathBarFactory
Allows to create a math bar
For COM comparibility
Constructors
Constructor | Description |
---|---|
MathBarFactory() |
Methods
Method | Description |
---|---|
createMathBar(IMathElement element) | Create a math bar by applying to the element |
createMathBar(IMathElement element, int position) | Create a math bar by applying to the element |
MathBarFactory()
public MathBarFactory()
createMathBar(IMathElement element)
public final IMathBar createMathBar(IMathElement element)
Create a math bar by applying to the element
Parameters:
Parameter | Type | Description |
---|---|---|
element | IMathElement | math element to apply bar |
Returns: IMathBar - new math bar element
createMathBar(IMathElement element, int position)
public final IMathBar createMathBar(IMathElement element, int position)
Create a math bar by applying to the element
Parameters:
Parameter | Type | Description |
---|---|---|
element | IMathElement | Math element to apply bar |
position | int | Position of the bar |
Returns: IMathBar - new math bar element