[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathEquationArray

Class OMathEquationArray

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents an equation array Office Math structure, which consists of one or more equations or expressions elements.

public class OMathEquationArray : OMathStruct, IBrowsable<OMathStruct>
Inheritance
object
OMathEquationArray
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Items

Gets the OMathElementCollection containing child items of the equation array.

public OMathElementCollection Items { get; }

Property Value

OMathElementCollection

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.

public bool MaxDistribution { get; set; }

Property Value

bool

ObjectDistribution

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; }

Property Value

bool

RowSpacing

Gets or sets the vertical spacing between rows in the equation array.

The default value is 0.

public float RowSpacing { get; set; }

Property Value

float

RowSpacingRule

Gets or sets the type of vertical spacing between items in the equation array.

Default value is Single.

public OMathSpacingRule RowSpacingRule { get; set; }

Property Value

OMathSpacingRule

StructType

Gets the OMathStructType of the structure.

public override OMathStructType StructType { get; }

Property Value

OMathStructType

VerticalAlignment

Gets or sets the vertical justification of the equation array.

Default value is Center.

public OMathVerticalAlignment VerticalAlignment { get; set; }

Property Value

OMathVerticalAlignment