iText 8.0.2 API
iText.Kernel.Pdf.Canvas.Parser.Listener Namespace Reference

Classes

class   CharacterRenderInfo
  This class represents a single character and its bounding box More...
 
class   DefaultPdfTextLocation
  This class acts as a default implementation of IPdfTextLocation More...
 
class   DefaultTextChunkLocationComparator
 
class   FilteredEventListener
  An event listener which filters events on the fly before passing them on to the delegate. More...
 
class   FilteredTextEventListener
  A text event listener which filters events on the fly before passing them on to the delegate. More...
 
class   GlyphEventListener
  This class expands each iText.Kernel.Pdf.Canvas.Parser.Data.TextRenderInfo for iText.Kernel.Pdf.Canvas.Parser.EventType.RENDER_TEXT event types into multiple iText.Kernel.Pdf.Canvas.Parser.Data.TextRenderInfo instances for each glyph occurred. More...
 
class   GlyphTextEventListener
  This class expands each iText.Kernel.Pdf.Canvas.Parser.Data.TextRenderInfo for iText.Kernel.Pdf.Canvas.Parser.EventType.RENDER_TEXT event types into multiple iText.Kernel.Pdf.Canvas.Parser.Data.TextRenderInfo instances for each glyph occurred. More...
 
interface   IEventListener
  A callback interface that receives notifications from the iText.Kernel.Pdf.Canvas.Parser.PdfCanvasProcessor as various events occur (see iText.Kernel.Pdf.Canvas.Parser.EventType ). More...
 
interface   ILocationExtractionStrategy
  This is a special interface for iText.Kernel.Pdf.Canvas.Parser.Filter.IEventFilter that returns a collection of rectangles as result of its work. More...
 
interface   IPdfTextLocation
  Instances of this interface represent a piece of text, somewhere on a page in a pdf document. More...
 
interface   ITextChunkLocation
 
interface   ITextExtractionStrategy
  This is a special interface for iText.Kernel.Pdf.Canvas.Parser.Filter.IEventFilter that returns text as result of its work. More...
 
class   LocationTextExtractionStrategy
 
class   RegexBasedLocationExtractionStrategy
  This class is designed to search for the occurrences of a regular expression and return the resultant rectangles. More...
 
class   SimpleTextExtractionStrategy
 
class   TextChunk
  Represents a chunk of text, it's orientation, and location relative to the orientation vector More...
 
class   TextChunkLocationBasedComparator
 
class   TextChunkLocationDefaultImp
 
class   TextMarginFinder
  This class allows you to find the rectangle which contains all the text in the given content stream. More...