_Document.OMathJc Property

Returns or sets the default justification—left, right, centered, or centered as a group—of a group of equations. Read/write.

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

Syntax

'Declaration
Property OMathJc As WdOMathJc
    Get
    Set
'Usage
Dim instance As _Document
Dim value As WdOMathJc

value = instance.OMathJc

instance.OMathJc = value
WdOMathJc OMathJc { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdOMathJc
WdOMathJc

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace