C# 클래스 iTextSharp.text.pdf.parser.TextMarginFinder

상속: IRenderListener
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
BeginTextBlock ( ) : void
EndTextBlock ( ) : void
GetHeight ( ) : float
GetLlx ( ) : float
GetLly ( ) : float
GetUrx ( ) : float
GetUry ( ) : float
GetWidth ( ) : float
RenderImage ( ImageRenderInfo renderInfo ) : void
RenderText ( TextRenderInfo renderInfo ) : void

메소드 상세

BeginTextBlock() 공개 메소드

public BeginTextBlock ( ) : void
리턴 void

EndTextBlock() 공개 메소드

public EndTextBlock ( ) : void
리턴 void

GetHeight() 공개 메소드

public GetHeight ( ) : float
리턴 float

GetLlx() 공개 메소드

public GetLlx ( ) : float
리턴 float

GetLly() 공개 메소드

public GetLly ( ) : float
리턴 float

GetUrx() 공개 메소드

public GetUrx ( ) : float
리턴 float

GetUry() 공개 메소드

public GetUry ( ) : float
리턴 float

GetWidth() 공개 메소드

public GetWidth ( ) : float
리턴 float

RenderImage() 공개 메소드

public RenderImage ( ImageRenderInfo renderInfo ) : void
renderInfo ImageRenderInfo
리턴 void

RenderText() 공개 메소드

public RenderText ( TextRenderInfo renderInfo ) : void
renderInfo TextRenderInfo
리턴 void