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

In This Topic
    OMathScript Enumeration
    In This Topic
    Specifies the script applied to the characters in an Office Math zone.
    Syntax
    'Declaration
     
    Public Enum OMathScript 
       Inherits System.Enum
    public enum OMathScript : System.Enum 
    Members
    MemberDescription
    DoubleStruck Double struck script.
    Fraktur Fraktur script.
    Monospace Monospace script.
    None The script is not used.
    Roman Roman script.
    SansSerif SansSerif script.
    Script Script script.
    Inheritance Hierarchy

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

    See Also