menu

WPF

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

    Show / Hide Table of Contents

    Interface IOfficeMathRightScript

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

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

    Declaration
    IOfficeMath Equation { get; }
    Property Value
    Type
    IOfficeMath

    IsSkipAlign

    Gets or sets a boolean that represents whether to horizontally align subscripts and superscripts in the IOfficeMathRightScript object. Read/write.

    Declaration
    bool IsSkipAlign { get; set; }
    Property Value
    Type
    System.Boolean

    Subscript

    Gets an IOfficeMath object that represents the subscript for a IOfficeMathRightScript object. Read-only.

    Declaration
    IOfficeMath Subscript { get; }
    Property Value
    Type
    IOfficeMath

    Superscript

    Gets an IOfficeMath object that represents the superscript for a IOfficeMathRightScript object. Read-only.

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