Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathBreakBinaryOperator Enumeration

In This Topic
    OMathBreakBinaryOperator Enumeration
    In This Topic
    Specifies how binary operators are treated when they coincide with a line break.
    Syntax
    'Declaration
     
    Public Enum OMathBreakBinaryOperator 
       Inherits System.Enum
    public enum OMathBreakBinaryOperator : System.Enum 
    Members
    MemberDescription
    After The line break occurs after the binary operator.
    Before The line break occurs before the binary operator.
    Repeat Duplicate the binary operator before and after the line break.
    Inheritance Hierarchy

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

    See Also