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
|
Returns |
Name |
|---|---|
|
|
() |
|
|
() |
|
|
() |
|
|
() |
|
|
() |
|
|
() |
|
|
() |
|
|
() |
|
|
(
renderInfo) |
|
|
(
renderInfo) |
Details
Inheritance
Constructors
TextMarginFinder
Source code
public TextMarginFinder()
Methods
RenderText
Source code
public virtual void RenderText(TextRenderInfo renderInfo)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
renderInfo |
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
|
Type |
Name |
Description |
|---|---|---|
|
|
renderInfo |
Generated with ModularDoc