MathAccentFactory
Contents
[
Hide
]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
Constructor | Description |
---|---|
MathAccentFactory() |
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 |
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:
Parameter | Type | Description |
---|---|---|
element | IMathElement | math 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:
Parameter | Type | Description |
---|---|---|
element | IMathElement | math element to apply accent |
accentCharacter | char | accent character |
Returns: IMathAccent - new math accent