menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IOfficeMathScript - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IOfficeMathScript

    Represents an equation with a base that contains a subscript or superscript.

    Inherited Members
    IOfficeMathEntity.OwnerMathEntity
    IOfficeMathFunctionBase.Type
    Namespace: Syncfusion.Office
    Assembly: Syncfusion.Compression.Base.dll
    Syntax
    public interface IOfficeMathScript : IOfficeMathFunctionBase, IOfficeMathEntity

    Properties

    ControlProperties

    Gets or sets the IOfficeRunFormat object that represent the control property of MathML function.

    Declaration
    IOfficeRunFormat ControlProperties { get; set; }
    Property Value
    Type
    IOfficeRunFormat

    Equation

    Gets an IOfficeMath object that represents the base of the specified equation object.

    Declaration
    IOfficeMath Equation { get; }
    Property Value
    Type
    IOfficeMath

    Script

    Gets the type of the script.

    Declaration
    IOfficeMath Script { get; }
    Property Value
    Type
    IOfficeMath

    ScriptType

    Gets or sets a MathScriptType type to represent either a subscript or superscript.

    Declaration
    MathScriptType ScriptType { get; set; }
    Property Value
    Type
    MathScriptType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved