Initializes a new instance of the RtfTableOfContents class
Namespace: iTextSharp.text.rtf.fieldAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public RtfTableOfContents( string defaultText ) |
| Visual Basic |
|---|
Public Sub New ( _ defaultText As String _ ) |
| Visual C++ |
|---|
public: RtfTableOfContents( String^ defaultText ) |
Parameters
- defaultText
- Type: System..::..String