Xamarin.Forms

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

    Show / Hide Table of Contents

    Interface IOfficeRun

    Represents an interface for math run elements

    Namespace: Syncfusion.Office
    Assembly: Syncfusion.Compression.Portable.dll
    Syntax
    public interface IOfficeRun

    Properties

    OwnerMathRunElement

    Reserved for internal use.

    Declaration
    IOfficeMathRunElement OwnerMathRunElement { get; set; }
    Property Value
    Type Description
    IOfficeMathRunElement

    Methods

    CloneRun()

    Creates a duplicate copy of IOfficeRun.

    Declaration
    IOfficeRun CloneRun()
    Returns
    Type Description
    IOfficeRun

    The reference of the newly created object.

    Dispose()

    Releases all resources used by the object.

    Declaration
    void Dispose()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved