WdOMathBreakBin Enum

Definition

Specifies where Microsoft Office Word places binary operators when equations span two or more lines.

public enum class WdOMathBreakBin
[System.Runtime.InteropServices.Guid("8105E2B5-53C4-31C9-9EBD-75706288B16A")]
public enum WdOMathBreakBin
type WdOMathBreakBin = 
Public Enum WdOMathBreakBin
Inheritance
WdOMathBreakBin
Attributes

Fields

wdOMathBreakBinAfter 1

Places the operator after a line break, at the beginning of the following line.

wdOMathBreakBinBefore 0

Places the operator before a line break, at the end of the line.

wdOMathBreakBinRepeat 2

Repeats the operator before a line break at the end of the line and after a line break at the beginning of the following line.

Applies to