Class OMathBar (Word VBA)

The class OMathBar represents an equation with a bar above or below the base. To use a OMathBar class variable it first needs to be instantiated, for example

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.


Dim omb As OMathBar: Set omb =  
omb.BarTop = True

E

Returns an OMath object that represents the base of the specified equation object.


Dim omb As OMathBar: Set omb =  
Dim omhE As OMath
Set omhE = omb.E