Class NaryEquationNode

Class NaryEquationNode

Namespace: Aspose.Cells.Drawing.Equations
Assembly: Aspose.Cells.dll (25.2.0)

This class specifies an n-ary operator equation consisting of an n-ary operator, a base (or operand), and optional upper and lower bounds.

public class NaryEquationNode : EquationNode

Inheritance

objectFontSettingEquationNodeNaryEquationNode

Inherited Members

EquationNode.ToLaTeX(), EquationNode.ToMathML(), EquationNode.AddChild(EquationNodeType), EquationNode.AddChild(EquationNode), EquationNode.InsertChild(int, EquationNodeType), EquationNode.InsertAfter(EquationNodeType), EquationNode.InsertBefore(EquationNodeType), EquationNode.GetChild(int), EquationNode.Remove(), EquationNode.RemoveChild(EquationNode), EquationNode.RemoveChild(int), EquationNode.RemoveAllChildren(), EquationNode.Equals(object), EquationNode.CreateNode(EquationNodeType, Workbook, EquationNode), EquationNode.ParentNode, EquationNode.Type, EquationNode.EquationType, FontSetting.SetWordArtStyle(PresetWordArtStyle), FontSetting.Type, FontSetting.StartIndex, FontSetting.Length, FontSetting.Font, FontSetting.TextOptions, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

IsHideSubscript

Whether to display the lower bound

public bool IsHideSubscript { get; set; }

Property Value

bool

IsHideSuperscript

Whether to display the upper bound

public bool IsHideSuperscript { get; set; }

Property Value

bool

LimitLocation

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.

public EquationLimitLocationType LimitLocation { get; set; }

Property Value

EquationLimitLocationType

NaryGrow

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.

public bool NaryGrow { get; set; }

Property Value

bool

NaryOperator

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.

public string NaryOperator { get; set; }

Property Value

string

Remarks

It should be noted that this property only accepts one character, and if multiple characters are passed in, only the first character is accepted.

NaryOperatorType

an n-ary operator.e.g “∑”

public EquationMathematicalOperatorType NaryOperatorType { get; set; }

Property Value

EquationMathematicalOperatorType

Methods

Equals(object)

Determine whether the current equation node is equal to the specified node

public override bool Equals(object obj)

Parameters

obj object

The specified node

Returns

bool