WdOMathFracType 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 fraction bar.
public enum class WdOMathFracType
[System.Runtime.InteropServices.Guid("2811B866-578B-37F2-B7FB-927DD993AB19")]
public enum WdOMathFracType
type WdOMathFracType =
Public Enum WdOMathFracType
- Inheritance
-
WdOMathFracType
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdOMathFracBar | 0 | Normal fraction bar. |
wdOMathFracNoBar | 1 | No fraction bar. |
wdOMathFracSkw | 2 | Skewed fraction bar. |
wdOMathFracLin | 3 | Show fraction inline. |