Initializes a new instance of the RtfParagraphStyle class

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

Syntax

C#
public RtfParagraphStyle(
	RtfDocument doc,
	RtfParagraphStyle style
)
Visual Basic
Public Sub New ( _
	doc As RtfDocument, _
	style As RtfParagraphStyle _
)
Visual C++
public:
RtfParagraphStyle(
	RtfDocument^ doc, 
	RtfParagraphStyle^ style
)

See Also