Interface IOfficeMathDelimiter
Represents an interface for Delimiter function.
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.NET.dll
Syntax
public interface IOfficeMathDelimiter : IOfficeMathFunctionBase, IOfficeMathEntity
Properties
BeginCharacter
Gets or sets a string that represents the beginning delimiter character.
Declaration
string BeginCharacter { get; set; }
Property Value
Type |
---|
System.String |
ControlProperties
Gets or sets the IOfficeRunFormat object that represent the control property of MathML function.
Declaration
IOfficeRunFormat ControlProperties { get; set; }
Property Value
Type |
---|
IOfficeRunFormat |
DelimiterShape
Gets or sets a mathShapeType constant that represents the appearance of delimiters.
Declaration
MathDelimiterShapeType DelimiterShape { get; set; }
Property Value
Type |
---|
MathDelimiterShapeType |
EndCharacter
Gets or sets a string that represents the ending delimiter character.
Declaration
string EndCharacter { get; set; }
Property Value
Type |
---|
System.String |
Equation
Specifies a IOfficeMaths object that represents the base of the specified equation object.
Declaration
IOfficeMaths Equation { get; }
Property Value
Type |
---|
IOfficeMaths |
IsGrow
Gets or sets a value that represents whether delimiter characters grow to the full height of the arguments that they contain.
Declaration
bool IsGrow { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | True if delimiter characters grow to the full height of the arguments that they contain; otherwise, false. |
Seperator
Gets or sets a string that represents the separator character in a Math delimiter object when the Math delimiter object contains two or more arguments.
Declaration
string Seperator { get; set; }
Property Value
Type |
---|
System.String |