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(
	string styleName,
	string basedOnName
)
Visual Basic
Public Sub New ( _
	styleName As String, _
	basedOnName As String _
)
Visual C++
public:
RtfParagraphStyle(
	String^ styleName, 
	String^ basedOnName
)

Parameters

styleName
Type: System..::..String
basedOnName
Type: System..::..String

See Also