[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathBreakBinarySubtraction

OMathBreakBinarySubtraction Enum

Specifies how the subtraction operator is treated when it coincides with a line break.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public enum OMathBreakBinarySubtraction
Public Enum OMathBreakBinarySubtraction

Fields

Name Description
MinusMinus

The subtraction operator is repeated before and after the line break.

MinusPlus

The subtraction operator occurs before the line break and the sum operator occurs after line break.

PlusMinus

The sum operator occurs before the line break and the subtraction operator occurs after line break.