Namespace: iTextSharp.text.html.simpleparser
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public Chunk CreateChunk( string text, ChainedProperties props ) |
Visual Basic |
---|
Public Function CreateChunk ( _ text As String, _ props As ChainedProperties _ ) As Chunk |
Visual C++ |
---|
public: Chunk^ CreateChunk( String^ text, ChainedProperties^ props ) |
Parameters
- text
- Type: System..::..String