Class OMathScrSup (Word VBA)

The class OMathScrSup represents an equation with a base that contains a superscript. To use a OMathScrSup 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 oms As OMathScrSup: Set oms =  
Dim omhE As OMath
Set omhE = oms.E

Sup

Returns an OMath object that represents the superscript for a superscript object.


Dim oms As OMathScrSup: Set oms =  
Dim omhSup As OMath
Set omhSup = oms.Sup