MathSubscriptElementFactory
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.slides.IMathSubscriptElementFactory
public class MathSubscriptElementFactory implements IMathSubscriptElementFactory
Allows to create IMathSubscriptElement
For COM comparibility
Constructors
| Constructor | Description |
|---|---|
| MathSubscriptElementFactory() |
Methods
| Method | Description |
|---|---|
| createMathSubscriptElement(IMathElement baseArg, IMathElement subScript) | Creates IMathSubscriptElement |
MathSubscriptElementFactory()
public MathSubscriptElementFactory()
createMathSubscriptElement(IMathElement baseArg, IMathElement subScript)
public final IMathSubscriptElement createMathSubscriptElement(IMathElement baseArg, IMathElement subScript)
Creates IMathSubscriptElement
Parameters:
| Parameter | Type | Description |
|---|---|---|
| baseArg | IMathElement | Base argument to apply indexe |
| subScript | IMathElement | lower right index |
Returns: IMathSubscriptElement - new IMathSubscriptElement