CreateMathAccent

CreateMathAccent(IMathElement)

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

public IMathAccent CreateMathAccent(IMathElement element)
ParameterTypeDescription
elementIMathElementmath element to apply accent

Return Value

new math accent

See Also


CreateMathAccent(IMathElement, char)

Creates a math accent applying to a specified math element

public IMathAccent CreateMathAccent(IMathElement element, char accentCharacter)
ParameterTypeDescription
elementIMathElementmath element to apply accent
accentCharacterCharaccent character

Return Value

new math accent

See Also