Skip to main content
Skip table of contents

LocationTextExtractionStrategy (1)

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
ReturnsName
voidBeginTextBlock()
voidEndTextBlock()
stringGetResultantText(...)
voidRenderImage(ImageRenderInfo renderInfo)
voidRenderText(TextRenderInfo renderInfo)
Protected methods
ReturnsName
boolIsChunkAtWordBoundary(TextChunk chunk, TextChunk previousChunk)

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
TypeNameDescription
ITextChunkLocationStrategystrat

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
TypeNameDescription
TextChunkchunk
TextChunkpreviousChunk
GetResultantText [1/2]

Source code

public virtual string GetResultantText(ITextChunkFilter chunkFilter)
Arguments
TypeNameDescription
ITextChunkFilterchunkFilter
GetResultantText [2/2]

Source code

public virtual string GetResultantText()
RenderText

Source code

public virtual void RenderText(TextRenderInfo renderInfo)
Arguments
TypeNameDescription
TextRenderInforenderInfo
RenderImage

Source code

public virtual void RenderImage(ImageRenderInfo renderInfo)
Arguments
TypeNameDescription
ImageRenderInforenderInfo

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.