Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathFormat Class / Script Property

In This Topic
    Script Property
    In This Topic
    Gets or sets the script applied to the characters in the Office Math run.

    If IsNormalText is true, the returned value is always OMathScript.None.

    The default value is OMathScript.Roman.

    Syntax
    'Declaration
     
    Public Property Script As OMathScript
    public OMathScript Script {get; set;}
    See Also