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

Syntax

C#
protected void WriteListTextBlock(
	Stream result,
	int itemNr,
	RtfListLevel listLevel
)
Visual Basic
Protected Sub WriteListTextBlock ( _
	result As Stream, _
	itemNr As Integer, _
	listLevel As RtfListLevel _
)
Visual C++
protected:
void WriteListTextBlock(
	Stream^ result, 
	int itemNr, 
	RtfListLevel^ listLevel
)

See Also