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: NaryEquationNodeEquationNodeFontSetting

The NaryEquationNode type exposes the following members:

Properties

PropertyDescription
typeRepresents the type of the node.
start_indexGets the start index of the characters.
lengthGets the length of the characters.
fontReturns the font of this object.
text_optionsReturns the text options.
parent_nodeSpecifies the parent node of the current node
equation_typeGet the equation type of the current node
is_hide_subscriptWhether to display the lower bound
is_hide_superscriptWhether to display the upper bound
limit_locationThis 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_operatoran 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_typean n-ary operator.e.g “∑”
nary_growThis 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

MethodDescription
add_childInsert a node of the specified type at the end of the child node list of the current node.
add_childInserts the specified node at the end of the current node’s list of child nodes.
remove_childRemoves the specified node from the current node’s children.
remove_childRemoves the node at the specified index from the current node’s children.
set_word_art_styleSets the preset WordArt style.
insert_childInserts a node of the specified type at the specified index position in the current node’s child node list.
insert_afterInserts the specified node after the current node.
insert_beforeInserts the specified node before the current node.
get_childReturns the node at the specified index among the children of the current node.
removeRemoves itself from the parent.
remove_all_childrenRemoves all the child nodes of the current node.
create_nodeCreate a node of the specified type.

See Also