OMathEqArray Interface

Definition

Represents a mathematical equation array object, consisting of one or more equations that can be vertically justified as a unit respect to surrounding text on the line.

public interface class OMathEqArray
[System.Runtime.InteropServices.Guid("1F998A61-71C6-44C2-A0F2-1D66169B47CB")]
public interface OMathEqArray
type OMathEqArray = interface
Public Interface OMathEqArray
Attributes

Properties

Align

Returns or sets a WdOMathVertAlignType that represents the type of vertical alignment for an equation array with respect to the text that surrounds the array. Read/write.

Application

Returns an _Application object that represents the Microsoft Word application.

Creator

Returns a 32-bit Integer that indicates the application in which the add-in was created. Read-only.

E

Returns an OMathArgs object that represents the list of arguments for the specified equation object. Read-only.

MaxDist

Returns or sets a Boolean that represents that the equations in an equation array are distributed equally within the margins of its container, such as a column, cell, or page width. Read/write.

ObjDist

Returns or sets a Boolean that represents whether the equations in an equation array are spaced to the maximum width of the equation array. Read/write.

Parent

Returns the parent object of the specified OMathEqArray object.

RowSpacing

Returns or sets a Integer that represents the spacing between the rows in an equation array. Read/write.

RowSpacingRule

Returns or sets a WdOMathSpacingRule that represents the rule that defines spacing in an equation array. Read/write.

Applies to