GroupCharacterEquationNode Class
Contents
[
Hide
]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
Method | Description |
---|---|
NewGroupCharacterEquationNode | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetGroupChr | 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. |
SetGroupChr | 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. |
GetChrType | Specify combining characters by type value. |
SetChrType | Specify combining characters by type value. |
GetPosition | This attribute specifies the position of the character in the object |
SetPosition | This attribute specifies the position of the character in the object |
GetVertJc | 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. |
SetVertJc | 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. |
Equals | Determine whether the current equation node is equal to the specified node |
GetParentNode | Specifies the parent node of the current node |
SetParentNode | Specifies the parent node of the current node |
ToLaTeX | Convert this equtation to LaTeX expression. |
ToMathML | Convert this equtation to MathML expression. |
AddChild_EquationNodeType | Insert a node of the specified type at the end of the child node list of the current node. |
AddChild_EquationNode | Inserts the specified node at the end of the current node’s list of child nodes. |
InsertChild | Inserts a node of the specified type at the specified index position in the current node’s child node list. |
InsertAfter | Inserts the specified node after the current node. |
InsertBefore | Inserts the specified node before the current node. |
GetChild | Returns the node at the specified index among the children of the current node. |
Remove | Removes itself from the parent. |
RemoveChild_EquationNode | Removes the specified node from the current node’s children. |
RemoveChild_Int | Removes the node at the specified index from the current node’s children. |
RemoveAllChildren | Removes all the child nodes of the current node. |
GetType | Represents the type of the node. |
GetEquationType | Get the equation type of the current node |
GroupCharacterEquationNode_CreateNode | Create a node of the specified type. |