Initializes a new instance of the RtfTOCEntry class

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

Syntax

C#
public RtfTOCEntry(
	string entry
)
Visual Basic
Public Sub New ( _
	entry As String _
)
Visual C++
public:
RtfTOCEntry(
	String^ entry
)

Parameters

entry
Type: System..::..String

See Also