Class GroupCharacterEquationNode

Class GroupCharacterEquationNode

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

This class specifies the Group-Character function, consisting of a character drawn above or below text, often with the purpose of visually grouping items.

public class GroupCharacterEquationNode : EquationNode

Inheritance

objectFontSettingEquationNodeGroupCharacterEquationNode

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

ChrType

Specify combining characters by type value.

public EquationCombiningCharacterType ChrType { get; set; }

Property Value

EquationCombiningCharacterType

GroupChr

Specifies a symbol(default U+23DF). It is strongly recommended to use attribute ChrType to set accent character. Use this property setting if you cannot find the character you need in a known type.

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

Position

This attribute specifies the position of the character in the object

public EquationCharacterPositionType Position { get; set; }

Property Value

EquationCharacterPositionType

VertJc

This attribute, combined with pos of groupChrPr, specifies the vertical layout of the groupChr object. Where pos specifies the position of the grouping character, vertJc specifies the alignment of the object with respect to the baseline.

public EquationCharacterPositionType VertJc { get; set; }

Property Value

EquationCharacterPositionType

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