Initializes a new instance of the RtfListLevel class

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

Syntax

C#
public RtfListLevel(
	RtfListLevel ll
)
Visual Basic
Public Sub New ( _
	ll As RtfListLevel _
)
Visual C++
public:
RtfListLevel(
	RtfListLevel^ ll
)

See Also