MathBarFactory

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

ConstructorDescription
MathBarFactory()

Methods

MethodDescription
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:

ParameterTypeDescription
elementIMathElementmath 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:

ParameterTypeDescription
elementIMathElementMath element to apply bar
positionintPosition of the bar

Returns: IMathBar - new math bar element