WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IOfficeMathFunction - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IOfficeMathFunction

    Represents the application of a function or an argument in an equation that consists of a function name, such as sin or cos, and an argument.

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

    Equation

    Gets a Syncfusion.Office.OfficeMath object that represents the base of the specified equation object.

    Declaration
    IOfficeMath Equation { get; }
    Property Value
    Type Description
    IOfficeMath

    FunctionName

    Gets a Syncfusion.Office.OfficeMath object that represents the name of a mathematical function, such as sin or cos.

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