Class OMathBreak (Word VBA)

The class OMathBreak represents individual line breaks in an equation. Each OMathBreak object is a member of the OMathBreaks collection. To use a OMathBreak class variable it first needs to be instantiated, for example

AlignAt

Returns or sets a Long that represents the operator in one line, to which Microsoft Word aligns consecutive lines in an equation.


Dim omb As OMathBreak: Set omb =  
omb.AlignAt =

Delete

Deletes the specified equation break.


Dim omb As OMathBreak: Set omb =  
omb.Delete

Range

Returns a Range object that represents the portion of a document that is contained in the specified object.


Dim omb As OMathBreak: Set omb =  
Dim rngRange As Range
Set rngRange = omb.Range