Interface IOfficeMathRadical
Represents an interface for radical function.
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.NET.dll
Syntax
public interface IOfficeMathRadical : 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 |
Degree
Gets the math object that represents the degree for a radical. Read-only.
Declaration
IOfficeMath Degree { get; }
Property Value
Type |
---|
IOfficeMath |
Equation
Gets an IOfficeMath object that represents the base of the specified equation object.
Declaration
IOfficeMath Equation { get; }
Property Value
Type |
---|
IOfficeMath |
HideDegree
Gets or sets a value that represents whether to hide the degree for a radical.
Declaration
bool HideDegree { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | True if to hide the degree for a radical; otherwise, false. |