public final class MathFunction extends MathElementBase implements IMathFunction
Specifies a function of an argument.
Example:MathFunction func = new MathFunction("sin", new MathematicalText("x"));
| Constructor and Description |
|---|
MathFunction(IMathElement funcName,
IMathElement baseArgument)
Initializes a new instance of the MathFunction class.
|
MathFunction(java.lang.String funcName,
IMathElement baseArgument)
Initializes a new instance of the MathFunction class.
|
| Modifier and Type | Method and Description |
|---|---|
IMathElement |
getBase()
Function Argument
|
IMathElement[] |
getChildren()
Get children elements
|
com.aspose.slides.OmmlControlCharacterPPTXUnsupportedProps |
getControlCharacterProperties()
Control Character Properties
|
IMathElement |
getName()
Function name
For example, function names are sin and cos
|
accent, asArgumentOfFunction, asArgumentOfFunction, asArgumentOfFunction, asArgumentOfFunction, asArgumentOfFunction, divide, divide, divide, divide, enclose, enclose, function, function, getParent_Immediate, group, group, integral, integral, integral, integral, integral, join, join, nary, nary, overbar, radical, radical, setLowerLimit, setLowerLimit, setSubscript, setSubscript, setSubSuperscriptOnTheLeft, setSubSuperscriptOnTheLeft, setSubSuperscriptOnTheRight, setSubSuperscriptOnTheRight, setSuperscript, setSuperscript, setUpperLimit, setUpperLimit, toBorderBox, toBorderBox, toBox, toMathArray, underbarequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccent, asArgumentOfFunction, asArgumentOfFunction, asArgumentOfFunction, asArgumentOfFunction, asArgumentOfFunction, divide, divide, divide, divide, enclose, enclose, function, function, group, group, integral, integral, integral, integral, integral, join, join, nary, nary, overbar, radical, radical, setLowerLimit, setLowerLimit, setSubscript, setSubscript, setSubSuperscriptOnTheLeft, setSubSuperscriptOnTheLeft, setSubSuperscriptOnTheRight, setSubSuperscriptOnTheRight, setSuperscript, setSuperscript, setUpperLimit, setUpperLimit, toBorderBox, toBorderBox, toBox, toMathArray, underbarpublic MathFunction(IMathElement funcName, IMathElement baseArgument)
Initializes a new instance of the MathFunction class.
Example:MathFunction func = new MathFunction(new MathematicalText("sin"), new MathematicalText("x"));
public MathFunction(java.lang.String funcName,
IMathElement baseArgument)
Initializes a new instance of the MathFunction class.
Example:MathFunction func = new MathFunction("sin", new MathematicalText("x"));
public final IMathElement getName()
Function name For example, function names are sin and cos
Example:IMathFunction func = new MathematicalText("sin").function("x"); IMathElement funcName = func.getName();
getName in interface IMathFunctionpublic final IMathElement getBase()
Function Argument
Example:IMathFunction func = new MathematicalText("sin").function("x"); IMathElement base = func.getBase();
getBase in interface IMathFunctionpublic final IMathElement[] getChildren()
Get children elements
getChildren in interface IMathElementgetChildren in class MathElementBaseIMathElementpublic final com.aspose.slides.OmmlControlCharacterPPTXUnsupportedProps getControlCharacterProperties()
Control Character Properties
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.