[]
Represents an equation array Office Math structure, which consists of one or more equations or expressions elements.
public class OMathEquationArray : OMathStruct, IBrowsable<OMathStruct>
Public Class OMathEquationArray
Inherits OMathStruct
Implements IBrowsable(Of OMathStruct)
Name | Description |
---|---|
Items | Gets the OMathElementCollection containing child items of the equation array. |
MaxDistribution | 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. |
ObjectDistribution | Gets or sets whether the equation array content are spaced to the maximum width of the array object. Default value is false. |
RowSpacing | Gets or sets the vertical spacing between rows in the equation array.
The default value is 0. |
RowSpacingRule | Gets or sets the type of vertical spacing between items in the equation array. Default value is Single. |
StructType | Gets the OMathStructType of the structure. |
VerticalAlignment | Gets or sets the vertical justification of the equation array. Default value is Center. |