OMathBar 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 an equation with a bar above or below the base.
public interface class OMathBar
[System.Runtime.InteropServices.Guid("F08B45F1-8F23-4156-9D63-1820C0ED229A")]
public interface OMathBar
type OMathBar = interface
Public Interface OMathBar
- Attributes
Properties
Application |
Returns an object that represents the Microsoft Word application. |
BarTop |
Returns or sets a Boolean that represents the position of a bar in a bar object. True specifies a mathematical overbar. False specifies a mathematical underbar. Read/write. |
Creator |
Returns a 32-bit integer that indicates the application in which the add-in was created. Read-only. |
E |
Returns an OMath object that represents the base of the specified equation object. Read-only. |
Parent |
Returns the parent object of the specified OMathBar object. |