SetUpperLimit
SetUpperLimit(IMathElement)
Prend la limite supérieure
public IMathLimit SetUpperLimit(IMathElement limit)
Paramètre | Taper | La description |
---|---|---|
limit | IMathElement | limite |
Return_Value
Nouvelle instance de typeIMathLimit
Exemples
Exemple :
[C#]
IMathElement baseElement = new MathematicalText("y");
IMathElement limitValue = new MathematicalText("y−>1");
var limitElement = baseElement.SetUpperLimit(limitValue);
Voir également
- interface IMathLimit
- interface IMathElement
- espace de noms Aspose.Slides.MathText
- Assemblée Aspose.Slides
SetUpperLimit(string)
Prend la limite supérieure
public IMathLimit SetUpperLimit(string limit)
Paramètre | Taper | La description |
---|---|---|
limit | String | limite |
Return_Value
Nouvelle instance de typeIMathLimit
Exemples
Exemple :
[C#]
IMathElement baseElement = new MathematicalText("y");
var limitElement = baseElement.SetUpperLimit("y−>1");
Voir également
- interface IMathLimit
- interface IMathElement
- espace de noms Aspose.Slides.MathText
- Assemblée Aspose.Slides