OMathFunction Members

Include Protected Members
Include Inherited Members

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.

The OMathFunction type exposes the following members.

Methods

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

Top

Properties

  Name Description
Public property Acc Returns an OMathAcc object that represents a base character with a combining accent mark. Read-only.
Public property Application Returns an _Application object that represents the Microsoft Word application.
Public property Args Returns an OMathArgs object that represents the arguments for an equation. Read-only.
Public property Bar Returns an OMathBar object that represents the mathematical overbar for an object. Read-only.
Public property BorderBox Returns an OMathBorderBox object that represents a border drawn around an equation or part of an equation. The OMathBorderBox object can also be used to draw horizontal, vertical, and diagonal strikethrough lines by using BorderBox arguments. Read-only.
Public property 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.
Public property Creator Returns a 32-bit Integer that indicates the application in which the add-in was created. Read-only.
Public property Delim Returns an OMathDelim object that represents the delimiter function. Read-only.
Public property EqArray Returns an OMathEqArray object that represents an equation array function. Read-only.
Public property Frac Returns an OMathFrac object that represents a fraction. Read-only.
Public property 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.
Public property 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.
Public property LimLow Returns an OMathLimLow object that represents the lower limit for a function. Read-only.
Public property LimUpp Returns an OMathLimUpp object that represents upper limit function. Read-only.
Public property Mat Returns an OMathMat object that represents a mathematical matrix. Read-only.
Public property Nary Returns an OMathNary object that represents the n-ary operation. Read-only.
Public property OMath Returns a OMath object that represents the equation. Read-only.
Public property Parent Returns the parent object of the specified OMathFunction object.
Public property Phantom Returns an OMathPhantom object that represents an object used for advanced layout of an equation. Read-only.
Public property Rad Returns an OMathRad object that represents the mathematical radical function. Read-only.
Public property Range Returns a Range object that represents the portion of a document that is contained in the specified object. Read-only.
Public property ScrPre Returns an OMathScrPre object that represents a superscript and subscript to the left of the base. Read-only.
Public property ScrSub Returns a OMathScrSub object that represents the mathematical subscript function. Read-only.
Public property ScrSubSup Returns a OMathScrSubSup object that represents a mathematical subscript-superscript object that consists of a base, a subscript, and a superscript. Read-only.
Public property ScrSup Returns an OMathScrSup object that represents the mathematical superscript function. Read-only.
Public property Type Returns a WdOMathFunctionType constant that represents the type of function. Read-only.

Top

See Also

Reference

OMathFunction Interface

Microsoft.Office.Interop.Word Namespace