OMathMat Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an equation matrix.
public interface class OMathMat
[System.Runtime.InteropServices.Guid("3E061A7E-67AD-4EAA-BC1E-55057D5E596F")]
public interface OMathMat
type OMathMat = interface
Public Interface OMathMat
- Attributes
Properties
Align |
Returns or sets a WdOMathVertAlignType constant that represents the vertical alignment for a matrix. Read/write. |
Application |
Returns an _Application object that represents the Microsoft Word application. |
Cell[Int32, Int32] |
Returns a OMath object that represents a cell in a matrix. Read-only. |
ColGap |
Returns or sets a Integer that represents the spacing between columns in a matrix. Read/write. |
ColGapRule |
Returns or sets a WdOMathSpacingRule constant that represents the spacing rule for the space that appears between columns in a matrix. Read/write. |
Cols |
Returns a OMathMatCols collection that represents the columns in a matrix. Read-only. |
ColSpacing |
Returns or sets a Integer that represents the spacing for columns in a matrix. Read/write. |
Creator |
Returns a 32-bit Integer that indicates the application in which the add-in was created. Read-only. |
Parent |
Returns the parent object of the specified OMathMat object. |
PlcHoldHidden |
Returns or sets a Boolean that represents whether placeholders in a matrix are hidden from display. Read/write. |
Rows |
Returns a OMathMatRows object that represents the rows in a matrix. Read-only. |
RowSpacing |
Returns or sets an Integer that represents the spacing for rows in a matrix. Read/write. |
RowSpacingRule |
Returns or sets a WdOMathSpacingRule constant that represents the spacing rule for rows in a matrix. Read/write. |