Constructs a Cell with a certain content.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public Cell( string content ) |
Visual Basic |
---|
Public Sub New ( _ content As String _ ) |
Visual C++ |
---|
public: Cell( String^ content ) |
Parameters
- content
- Type: System..::..String
a string
Remarks
The string will be converted into a Paragraph.