OMathBox.OpEmu Property

Returns or sets a Boolean that states if the box and its contents behave as a single operator and inherit the properties of an operator. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property OpEmu As Boolean
    Get
    Set
'Usage
Dim instance As OMathBox
Dim value As Boolean

value = instance.OpEmu

instance.OpEmu = value
bool OpEmu { get; set; }

Property Value

Type: System.Boolean
Boolean

Remarks

When OpEmu is True, the character can serve as a point for a line break and can be aligned to other operators. Operator emulators are often used when one or more glyphs combine to form an operator, such as ==.

See Also

Reference

OMathBox Interface

OMathBox Members

Microsoft.Office.Interop.Word Namespace