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