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, 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 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 IMathLimitpublic final IMathElement getLimit()
Limit argument
Example:MathLimit limitElement = new MathLimit(new MathematicalText("lim"), new MathematicalText("𝑛→∞")); IMathElement limitArg = limitElement.getLimit();
getLimit in interface IMathLimitpublic final boolean getUpperLimit()
Specifies upper or lower limit
Example:MathLimit limitElement = new MathLimit(new MathematicalText("lim"), new MathematicalText("𝑛→∞")); limitElement.setUpperLimit(false);
getUpperLimit in interface IMathLimitpublic 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 IMathLimitpublic 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.