OMathFrac Members
Include Protected Members
Include Inherited Members
Represents a fraction, consisting of a numerator and denominator separated by a fraction bar. The fraction bar can be horizontal or diagonal, depending on the fraction properties.
The OMathFrac type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an _Application object that represents the Microsoft Word application. | |
Creator | Returns a 32-bit Integer that indicates the application in which the add-in was created. Read-only. | |
Den | Returns an OMath object that represents the denominator for an equation that contains a fraction. Read-only. | |
Num | Returns a OMath object that represents the numerator for a fraction. Read-only. | |
Parent | Returns the parent object of the specified OMathFrac object. | |
Type | Returns or sets a WdOMathFracType constant that represents the layout of a fraction, whether it is stacked, skewed, linear, or without a fraction bar. Read/write. |
Top