Skip to main content
Skip table of contents

TextMarginFinder

TextMarginFinder 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.TextMarginFinder[[TextMarginFinder]]
  iTextSharp.text.pdf.parser.IRenderListener[[IRenderListener]]
  class iTextSharp.text.pdf.parser.IRenderListener interfaceStyle;
  end
iTextSharp.text.pdf.parser.IRenderListener --> iTextSharp.text.pdf.parser.TextMarginFinder

Members

Methods

Public methods
ReturnsName
voidBeginTextBlock()
voidEndTextBlock()
floatGetHeight()
floatGetLlx()
floatGetLly()
floatGetUrx()
floatGetUry()
floatGetWidth()
voidRenderImage(ImageRenderInfo renderInfo)
voidRenderText(TextRenderInfo renderInfo)

Details

Inheritance

Constructors

TextMarginFinder
Source code
public TextMarginFinder()

Methods

RenderText
Source code
public virtual void RenderText(TextRenderInfo renderInfo)
Arguments
TypeNameDescription
TextRenderInforenderInfo
GetLlx
Source code
public virtual float GetLlx()
GetLly
Source code
public virtual float GetLly()
GetUrx
Source code
public virtual float GetUrx()
GetUry
Source code
public virtual float GetUry()
GetWidth
Source code
public virtual float GetWidth()
GetHeight
Source code
public virtual float GetHeight()
BeginTextBlock
Source code
public virtual void BeginTextBlock()
EndTextBlock
Source code
public virtual void EndTextBlock()
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.