Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathBreakBinarySubtraction Enumeration

In This Topic
    OMathBreakBinarySubtraction Enumeration
    In This Topic
    Specifies how the subtraction operator is treated when it coincides with a line break.
    Syntax
    'Declaration
     
    Public Enum OMathBreakBinarySubtraction 
       Inherits System.Enum
    public enum OMathBreakBinarySubtraction : System.Enum 
    Members
    MemberDescription
    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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.OMathBreakBinarySubtraction

    See Also