Initializes a new instance of the RtfTabGroup class
Namespace: iTextSharp.text.rtf.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public RtfTabGroup( ArrayList tabs ) |
| Visual Basic |
|---|
Public Sub New ( _ tabs As ArrayList _ ) |
| Visual C++ |
|---|
public: RtfTabGroup( ArrayList^ tabs ) |
Parameters
- tabs
- Type: System.Collections..::..ArrayList