menu

ASP.NET Core

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IOfficeMathLeftScript

    Show / Hide Table of Contents

    Interface IOfficeMathLeftScript

    Represents the interface of an equation that contains a superscript or subscript to the left of the base.

    Inherited Members
    IOfficeMathFunctionBase.Type
    IOfficeMathEntity.OwnerMathEntity
    Namespace: Syncfusion.Office
    Assembly: Syncfusion.Compression.Base.dll
    Syntax
    public interface IOfficeMathLeftScript : 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 Description
    IOfficeRunFormat

    Equation

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

    Declaration
    IOfficeMath Equation { get; }
    Property Value
    Type Description
    IOfficeMath

    Subscript

    Gets the subscript for a Leftscript object. Read-only.

    Declaration
    IOfficeMath Subscript { get; }
    Property Value
    Type Description
    IOfficeMath

    Superscript

    Gets the superscript for a Leftscript object. Read-only.

    Declaration
    IOfficeMath Superscript { get; }
    Property Value
    Type Description
    IOfficeMath
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved