Interface IStyle
Represents the style.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public interface IStyleProperties
Name
Gets or sets the style name.
Declaration
string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The string that represents the style name. | 
StyleType
Gets the type of the style. Read-only.
Declaration
StyleType StyleType { get; }Property Value
| Type | Description | 
|---|---|
| StyleType | The StyleType member that specifies the type of the style. | 
Methods
Clone()
Clones the IStyle, creating duplicate style.
Declaration
IStyle Clone()Returns
| Type | Description | 
|---|---|
| IStyle | The IStyle object. | 
Close()
Closes this instance.
Declaration
void Close()Remove()
Remove this style from the Word document.
Declaration
void Remove()