Class OMathAcc (Word VBA)

The class OMathAcc represents an equation that has an accent mark above the base. To use a OMathAcc class variable it first needs to be instantiated, for example

Char

Returns or sets an Integer that represents the accent character for the accent object.


Dim oma As OMathAcc: Set oma =  
oma.Char =

E

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


Dim oma As OMathAcc: Set oma =  
Dim omhE As OMath
Set omhE = oma.E