WdOMathFunctionType Enum
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.
Specifies the type of equation function.
public enum class WdOMathFunctionType
[System.Runtime.InteropServices.Guid("74779721-3C00-363D-BED4-B0AF3595EB05")]
public enum WdOMathFunctionType
type WdOMathFunctionType =
Public Enum WdOMathFunctionType
- Inheritance
-
WdOMathFunctionType
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdOMathFunctionAcc | 1 | Equation accent mark. |
wdOMathFunctionBar | 2 | Equation fraction bar. |
wdOMathFunctionBox | 3 | Box. |
wdOMathFunctionBorderBox | 4 | Border box. |
wdOMathFunctionDelim | 5 | Equation delimiters. |
wdOMathFunctionEqArray | 6 | Equation array. |
wdOMathFunctionFrac | 7 | Equation fraction. |
wdOMathFunctionFunc | 8 | Equation function. |
wdOMathFunctionGroupChar | 9 | Group character. |
wdOMathFunctionLimLow | 10 | Equation lower limit. |
wdOMathFunctionLimUpp | 11 | Equation upper limit. |
wdOMathFunctionMat | 12 | Equation matrix. |
wdOMathFunctionNary | 13 | Equation N-ary operator. |
wdOMathFunctionPhantom | 14 | Equation phantom. |
wdOMathFunctionScrPre | 15 | Scr pre. |
wdOMathFunctionRad | 16 | Equation base expression. |
wdOMathFunctionScrSub | 17 | Scr. sub. |
wdOMathFunctionScrSubSup | 18 | Scr. sub sup. |
wdOMathFunctionScrSup | 19 | Scr sup. |
wdOMathFunctionText | 20 | Equation text. |
wdOMathFunctionNormalText | 21 | Equation normal text. |
wdOMathFunctionLiteralText | 22 | Equation literal text. |