Xamarin.Android

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

    Show / Hide Table of Contents

    Interface IOfficeMathRunElement

    Represents Syncfusion.Office.OfficeMathRunElement object that provides the base implementation for all IOfficeMathParagraph items.

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

    Properties

    Item

    Gets or sets the IOfficeRun object that represents a mathematical text.

    Declaration
    IOfficeRun Item { get; set; }
    Property Value
    Type Description
    IOfficeRun

    MathFormat

    Gets the Syncfusion.Office.OfficeMathFormat object that can be used for formatting the character of the mathematical text.

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