OMathFunction 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 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.
public interface class OMathFunction
[System.Runtime.InteropServices.Guid("F1F37152-1DB1-4901-AD9A-C740F99464B4")]
public interface OMathFunction
type OMathFunction = interface
Public Interface OMathFunction
- Attributes
Properties
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 OMathBorderBox object can also be used to draw horizontal, vertical, and diagonal strikethrough lines by using BorderBox 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. |
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 |
OMath |
Returns a OMath object that represents the equation. Read-only. |
Parent |
Returns 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 |
Returns a OMathScrSub object that represents the mathematical subscript function. Read-only. |
ScrSubSup |
Returns a 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. |
Methods
Remove() |
Removes a function from the collection of functions contained within an equation and returns an OMathFunction object. |