Class OMathGroupChar (Word VBA)

The class OMathGroupChar represents a group character object, consisting of a character drawn above or below text, often with the purpose of visually grouping items. To use a OMathGroupChar class variable it first needs to be instantiated, for example

AlignTop

Returns or sets a Boolean that represents whether the grouping character is aligned vertically with the surrounding text or whether the base text that is either above or below the grouping character is aligned vertically with the surrounding text.

True indicates that the grouping character is aligned vertically with the surrounding text. False indicates that the base text that is either above or below the grouping character is aligned vertically with the surrounding text.


Dim omg As OMathGroupChar: Set omg =  
omg.AlignTop = True

Char

Returns or sets an Integer that represents the character placed above or below text in a group character object.


Dim omg As OMathGroupChar: Set omg =  
omg.Char =

CharTop

Returns or sets a Boolean that represents whether the grouping character is placed above the base text of the group character object. False displays the group character under the base text.


Dim omg As OMathGroupChar: Set omg =  
omg.CharTop = True

E

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


Dim omg As OMathGroupChar: Set omg =  
Dim omhE As OMath
Set omhE = omg.E