Class OMathLimUpp (Word VBA)

The class OMathLimUpp represents the upper limit mathematical construct, consisting of text on the baseline and reduced-size text immediately above it. To use a OMathLimUpp class variable it first needs to be instantiated, for example

E

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


Dim oml As OMathLimUpp: Set oml =  
Dim omhE As OMath
Set omhE = oml.E

Lim

Returns an OMath object that represents the limit of the upper limit object.


Dim oml As OMathLimUpp: Set oml =  
Dim omhLim As OMath
Set omhLim = oml.Lim

ToLimLow

Converts an equation from the upper limit to the lower limit.


Dim oml As OMathLimUpp: Set oml =  
Dim omfToLimLow As OMathFunction
Set omfToLimLow = oml.ToLimLow()