Class DelimiterEquationNode

Class DelimiterEquationNode

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

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.

public class DelimiterEquationNode : EquationNode

Inheritance

objectFontSettingEquationNodeDelimiterEquationNode

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

BeginChar

Delimiter beginning character.

public string BeginChar { 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.

DelimiterShape

Specifies the shape of delimiters in the delimiter object.

public EquationDelimiterShapeType DelimiterShape { get; set; }

Property Value

EquationDelimiterShapeType

EndChar

Delimiter ending character.

public string EndChar { 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.

NaryGrow

public bool NaryGrow { get; set; }

Property Value

bool

SeparatorChar

Delimiter separator character.

public string SeparatorChar { 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.

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