[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathBreakBinarySubtraction

Enum OMathBreakBinarySubtraction

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

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

public enum OMathBreakBinarySubtraction

Fields

MinusMinus = 0

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

MinusPlus = 1

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

PlusMinus = 2

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