OMathFunctions 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 a collection of functions or structures that Microsoft Office Word supports, such as fractions, integrals, sums, and radicals.
public interface class OMathFunctions : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("497142A4-16FD-42C6-BC58-15D89345FC21")]
public interface OMathFunctions : System.Collections.IEnumerable
type OMathFunctions = interface
interface IEnumerable
Public Interface OMathFunctions
Implements IEnumerable
- Attributes
- Implements
Properties
Application |
Returns an _Application object that represents the Microsoft Word application. |
Count |
Returns the number of items in the OMathFunctions collection. Read-only. |
Creator |
Returns a 32-bit Integer that indicates the application in which the add-in was created. Read-only. |
Item[Int32] |
Returns an OMathFunction object that represents the specified item in the collection. |
Parent |
Returns the parent object of the specified OMathFunctions object. |
Methods
Add(Range, WdOMathFunctionType, Object, Object) |
Inserts a new structure, such as a fraction, into an equation at the specified position and returns an OMathFunction object that represents the structure. |
GetEnumerator() |