LocationTextExtractionStrategy 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.LocationTextExtractionStrategy[[LocationTextExtractionStrategy]] 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.LocationTextExtractionStrategy iTextSharp.text.pdf.parser.IRenderListener --> iTextSharp.text.pdf.parser.ITextExtractionStrategy
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
() |
|
|
() |
|
|
( |
|
|
(
renderInfo) |
|
|
(
renderInfo) |
Protected methods
|
Returns |
Name |
|---|---|
|
|
( |
Details
Inheritance
Nested types
Interfaces
-
ITextChunkLocationStrategy -
ITextChunkLocation -
ITextChunkFilter
Classes
-
TextChunkLocationStrategyDefaultImp -
TextChunkLocationDefaultImp -
TextChunk
Constructors
LocationTextExtractionStrategy [1/2]
Source code
public LocationTextExtractionStrategy()
LocationTextExtractionStrategy [2/2]
Source code
public LocationTextExtractionStrategy(ITextChunkLocationStrategy strat)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
strat |
Methods
BeginTextBlock
Source code
public virtual void BeginTextBlock()
EndTextBlock
Source code
public virtual void EndTextBlock()
IsChunkAtWordBoundary
Source code
protected virtual bool IsChunkAtWordBoundary(TextChunk chunk, TextChunk previousChunk)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
chunk |
|
|
|
previousChunk |
GetResultantText [1/2]
Source code
public virtual string GetResultantText(ITextChunkFilter chunkFilter)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
chunkFilter |
GetResultantText [2/2]
Source code
public virtual string GetResultantText()
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