Initializes a new instance of the RtfListItem class
Namespace: iTextSharp.text.rtf.listAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public RtfListItem( RtfDocument doc, ListItem listItem ) |
| Visual Basic |
|---|
Public Sub New ( _ doc As RtfDocument, _ listItem As ListItem _ ) |
| Visual C++ |
|---|
public: RtfListItem( RtfDocument^ doc, ListItem^ listItem ) |
Parameters
- listItem
- Type: iTextSharp.text..::..ListItem