Xamarin.Android

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

    Show / Hide Table of Contents

    Interface IOfficeMathParagraph

    Represents the OfficeMathPara that can be used to format a top level MathML element.

    Inherited Members
    IOfficeMathEntity.OwnerMathEntity
    Namespace: Syncfusion.Office
    Assembly: Syncfusion.Compression.Portable.dll
    Syntax
    public interface IOfficeMathParagraph : IOfficeMathEntity

    Properties

    Justification

    Gets or sets Office MathJustification.

    Declaration
    MathJustification Justification { get; set; }
    Property Value
    Type Description
    MathJustification

    Maths

    Gets a collection of equations. Use the Syncfusion.Office.OfficeMaths object to access individual members of the collection.

    Declaration
    IOfficeMaths Maths { get; }
    Property Value
    Type Description
    IOfficeMaths

    Owner

    Gets the owner.

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