Represents a mathematical function or structure that Microsoft Office Word supports, such as fractions, integrals, sums, and radicals. The OMathFunction object is a member of the OMathFunctions collection.

Methods

Name Description
Remove Removes a function from the collection of functions contained within an equation and returns an OMathFunction object.

Properties

Name Description
Acc Returns an OMathAcc object that represents a base character with a combining accent mark. Read-only.
Application Returns an Application object that represents the Microsoft Word application.
Args Returns an OMathArgs object that represents the arguments for an equation. Read-only.
Bar Returns an OMathBar object that represents the mathematical overbar for an object. Read-only.
BorderBox Returns an OMathBorderBox object that represents a border drawn around an equation or part of an equation. The BorderBox object can also be used to draw horizontal, vertical, and diagonal strikethrough lines through the BorerBox arguments. Read-only.
Box Returns an OMathBox object that represents an invisible box around an equation or part of an equation to which you can apply properties that affect the mathematical or formatting properties, such as line breaks. Read-only.
Creator Returns a 32-bit integer that indicates the application in which the add-in was created. Read-only Long.
Delim Returns an OMathDelim object that represents the delimiter function. Read-only.
EqArray Returns an OMathEqArray object that represents an equation array function. Read-only.
Frac Returns an OMathFrac object that represents a fraction. Read-only.
Func Returns an OMathFunc object that represents a type of mathematical function that consists of a function name, such as sin or cos, and an argument. Read-only.
GroupChar Returns an OMathGroupChar object that represents a horizontal character placed above or below text in an equation, often with the purpose of grouping the text visually. Read-only.
LimLow Returns an OMathLimLow object that represents the lower limit for a function. Read-only.
LimUpp Returns an OMathLimUpp object that represents upper limit function. Read-only.
Mat Returns an OMathMat object that represents a mathematical matrix. Read-only.
Nary Returns an OMathNary object that represents the n-ary operation. Read-only.
OMath Returns an OMath object that represents the equation. Read-only.
Parent Returns an Object that represents the parent object of the specified OMathFunction object.
Phantom Returns an OMathPhantom object that represents an object used for advanced layout of an equation. Read-only.
Rad Returns an OMathRad object that represents the mathematical radical function. Read-only.
Range Returns a Range object that represents the portion of a document that is contained in the specified object. Read-only.
ScrPre Returns an OMathScrPre object that represents a superscript and subscript to the left of the base. Read-only.
ScrSub Represents an OMathScrSub object that represents the mathematical subscript function. Read-only.
ScrSubSup Returns an OMathScrSubSup object that represents a mathematical subscript-superscript object that consists of a base, a subscript, and a superscript. Read-only.
ScrSup Returns an OMathScrSup object that represents the mathematical superscript function. Read-only.
Type Returns a WdOMathFunctionType constant that represents the type of function. Read-only.