Interface IStyle
Represents the style.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.NET.dll
Syntax
public interface IStyle
Properties
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
Methods
Clone()
Clones the IStyle, creating duplicate style.
Declaration
IStyle Clone()
Returns
Close()
Closes this instance.
Declaration
void Close()
Remove()
Remove this style from the Word document.
Declaration
void Remove()