Interface IOfficeRunFormat
Represents an interface to maintain character format of IOfficeMathRunElement.
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.NET.dll
Syntax
public interface IOfficeRunFormat
Methods
Clone()
Creates a duplicate copy of character format
Declaration
IOfficeRunFormat Clone()
Returns
Type | Description |
---|---|
IOfficeRunFormat | The reference of the newly created object. |
Remarks
This API is used for internal purpose to clone IOfficeRunFormat.
Dispose()
Releases all resources used by the object.
Declaration
void Dispose()
Remarks
This API is used for internal purpose to dispose the resources used by IOfficeRunFormat.