Class DocumentStyle
Represents the DocumentStyle class.
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public abstract class DocumentStyle : BaseNode
Properties
BaseStyleName
Gets or sets the name of the base style.
Declaration
public string BaseStyleName { get; set; }
Property Value
Type |
---|
System.String |
LinkStyleName
Gets or sets the name of the link style.
Declaration
public string LinkStyleName { get; set; }
Property Value
Type |
---|
System.String |
Name
Gets or sets the style name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The string that represents the style name. |
NextStyleName
Gets or sets the name of the next style.
Declaration
public string NextStyleName { get; set; }
Property Value
Type |
---|
System.String |
Type
Gets the type of the style. Read-only.
Declaration
public StyleType Type { get; }
Property Value
Type | Description |
---|---|
StyleType | The StyleType member that specifies the type of the style. |
Methods
Dispose()
Releases all resources used by the DocumentStyle instance.
Declaration
public virtual void Dispose()