public class MathDelimiterFactory extends java.lang.Object implements IMathDelimiterFactory
Allows to create a math delimiter
| Constructor and Description |
|---|
MathDelimiterFactory() |
| Modifier and Type | Method and Description |
|---|---|
IMathDelimiter |
createMathDelimiter(IMathElement element)
Create a math delimiter by applying to the element
|
IMathDelimiter |
createMathDelimiter(IMathElementCollection mathElements)
Create a math delimiter by applying to the element
|
public final IMathDelimiter createMathDelimiter(IMathElement element)
Create a math delimiter by applying to the element
createMathDelimiter in interface IMathDelimiterFactoryelement - math element to apply delimiterpublic final IMathDelimiter createMathDelimiter(IMathElementCollection mathElements)
Create a math delimiter by applying to the element
createMathDelimiter in interface IMathDelimiterFactorymathElements - math elements to apply delimiterCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.