NaryEquationNode class
NaryEquationNode class
This class specifies an n-ary operator equation consisting of an n-ary operator, a base (or operand), and optional upper and lower bounds.
Inheritance: NaryEquationNode
The NaryEquationNode type exposes the following members:
Properties
| Property | Description |
|---|---|
| type | |
| start_index | |
| length | |
| font | |
| text_options | |
| parent_node | |
| equation_type | |
| is_hide_subscript | Whether to display the lower bound |
| is_hide_superscript | Whether to display the upper bound |
| limit_location | This attribute specifies the location of limits in n-ary operators. Limits can be either centered above and below the n-ary operator, or positioned just to the right of the operator. |
| nary_operator | an n-ary operator.e.g “∑”. It is strongly recommended to use attribute NaryOperatorType to set n-ary operator. Use this property setting if you cannot find the character you need in a known type. |
| nary_operator_type | an n-ary operator.e.g “∑” |
| nary_grow | This attribute specifies the growth property of n-ary operators at the document level. When off, n-ary operators such as integrals and summations do not grow to match the size of their operand height. When on, the n-ary operator grows vertically to match its operand height. |
Methods
See Also
- module
aspose.cells.drawing.equations - class
NaryEquationNode