MathAccentFactory

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.IMathAccentFactory

public class MathAccentFactory implements IMathAccentFactory

Allows to create a math accent


For COM comparibility

Constructors

ConstructorDescription
MathAccentFactory()

Methods

MethodDescription
createMathAccent(IMathElement element)Creates a math accent applying to a specified math element with the default accent character value
createMathAccent(IMathElement element, char accentCharacter)Creates a math accent applying to a specified math element

MathAccentFactory()

public MathAccentFactory()

createMathAccent(IMathElement element)

public final IMathAccent createMathAccent(IMathElement element)

Creates a math accent applying to a specified math element with the default accent character value

Parameters:

ParameterTypeDescription
elementIMathElementmath element to apply accent

Returns: IMathAccent - new math accent

createMathAccent(IMathElement element, char accentCharacter)

public final IMathAccent createMathAccent(IMathElement element, char accentCharacter)

Creates a math accent applying to a specified math element

Parameters:

ParameterTypeDescription
elementIMathElementmath element to apply accent
accentCharactercharaccent character

Returns: IMathAccent - new math accent