IMathElement Methods |
The IMathElement type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Accent |
Sets an accent mark (a character on the top of this element)
|
![]() ![]() | AsArgumentOfFunction(String) |
Takes specified function using this instance as the argument
|
![]() ![]() | AsArgumentOfFunction(IMathElement) |
Takes specified function using this instance as the argument
|
![]() ![]() | AsArgumentOfFunction(MathFunctionsOfOneArgument) |
Takes specified function using this instance as the argument
|
![]() ![]() | AsArgumentOfFunction(MathFunctionsOfTwoArguments, IMathElement) |
Takes specified function using this instance as the argument and specified additional argument
|
![]() ![]() | AsArgumentOfFunction(MathFunctionsOfTwoArguments, String) |
Takes specified function using this instance as the argument and specified additional argument
|
![]() ![]() | Divide(String) |
Creates a fraction with this numerator and specified denominator
|
![]() ![]() | Divide(IMathElement) |
Creates a fraction with this numerator and specified denominator
|
![]() ![]() | Divide(String, MathFractionTypes) |
Creates a fraction of the specified type with this numerator and specified denominator
|
![]() ![]() | Divide(IMathElement, MathFractionTypes) |
Creates a fraction of the specified type with this numerator and specified denominator
|
![]() ![]() | Enclose |
Encloses a math element in parenthesis
|
![]() ![]() | Enclose(Char, Char) |
Encloses this element in specified characters such as parenthesis or another characters as framing
|
![]() ![]() | Function(String) |
Takes a function of an argument using this instance as the function name
|
![]() ![]() | Function(IMathElement) |
Takes a function of an argument using this instance as the function name
|
![]() ![]() | Group |
Places this element in a group using a bottom curly bracket
|
![]() ![]() | Group(Char, MathTopBotPositions, MathTopBotPositions) |
Places this element in a group using a grouping character such as bottom curly bracket or another
|
![]() ![]() | Integral(MathIntegralTypes) |
Takes the integral without limits
|
![]() ![]() | Integral(MathIntegralTypes, IMathElement, IMathElement) |
Takes the integral
|
![]() ![]() | Integral(MathIntegralTypes, String, String) |
Takes the integral
|
![]() ![]() | Integral(MathIntegralTypes, IMathElement, IMathElement, MathLimitLocations) |
Takes the integral
|
![]() ![]() | Integral(MathIntegralTypes, String, String, MathLimitLocations) |
Takes the integral
|
![]() ![]() | Join(String) |
Joins a mathematical text and forms a mathematical block
|
![]() ![]() | Join(IMathElement) |
Joins a mathematical element and forms a mathematical block
|
![]() ![]() | Nary(MathNaryOperatorTypes, IMathElement, IMathElement) |
Creates a N-ary operator
|
![]() ![]() | Nary(MathNaryOperatorTypes, String, String) |
Creates a N-ary operator
|
![]() ![]() | Overbar |
Sets a bar on the top of this element
|
![]() ![]() | Radical(String) |
Specifies the mathematical root of the given degree from the specified argument.
|
![]() ![]() | Radical(IMathElement) |
Specifies the mathematical root of the given degree from the specified argument.
|
![]() ![]() | SetLowerLimit(String) |
Takes lower limit
|
![]() ![]() | SetLowerLimit(IMathElement) |
Takes lower limit
|
![]() ![]() | SetSubscript(String) |
Creates subscript
|
![]() ![]() | SetSubscript(IMathElement) |
Creates subscript
|
![]() ![]() | SetSubSuperscriptOnTheLeft(String, String) |
Creates subscript and superscript on the left
|
![]() ![]() | SetSubSuperscriptOnTheLeft(IMathElement, IMathElement) |
Creates subscript and superscript on the left
|
![]() ![]() | SetSubSuperscriptOnTheRight(String, String) |
Creates subscript and superscript on the right
|
![]() ![]() | SetSubSuperscriptOnTheRight(IMathElement, IMathElement) |
Creates subscript and superscript on the right
|
![]() ![]() | SetSuperscript(String) |
Creates superscript
|
![]() ![]() | SetSuperscript(IMathElement) |
Creates superscript
|
![]() ![]() | SetUpperLimit(String) |
Takes upper limit
|
![]() ![]() | SetUpperLimit(IMathElement) |
Takes upper limit
|
![]() ![]() | ToBorderBox |
Places this element in a border-box
|
![]() ![]() | ToBorderBox(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) |
Places this element in a border-box
|
![]() ![]() | ToBox |
Places this element in a non-visual box (logical grouping)
which is used to group components of an equation or other instance of mathematical text.
A boxed object can (for example) serve as an operator emulator with or without an alignment point,
serve as a line break point, or be grouped such as not to allow line breaks within.
|
![]() ![]() | ToMathArray |
Puts in a vertical array
|
![]() ![]() | Underbar |
Sets a bar on the bottom of this element
|