Initializes a new instance of the RtfCell class
Namespace: iTextSharp.text.rtf.tableAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public RtfCell( string content ) |
| Visual Basic |
|---|
Public Sub New ( _ content As String _ ) |
| Visual C++ |
|---|
public: RtfCell( String^ content ) |
Parameters
- content
- Type: System..::..String