public class MathAccentFactory extends java.lang.Object implements IMathAccentFactory
Allows to create a math accent
| Constructor and Description |
|---|
MathAccentFactory() |
| Modifier and Type | Method and Description |
|---|---|
IMathAccent |
createMathAccent(IMathElement element)
Creates a math accent applying to a specified math element with the default accent character value
|
IMathAccent |
createMathAccent(IMathElement element,
char accentCharacter)
Creates a math accent applying to a specified math element
|
public final IMathAccent createMathAccent(IMathElement element)
Creates a math accent applying to a specified math element with the default accent character value
createMathAccent in interface IMathAccentFactoryelement - math element to apply accentpublic final IMathAccent createMathAccent(IMathElement element, char accentCharacter)
Creates a math accent applying to a specified math element
createMathAccent in interface IMathAccentFactoryelement - math element to apply accentaccentCharacter - accent characterCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.