Adds a Section to this Section and returns it.

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

Syntax

C#
public virtual Section AddSection(
	string title
)
Visual Basic
Public Overridable Function AddSection ( _
	title As String _
) As Section
Visual C++
public:
virtual Section^ AddSection(
	String^ title
)

Parameters

title
Type: System..::..String
the title of the new section

Return Value

the newly added Section

See Also