Class ParagraphStyle
Represents the style for paragraph.
Inherited Members
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public class ParagraphStyle : DocumentStyleConstructors
ParagraphStyle()
Initializes a new instance of the ParagraphStyle class.
Declaration
public ParagraphStyle()ParagraphStyle(DocumentAdv)
Initializes a new instance of the ParagraphStyle class for the specified DocumentAdv.
Declaration
public ParagraphStyle(DocumentAdv documentAdv)Parameters
| Type | Name | Description | 
|---|---|---|
| DocumentAdv | documentAdv | The DocumentAdv to which the ParagraphStyle is associated. | 
Properties
CharacterFormat
Gets the character format. Read-only.
Declaration
public CharacterFormat CharacterFormat { get; set; }Property Value
| Type | Description | 
|---|---|
| CharacterFormat | The CharacterFormat object that specifies the character format for the current style. | 
ParagraphFormat
Gets the formatting of paragraph. Read-only.
Declaration
public ParagraphFormat ParagraphFormat { get; set; }Property Value
| Type | Description | 
|---|---|
| ParagraphFormat | The ParagraphFormat instance that specifies the paragraph format. | 
Methods
Dispose()
Releases all resources used by the ParagraphStyle instance.
Declaration
public override void Dispose()