Interface IOfficeMathParagraph
Represents the OfficeMathPara that can be used to format a top level MathML element.
Inherited Members
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.NET.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 |