OMathFrac 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 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.
public interface class OMathFrac
[System.Runtime.InteropServices.Guid("50209974-BA32-4A03-8FA6-BAC56CC056FD")]
public interface OMathFrac
type OMathFrac = interface
Public Interface OMathFrac
- Attributes
Properties
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. |