WdOMathJc Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the default justification for equations.
public enum class WdOMathJc
[System.Runtime.InteropServices.Guid("C7E4EAD4-16DE-3902-9330-5475CF1039D7")]
public enum WdOMathJc
type WdOMathJc =
Public Enum WdOMathJc
- Inheritance
-
WdOMathJc
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdOMathJcCenterGroup | 1 | Center as a group. |
wdOMathJcCenter | 2 | Center. |
wdOMathJcLeft | 3 | Left. |
wdOMathJcRight | 4 | Right. |
wdOMathJcInline | 7 | Inline. |