menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Interface IOfficeMathBox

    Represents an interface for Box function.

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

    Properties

    Alignment

    Gets or sets a value that represents if the operator emulator must be used as an alignment point from which the next line operator emulator starts.

    Declaration
    bool Alignment { get; set; }
    Property Value
    Type Description
    System.Boolean

    True if the operator emulator must be used as an alignment point; otherwise, false.

    Break

    Represents individual line breaks in an equation.

    Declaration
    IOfficeMathBreak Break { get; set; }
    Property Value
    Type
    IOfficeMathBreak

    ControlProperties

    Gets or sets the IOfficeRunFormat object that represent the control property of MathML function.

    Declaration
    IOfficeRunFormat ControlProperties { get; set; }
    Property Value
    Type
    IOfficeRunFormat

    EnableDifferential

    Gets or sets a value that states whether the box acts as the mathematical differential.

    Declaration
    bool EnableDifferential { get; set; }
    Property Value
    Type Description
    System.Boolean

    True if the box acts as the mathematical differential; otherwise, false.

    Equation

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

    Declaration
    IOfficeMath Equation { get; }
    Property Value
    Type
    IOfficeMath

    NoBreak

    Gets or sets a value whether breaks are allowed inside the box object.

    Declaration
    bool NoBreak { get; set; }
    Property Value
    Type Description
    System.Boolean

    True if breaks are allowed inside the box object; otherwise, false.

    OperatorEmulator

    Gets or sets a value that states if the box and its contents behave as a single operator and inherit the properties of an operator.

    Declaration
    bool OperatorEmulator { get; set; }
    Property Value
    Type Description
    System.Boolean

    True if the box and its contents behave as a single operator and inherit the properties of an operator; otherwise, false.

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