Interface IOfficeMathNArray
Represents mathematical n-ary object, consisting of an n-ary object, a base (or operand), and optional upper limits and lower limits.
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.NET.dll
Syntax
public interface IOfficeMathNArray : IOfficeMathFunctionBase, IOfficeMathEntity
Properties
ControlProperties
Gets or sets the IOfficeRunFormat object that represent the control property of MathML function.
Declaration
IOfficeRunFormat ControlProperties { get; set; }
Property Value
Type |
---|
IOfficeRunFormat |
Equation
Gets an IOfficeMath object that represents the base of the specified equation object.
Declaration
IOfficeMath Equation { get; }
Property Value
Type |
---|
IOfficeMath |
HasGrow
Gets or sets a boolean that represents whether n-ary operators grow to the full height of the arguments that they contain.Default value is false.
Declaration
bool HasGrow { get; set; }
Property Value
Type |
---|
System.Boolean |
HideLowerLimit
Gets or sets a boolean that represents whether to hide the lower limit of an n-ary operator. Default value is false.
Declaration
bool HideLowerLimit { get; set; }
Property Value
Type |
---|
System.Boolean |
HideUpperLimit
Gets or sets a boolean that represents whether to hide the upper limit of an n-ary operator. Default value is false.
Declaration
bool HideUpperLimit { get; set; }
Property Value
Type |
---|
System.Boolean |
NArrayCharacter
Gets or sets a string that represents a character used as the n-ary operator. Default value is integral.
Declaration
string NArrayCharacter { get; set; }
Property Value
Type |
---|
System.String |
Subscript
Gets an IOfficeMath object that represents the lower limit of an n-ary operator.
Declaration
IOfficeMath Subscript { get; }
Property Value
Type |
---|
IOfficeMath |
SubSuperscriptLimit
Gets or sets a boolean that represents the positioning of n-ary limits in the subscript-superscript or upper limit-lower limit position. Default value is true for integral and false for all other IOfficeMathNArray object.
Declaration
bool SubSuperscriptLimit { get; set; }
Property Value
Type |
---|
System.Boolean |
Superscript
Gets an IOfficeMath object that represents the upper limit of an n-ary operator.
Declaration
IOfficeMath Superscript { get; }
Property Value
Type |
---|
IOfficeMath |