public interface IMathBarFactory
Allows to create a math bar
| Modifier and Type | Method and Description |
|---|---|
IMathBar |
createMathBar(IMathElement element)
Create a math bar by applying to the element
|
IMathBar |
createMathBar(IMathElement element,
int position)
Create a math bar by applying to the element
|
IMathBar createMathBar(IMathElement element)
Create a math bar by applying to the element
element - math element to apply barIMathBar createMathBar(IMathElement element, int position)
Create a math bar by applying to the element
element - Math element to apply barposition - Position of the barCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.