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

Inheritance: IRenderListener
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public BeginTextBlock ( ) : void
Résultat void

EndTextBlock() public méthode

public EndTextBlock ( ) : void
Résultat void

GetHeight() public méthode

public GetHeight ( ) : float
Résultat float

GetLlx() public méthode

public GetLlx ( ) : float
Résultat float

GetLly() public méthode

public GetLly ( ) : float
Résultat float

GetUrx() public méthode

public GetUrx ( ) : float
Résultat float

GetUry() public méthode

public GetUry ( ) : float
Résultat float

GetWidth() public méthode

public GetWidth ( ) : float
Résultat float

RenderImage() public méthode

public RenderImage ( ImageRenderInfo renderInfo ) : void
renderInfo ImageRenderInfo
Résultat void

RenderText() public méthode

public RenderText ( TextRenderInfo renderInfo ) : void
renderInfo TextRenderInfo
Résultat void