Skip to main content
All docs
V26.1
  • ScriptType Enum

    Contains the values used to make the text superscript or subscript.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public enum ScriptType

    Members

    Name Description
    None

    Specifies that the text is not formatted as subscript or as superscript.

    Superscript

    Formats text as superscript.

    Subscript

    Formats text as subscript.

    See Also