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

In This Topic
    OMathMode Enumeration
    In This Topic
    Specifies the mode to display an Office Math zone.
    Syntax
    'Declaration
     
    Public Enum OMathMode 
       Inherits System.Enum
    public enum OMathMode : System.Enum 
    Members
    MemberDescription
    Display Display Office Math zone on its own line.
    Inline Display Office Math zone inline with the text around it.
    Inheritance Hierarchy

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

    See Also