WdOMathFunctionType Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt den Typ der Formelfunktion an.
public enum class WdOMathFunctionType
[System.Runtime.InteropServices.Guid("74779721-3C00-363D-BED4-B0AF3595EB05")]
public enum WdOMathFunctionType
type WdOMathFunctionType =
Public Enum WdOMathFunctionType
- Vererbung
-
WdOMathFunctionType
- Attribute
Felder
Name | Wert | Beschreibung |
---|---|---|
wdOMathFunctionAcc | 1 | Formelakzentzeichen. |
wdOMathFunctionBar | 2 | Formelbruchstrich. |
wdOMathFunctionBox | 3 | Schachtel. |
wdOMathFunctionBorderBox | 4 | Rahmenfeld. |
wdOMathFunctionDelim | 5 | Formeltrennzeichen. |
wdOMathFunctionEqArray | 6 | Formelarray. |
wdOMathFunctionFrac | 7 | Formelbruch. |
wdOMathFunctionFunc | 8 | Formelfunktion. |
wdOMathFunctionGroupChar | 9 | Gruppierungszeichen. |
wdOMathFunctionLimLow | 10 | Unterer Formelgrenzwert. |
wdOMathFunctionLimUpp | 11 | Oberer Formelgrenzwert. |
wdOMathFunctionMat | 12 | Formelmatrix. |
wdOMathFunctionNary | 13 | N-ärer Formeloperator. |
wdOMathFunctionPhantom | 14 | Formelphantom. |
wdOMathFunctionScrPre | 15 | Scr pre. |
wdOMathFunctionRad | 16 | Formelbasisausdruck. |
wdOMathFunctionScrSub | 17 | Scr. sub. |
wdOMathFunctionScrSubSup | 18 | Scr. sub sup. |
wdOMathFunctionScrSup | 19 | Scr sup. |
wdOMathFunctionText | 20 | Formeltext. |
wdOMathFunctionNormalText | 21 | Normaler Formeltext. |
wdOMathFunctionLiteralText | 22 | Formelliteraltext. |