Creates a Section, add it to this Section and returns it.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public virtual Section AddSection( Paragraph title, int numberDepth ) |
Visual Basic |
---|
Public Overridable Function AddSection ( _ title As Paragraph, _ numberDepth As Integer _ ) As Section |
Visual C++ |
---|
public: virtual Section^ AddSection( Paragraph^ title, int numberDepth ) |
Parameters
- title
- Type: iTextSharp.text..::..Paragraph
the title of the new section
- numberDepth
- Type: System..::..Int32
the numberDepth of the section