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

In This Topic
    OMathFractionType Enumeration
    In This Topic
    Specifies the type of fraction in the OMathFraction structure.
    Syntax
    'Declaration
     
    Public Enum OMathFractionType 
       Inherits System.Enum
    public enum OMathFractionType : System.Enum 
    Members
    MemberDescription
    Bar Bar fraction.
    Linear Linear fraction.
    NoBar No-Bar fraction (Stack).
    Skewed Skewed fraction.
    Inheritance Hierarchy

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

    See Also