[]
Represents an equation array Office Math structure, which consists of one or more equations or expressions elements.
public class OMathEquationArray : OMathStruct, IBrowsable<OMathStruct>
Gets the OMathElementCollection containing child items of the equation array.
public OMathElementCollection Items { get; }
Gets or sets whether the equation array is spaced to the maximum width of the containing element (page, column, cell, etc.),
Default value is false.
public bool MaxDistribution { get; set; }
Gets or sets whether the equation array content are spaced to the maximum width of the array object.
Default value is false.
public bool ObjectDistribution { get; set; }
Gets or sets the vertical spacing between rows in the equation array.
The default value is 0.
public float RowSpacing { get; set; }
Gets or sets the type of vertical spacing between items in the equation array.
Default value is Single.
public OMathSpacingRule RowSpacingRule { get; set; }
Gets the OMathStructType of the structure.
public override OMathStructType StructType { get; }
Gets or sets the vertical justification of the equation array.
Default value is Center.
public OMathVerticalAlignment VerticalAlignment { get; set; }