Interface IOfficeMathBox
Represents an interface for Box function.
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.NET.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. |