Interface IOfficeRun
Represents an interface for math run elements
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.NET.dll
Syntax
public interface IOfficeRun
Properties
OwnerMathRunElement
Reserved for internal use.
Declaration
IOfficeMathRunElement OwnerMathRunElement { get; set; }
Property Value
Type |
---|
IOfficeMathRunElement |
Methods
CloneRun()
Creates a duplicate copy of IOfficeRun.
Declaration
IOfficeRun CloneRun()
Returns
Type | Description |
---|---|
IOfficeRun | The reference of the newly created object. |
Dispose()
Releases all resources used by the object.
Declaration
void Dispose()