menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IOfficeMathLimit - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IOfficeMathLimit

    Represents an interface for MathML limit equation.

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

    Limit

    Gets an IOfficeMath object that represents the limit of the lower or upper limit object.

    Declaration
    IOfficeMath Limit { get; }
    Property Value
    Type
    IOfficeMath

    LimitType

    Gets the type of the limit.

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