Aspose::Cells::Drawing::Equations::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.

class GroupCharacterEquationNode : public Aspose::Cells::Drawing::Equations::EquationNode

Methods

MethodDescription
AddChild(EquationNodeType equationType)Insert a node of the specified type at the end of the child node list of the current node.
AddChild(const EquationNode& node)Inserts the specified node at the end of the current node’s list of child nodes.
static CreateNode(EquationNodeType equationType, const Workbook& workbook, const EquationNode& parent)Create a node of the specified type.
EquationNode(EquationNode_Impl* impl)Constructs from an implementation object.
EquationNode(const EquationNode& src)Copy constructor.
EquationNode(const FontSetting& src)Constructs from a parent object.
FontSetting(int32_t startIndex, int32_t length, const WorksheetCollection& sheets)
FontSetting(FontSetting_Impl* impl)Constructs from an implementation object.
FontSetting(const FontSetting& src)Copy constructor.
GetChild(int32_t index)Returns the node at the specified index among the children of the current node.
GetChrType()Specify combining characters by type value.
GetEquationType()Get the equation type of the current node.
GetFont()Returns the font of this object.
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.
GetLength()Gets the length of the characters.
GetParentNode()Specifies the parent node of the current node.
GetPosition()This attribute specifies the position of the character in the object.
GetStartIndex()Gets the start index of the characters.
GetTextOptions()Returns the text options.
GetType()Represents the type of the node.
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.
GroupCharacterEquationNode(GroupCharacterEquationNode_Impl* impl)Constructs from an implementation object.
GroupCharacterEquationNode(const GroupCharacterEquationNode& src)Copy constructor.
GroupCharacterEquationNode(const EquationNode& src)Constructs from a parent object.
InsertAfter(EquationNodeType equationType)Inserts the specified node after the current node.
InsertBefore(EquationNodeType equationType)Inserts the specified node before the current node.
InsertChild(int32_t index, EquationNodeType equationType)Inserts a node of the specified type at the specified index position in the current node’s child node list.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const GroupCharacterEquationNode& src)operator=
operator=(const EquationNode& src)operator=
operator=(const FontSetting& src)operator=
Remove()Removes itself from the parent.
RemoveAllChildren()Removes all the child nodes of the current node.
RemoveChild(const EquationNode& node)Removes the specified node from the current node’s children.
RemoveChild(int32_t index)Removes the node at the specified index from the current node’s children.
SetChrType(EquationCombiningCharacterType value)Specify combining characters by type value.
SetGroupChr(const U16String& value)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(const char16_t* value)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.
SetParentNode(const EquationNode& value)Specifies the parent node of the current node.
SetPosition(EquationCharacterPositionType value)This attribute specifies the position of the character in the object.
SetVertJc(EquationCharacterPositionType value)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.
SetWordArtStyle(PresetWordArtStyle style)Sets the preset WordArt style.
~EquationNode()Destructor.
~FontSetting()Destructor.
~GroupCharacterEquationNode()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also