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, underbar
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accent, 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, underbar
public 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 IMathFunction
public final IMathElement getBase()
Function Argument
Example:IMathFunction func = new MathematicalText("sin").function("x"); IMathElement base = func.getBase();
getBase
in interface IMathFunction
public final IMathElement[] getChildren()
Get children elements
getChildren
in interface IMathElement
getChildren
in class MathElementBase
IMathElement
public final com.aspose.slides.OmmlControlCharacterPPTXUnsupportedProps getControlCharacterProperties()
Control Character Properties