Class OMathRad (Word VBA)
The class OMathRad represents the mathematical radical object, consisting of a radical, a base, and an optional degree. To use a OMathRad class variable it first needs to be instantiated, for example
Deg
Returns an OMath object that represents the degree for a radical.
Dim omr As OMathRad: Set omr =
Dim omhDeg As OMath
Set omhDeg = omr.Deg
E
Returns an OMath object that represents the base of the specified equation object.
Dim omr As OMathRad: Set omr =
Dim omhE As OMath
Set omhE = omr.E
HideDeg
Returns or sets a Boolean that represents whether to hide the degree for a radical.
Dim omr As OMathRad: Set omr =
omr.HideDeg = True