OMaths Interface

Definition

A collection of equations. Use the OMaths object to access individual members of the collection.

public interface class OMaths : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("873E774B-926A-4CB1-878D-635A45187595")]
public interface OMaths : System.Collections.IEnumerable
type OMaths = interface
    interface IEnumerable
Public Interface OMaths
Implements IEnumerable
Attributes
Implements

Remarks

Use the Add(Range)method to create an equation and add it to a document, selection, or range. The following example creates an equation and uses the BuildUp() method of the OMaths collection to convert the equation to professional format.

Properties

Application

Returns an _Application object that represents the Microsoft Word application.

Count

Returns the number of items in the OMaths collection. Read-only Integer.

Creator

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

Item[Int32]

Returns an OMath object that represents the specified item in the collection.

Parent

Returns an Object that represents the parent object of the specified OMaths object.

Methods

Add(Range)

Creates an equation, from the text equation contained within the specified range, and returns a Range object that contains the new equation.

BuildUp()

Converts all equations in the collection to professional format.

GetEnumerator()
Linearize()

Converts all equations in the collection to linear format. .

Applies to