Constructs a ListItem with a certain leading, string
and Font.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public ListItem( float leading, string str, Font font ) |
Visual Basic |
---|
Public Sub New ( _ leading As Single, _ str As String, _ font As Font _ ) |
Visual C++ |
---|
public: ListItem( float leading, String^ str, Font^ font ) |
Parameters
- leading
- Type: System..::..Single
the leading
- str
- Type: System..::..String
a string
- font
- Type: iTextSharp.text..::..Font
a Font