menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IOfficeMathParagraph - UWP API Reference | Syncfusion

    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.DocIO.UWP.dll
    Syntax
    public interface IOfficeMathParagraph : IOfficeMathEntity

    Properties

    Justification

    Gets or sets Office MathJustification.

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

    LaTeX

    Declaration
    string LaTeX { get; set; }
    Property Value
    Type
    System.String

    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
    IOfficeMaths

    Owner

    Gets the owner.

    Declaration
    object Owner { get; }
    Property Value
    Type
    System.Object

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved