Class TextRunEquationNode
Namespace: Aspose.Cells.Drawing.Equations
Assembly: Aspose.Cells.dll (25.2.0)
This class in the equation node is used to store the actual content(a sequence of mathematical text) of the equation. Usually a node object per character.
public class TextRunEquationNode : EquationNode
Inheritance
object ← FontSetting ← EquationNode ← TextRunEquationNode
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
Text
Set the content of the text node(Usually a node object per character).
public string Text { get; set; }
Property Value
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