menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Interface IOfficeMaths

    Represents an interface for MathML collection.

    Inherited Members
    ICollectionBase.Clear()
    ICollectionBase.Count
    ICollectionBase.Remove(IOfficeMathEntity)
    IOfficeMathEntity.OwnerMathEntity
    Namespace: Syncfusion.Office
    Assembly: Syncfusion.Compression.Portable.dll
    Syntax
    public interface IOfficeMaths : ICollectionBase, IOfficeMathEntity

    Properties

    Item[Int32]

    Represents the specified item in the collection.

    Declaration
    IOfficeMath this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type
    IOfficeMath

    Methods

    Add()

    Adds IOfficeMath instance to the collection.

    Declaration
    IOfficeMath Add()
    Returns
    Type Description
    IOfficeMath

    Returns the newly added IOfficeMath.

    Add(Int32)

    Adds IOfficeMath instance to the collection at specified index.

    Declaration
    IOfficeMath Add(int index)
    Parameters
    Type Name Description
    System.Int32 index

    The Index, where to add the IOfficeMath instance.

    Returns
    Type Description
    IOfficeMath

    Returns the newly added IOfficeMath.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved