Class MatrixEquationNode
Namespace: Aspose.Cells.Drawing.Equations
Assembly: Aspose.Cells.dll (25.2.0)
This class specifies the Matrix equation, consisting of one or more elements laid out in one or more rows and one or more columns.
public class MatrixEquationNode : EquationNode
Inheritance
object ← FontSetting ← EquationNode ← MatrixEquationNode
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
BaseJc
This attribute specifies the justification of the matrix. Text outside of the matrix can be aligned with the bottom, top, or center of a matrix function. Default, the matrix assumes center justification.
public EquationVerticalJustificationType BaseJc { get; set; }
Property Value
EquationVerticalJustificationType
IsHidePlaceholder
This attribute specifies the Hide Placeholders property on a matrix. When this property is on, placeholders do not appear in the matrix.Default, placeholders do appear such that the locations where text can be inserted are made visible.
public bool IsHidePlaceholder { 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