Class GroupCharacterEquationNode

GroupCharacterEquationNode class

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

Properties

NameDescription
ChrType { get; set; }Specify combining characters by type value.
EquationType { get; }Get the equation type of the current node(Inherited from EquationNode.)
Font { get; }Returns the font of this object.(Inherited from FontSetting.)
GroupChr { get; set; }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.
Length { get; }Gets the length of the characters.(Inherited from FontSetting.)
ParentNode { get; set; }Specifies the parent node of the current node(Inherited from EquationNode.)
Position { get; set; }This attribute specifies the position of the character in the object
StartIndex { get; }Gets the start index of the characters.(Inherited from FontSetting.)
TextOptions { get; }Returns the text options.(Inherited from FontSetting.)
override Type { get; }Represents the type of the node.(Inherited from EquationNode.)
VertJc { get; set; }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.

Methods

NameDescription
AddChild(EquationNode)Inserts the specified node at the end of the current node’s list of child nodes.(Inherited from EquationNode.)
AddChild(EquationNodeType)Insert a node of the specified type at the end of the child node list of the current node.(Inherited from EquationNode.)
override Equals(object)Determine whether the current equation node is equal to the specified node
GetChild(int)Returns the node at the specified index among the children of the current node.(Inherited from EquationNode.)
InsertAfter(EquationNodeType)Inserts the specified node after the current node.(Inherited from EquationNode.)
InsertBefore(EquationNodeType)Inserts the specified node before the current node.(Inherited from EquationNode.)
InsertChild(int, EquationNodeType)Inserts a node of the specified type at the specified index position in the current node’s child node list.(Inherited from EquationNode.)
Remove()Removes itself from the parent.(Inherited from EquationNode.)
RemoveAllChildren()Removes all the child nodes of the current node.(Inherited from EquationNode.)
RemoveChild(EquationNode)Removes the specified node from the current node’s children.(Inherited from EquationNode.)
RemoveChild(int)Removes the node at the specified index from the current node’s children.(Inherited from EquationNode.)
SetWordArtStyle(PresetWordArtStyle)Sets the preset WordArt style.(Inherited from FontSetting.)

See Also