DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathFractionType Enumeration

OMathFractionType Enumeration
Specifies the type of fraction in the OMathFraction structure.
Syntax
'Declaration
 
Public Enum OMathFractionType 
   Inherits 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