IMathAccentFactory

public interface IMathAccentFactory

Allows to create a math accent


For COM comparibility

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

createMathAccent(IMathElement element)

public abstract 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 abstract 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