public final class MathLimit extends MathElementBase implements IMathLimit
Specifies the Limit object, consisting of text on the baseline and reduced-size text immediately above or below it.
Example:MathLimit limitElement = new MathLimit(new MathematicalText("lim"), new MathematicalText("𝑛→∞"));
Constructor and Description |
---|
MathLimit(IMathElement baseArg,
IMathElement limit)
Initializes a new instance of the MathLimit class with lower limit
|
MathLimit(IMathElement baseArg,
IMathElement limit,
boolean upperLimit)
Initializes a new instance of the MathLimit class.
|
Modifier and Type | Method and Description |
---|---|
IMathElement |
getBase()
Base argument
|
IMathElement[] |
getChildren()
Get children elements
|
com.aspose.slides.OmmlControlCharacterPPTXUnsupportedProps |
getControlCharacterProperties()
Control Character Properties
|
IMathElement |
getLimit()
Limit argument
|
boolean |
getUpperLimit()
Specifies upper or lower limit
|
void |
setUpperLimit(boolean value)
Specifies upper or lower limit
|
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 MathLimit(IMathElement baseArg, IMathElement limit, boolean upperLimit)
Initializes a new instance of the MathLimit class.
Example:MathLimit limitElement = new MathLimit(new MathematicalText("lim"), new MathematicalText("𝑛→∞"), false);
public MathLimit(IMathElement baseArg, IMathElement limit)
Initializes a new instance of the MathLimit class with lower limit
Example:MathLimit limitElement = new MathLimit(new MathematicalText("lim"), new MathematicalText("𝑛→∞"));
public final IMathElement getBase()
Base argument
Example:MathLimit limitElement = new MathLimit(new MathematicalText("lim"), new MathematicalText("𝑛→∞")); IMathElement baseArg = limitElement.getBase();
getBase
in interface IMathLimit
public final IMathElement getLimit()
Limit argument
Example:MathLimit limitElement = new MathLimit(new MathematicalText("lim"), new MathematicalText("𝑛→∞")); IMathElement limitArg = limitElement.getLimit();
getLimit
in interface IMathLimit
public final boolean getUpperLimit()
Specifies upper or lower limit
Example:MathLimit limitElement = new MathLimit(new MathematicalText("lim"), new MathematicalText("𝑛→∞")); limitElement.setUpperLimit(false);
getUpperLimit
in interface IMathLimit
public final void setUpperLimit(boolean value)
Specifies upper or lower limit
Example:MathLimit limitElement = new MathLimit(new MathematicalText("lim"), new MathematicalText("𝑛→∞")); limitElement.setUpperLimit(false);
setUpperLimit
in interface IMathLimit
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