Namespace: iTextSharp.text.rtf.style
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public void RegisterParagraphStyle(
	RtfParagraphStyle rtfParagraphStyle
)
Visual Basic
Public Sub RegisterParagraphStyle ( _
	rtfParagraphStyle As RtfParagraphStyle _
)
Visual C++
public:
void RegisterParagraphStyle(
	RtfParagraphStyle^ rtfParagraphStyle
)

Parameters

rtfParagraphStyle
Type: iTextSharp.text.rtf.style..::..RtfParagraphStyle

See Also