C# Class iTextSharp.text.pdf.parser.TextMarginFinder

Inheritance: IRenderListener
Exibir arquivo Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
BeginTextBlock ( ) : void
EndTextBlock ( ) : void
GetHeight ( ) : float
GetLlx ( ) : float
GetLly ( ) : float
GetUrx ( ) : float
GetUry ( ) : float
GetWidth ( ) : float
RenderImage ( ImageRenderInfo renderInfo ) : void
RenderText ( TextRenderInfo renderInfo ) : void

Method Details

BeginTextBlock() public method

public BeginTextBlock ( ) : void
return void

EndTextBlock() public method

public EndTextBlock ( ) : void
return void

GetHeight() public method

public GetHeight ( ) : float
return float

GetLlx() public method

public GetLlx ( ) : float
return float

GetLly() public method

public GetLly ( ) : float
return float

GetUrx() public method

public GetUrx ( ) : float
return float

GetUry() public method

public GetUry ( ) : float
return float

GetWidth() public method

public GetWidth ( ) : float
return float

RenderImage() public method

public RenderImage ( ImageRenderInfo renderInfo ) : void
renderInfo ImageRenderInfo
return void

RenderText() public method

public RenderText ( TextRenderInfo renderInfo ) : void
renderInfo TextRenderInfo
return void