Skip to main content
Skip table of contents

GlyphTextRenderListener

GlyphTextRenderListener 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.GlyphTextRenderListener[[GlyphTextRenderListener]]
  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;
  iTextSharp.text.pdf.parser.GlyphRenderListener[[GlyphRenderListener]]
  end
iTextSharp.text.pdf.parser.ITextExtractionStrategy --> iTextSharp.text.pdf.parser.GlyphTextRenderListener
iTextSharp.text.pdf.parser.IRenderListener --> iTextSharp.text.pdf.parser.ITextExtractionStrategy
iTextSharp.text.pdf.parser.GlyphRenderListener --> iTextSharp.text.pdf.parser.GlyphTextRenderListener

Members

Methods

Public methods
ReturnsName
stringGetResultantText()

Details

Inheritance

Constructors

GlyphTextRenderListener

Source code

public GlyphTextRenderListener(ITextExtractionStrategy deleg)
Arguments
TypeNameDescription
ITextExtractionStrategydeleg

Methods

GetResultantText

Source code

public virtual string GetResultantText()

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.