GroupCharacterEquationNode Class

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.


type GroupCharacterEquationNode struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewGroupCharacterEquationNodeConstructs from a parent object.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetGroupChrSpecifies 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.
SetGroupChrSpecifies 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.
GetChrTypeSpecify combining characters by type value.
SetChrTypeSpecify combining characters by type value.
GetPositionThis attribute specifies the position of the character in the object
SetPositionThis attribute specifies the position of the character in the object
GetVertJcThis 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.
SetVertJcThis 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.
EqualsDetermine whether the current equation node is equal to the specified node
GetParentNodeSpecifies the parent node of the current node
SetParentNodeSpecifies the parent node of the current node
ToLaTeXConvert this equtation to LaTeX expression.
ToMathMLConvert this equtation to MathML expression.
AddChild_EquationNodeTypeInsert a node of the specified type at the end of the child node list of the current node.
AddChild_EquationNodeInserts the specified node at the end of the current node’s list of child nodes.
InsertChildInserts a node of the specified type at the specified index position in the current node’s child node list.
InsertAfterInserts the specified node after the current node.
InsertBeforeInserts the specified node before the current node.
GetChildReturns the node at the specified index among the children of the current node.
RemoveRemoves itself from the parent.
RemoveChild_EquationNodeRemoves the specified node from the current node’s children.
RemoveChild_IntRemoves the node at the specified index from the current node’s children.
RemoveAllChildrenRemoves all the child nodes of the current node.
GetTypeRepresents the type of the node.
GetEquationTypeGet the equation type of the current node
GroupCharacterEquationNode_CreateNodeCreate a node of the specified type.