SimpleTextExtractionStrategy Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.parser iTextSharp.text.pdf.parser.SimpleTextExtractionStrategy[[SimpleTextExtractionStrategy]] iTextSharp.text.pdf.parser.ITextExtractionStrategy[[ITextExtractionStrategy]] class iTextSharp.text.pdf.parser.ITextExtractionStrategy interfaceStyle; iTextSharp.text.pdf.parser.IRenderListener[[IRenderListener]] class iTextSharp.text.pdf.parser.IRenderListener interfaceStyle; end iTextSharp.text.pdf.parser.ITextExtractionStrategy --> iTextSharp.text.pdf.parser.SimpleTextExtractionStrategy iTextSharp.text.pdf.parser.IRenderListener --> iTextSharp.text.pdf.parser.ITextExtractionStrategy
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
() |
|
|
() |
|
|
() |
|
|
(
renderInfo) |
|
|
(
renderInfo) |
Protected methods
|
Returns |
Name |
|---|---|
|
|
( |
Details
Inheritance
Constructors
SimpleTextExtractionStrategy
Source code
public SimpleTextExtractionStrategy()
Methods
BeginTextBlock
Source code
public virtual void BeginTextBlock()
EndTextBlock
Source code
public virtual void EndTextBlock()
GetResultantText
Source code
public virtual string GetResultantText()
AppendTextChunk [1/2]
Source code
protected void AppendTextChunk(string text)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
text |
AppendTextChunk [2/2]
Source code
protected void AppendTextChunk(char text)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
text |
RenderText
Source code
public virtual void RenderText(TextRenderInfo renderInfo)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
renderInfo |
RenderImage
Source code
public virtual void RenderImage(ImageRenderInfo renderInfo)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
renderInfo |
Generated with ModularDoc