IMathAccentFactory
public interface IMathAccentFactory
Allows to create a math accent
For COM comparibility
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| element | IMathElement | math 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:
| Parameter | Type | Description |
|---|---|---|
| element | IMathElement | math element to apply accent |
| accentCharacter | char | accent character |
Returns: IMathAccent - new math accent