Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public static Paragraph ConstructTitle( Paragraph title, ArrayList numbers, int numberDepth, int numberStyle ) |
| Visual Basic |
|---|
Public Shared Function ConstructTitle ( _ title As Paragraph, _ numbers As ArrayList, _ numberDepth As Integer, _ numberStyle As Integer _ ) As Paragraph |
| Visual C++ |
|---|
public: static Paragraph^ ConstructTitle( Paragraph^ title, ArrayList^ numbers, int numberDepth, int numberStyle ) |
Parameters
- title
- Type: iTextSharp.text..::..Paragraph
- numbers
- Type: System.Collections..::..ArrayList
- numberDepth
- Type: System..::..Int32
- numberStyle
- Type: System..::..Int32