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
→
EquationNode
→
FontSetting
The NaryEquationNode type exposes the following members:
Properties
Property | Description |
---|---|
type | Represents the type of the node. |
start_index | Gets the start index of the characters. |
length | Gets the length of the characters. |
font | Returns the font of this object. |
text_options | Returns the text options. |
parent_node | Specifies the parent node of the current node |
equation_type | Get the equation type of the current node |
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
Method | Description |
---|---|
add_child | Insert a node of the specified type at the end of the child node list of the current node. |
add_child | Inserts the specified node at the end of the current node’s list of child nodes. |
remove_child | Removes the specified node from the current node’s children. |
remove_child | Removes the node at the specified index from the current node’s children. |
set_word_art_style | Sets the preset WordArt style. |
to_la_te_x | Convert this equtation to LaTeX expression. |
to_math_ml | Convert this equtation to MathML expression. |
insert_child | Inserts a node of the specified type at the specified index position in the current node’s child node list. |
insert_after | Inserts the specified node after the current node. |
insert_before | Inserts the specified node before the current node. |
get_child | Returns the node at the specified index among the children of the current node. |
remove | Removes itself from the parent. |
remove_all_children | Removes all the child nodes of the current node. |
create_node | Create a node of the specified type. |
See Also
- module
aspose.cells.drawing.equations
- class
EquationNode
- class
FontSetting
- class
NaryEquationNode