AccentEquationNode | This class specifies an accent equation, consisting of a base component and a combining diacritic. |
ArrayEquationNode | Specifies the Equation-Array function, an object consisting of one or more equations. |
BarEquationNode | This class specifies the bar equation, consisting of a base argument and an overbar or underbar. |
BorderBoxEquationNode | This class specifies the Border Box function, consisting of a border drawn around an equation. |
BoxEquationNode | This class specifies the box function, which is used to group components of an equation. |
DelimiterEquationNode | This class specifies the delimiter equation, consisting of opening and closing delimiters (such as parentheses, braces, brackets, and vertical bars), and a component contained inside. The delimiter may have more than one component, with a designated separator character between each component. |
EquationComponentNode | This class specifies the components of an equation or mathematical expression. Different types of components combined into different equations. For example, a fraction consists of two parts, a numerator component and a denominator component. For more component types, please refer to ‘EquationNodeType’. |
EquationNode | Abstract class for deriving other equation nodes. |
EquationNodeParagraph | This class specifies a mathematical paragraph containing one or more MathEquationNode(OMath) elements. |
FractionEquationNode | This class specifies the fraction equation, consisting of a numerator and denominator separated by a fraction bar. The fraction bar can be horizontal or diagonal, depending on the fraction properties. The fraction equation is also used to represent the stack function, which places one element above another, with no fraction bar. |
FunctionEquationNode | This class specifies the Function-Apply equation, which consists of a function name and an argument acted upon. The types of the name and argument components are ‘EquationNodeType.FunctionName’ and ‘EquationNodeType.Base’ respectively. |
GroupCharacterEquationNode | This class specifies the Group-Character function, consisting of a character drawn above or below text, often with the purpose of visually grouping items. |
LimLowUppEquationNode | This class specifies the limit function. |
MathematicalEquationNode | This class specifies an equation or mathematical expression. All mathematical text of equations or mathematical expressions are contained by this class. |
MatrixEquationNode | This class specifies the Matrix equation, consisting of one or more elements laid out in one or more rows and one or more columns. |
NaryEquationNode | This class specifies an n-ary operator equation consisting of an n-ary operator, a base (or operand), and optional upper and lower bounds. |
RadicalEquationNode | This class specifies the radical equation, consisting of an optional degree deg(EquationNodeType.Degree) and a base. |
SubSupEquationNode | This class specifies an equation that can optionally be superscript or subscript. There are four main forms of this equation, superscript,subscript,superscript and subscript placed to the left of the base, superscript and subscript placed to the right of the base. |
TextRunEquationNode | This class in the equation node is used to store the actual content(a sequence of mathematical text) of the equation. Usually a node object per character. |
UnknowEquationNode | Equation node class of unknown type. |