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

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

공개 메소드들

메소드 설명
GetAscentLine ( ) : LineSegment
GetBaseline ( ) : LineSegment
GetCharacterRenderInfos ( ) : List
GetDescentLine ( ) : LineSegment
GetFont ( ) : DocumentFont
GetRise ( ) : float
GetSingleSpaceWidth ( ) : float
GetText ( ) : String
GetTextRenderMode ( ) : int
HasMcid ( int mcid ) : bool

비공개 메소드들

메소드 설명
ConvertHeightFromTextSpaceToUserSpace ( float height ) : float
ConvertWidthFromTextSpaceToUserSpace ( float width ) : float
GetStringWidth ( String str ) : float
GetUnscaledBaselineWithOffset ( float yOffset ) : LineSegment
GetUnscaledFontSpaceWidth ( ) : float
GetUnscaledWidth ( ) : float
TextRenderInfo ( String text, GraphicsState gs, Matrix textMatrix, ICollection markedContentInfo ) : System
TextRenderInfo ( TextRenderInfo parent, int charIndex, float horizontalOffset ) : System

메소드 상세

GetAscentLine() 공개 메소드

public GetAscentLine ( ) : LineSegment
리턴 LineSegment

GetBaseline() 공개 메소드

public GetBaseline ( ) : LineSegment
리턴 LineSegment

GetCharacterRenderInfos() 공개 메소드

public GetCharacterRenderInfos ( ) : List
리턴 List

GetDescentLine() 공개 메소드

public GetDescentLine ( ) : LineSegment
리턴 LineSegment

GetFont() 공개 메소드

public GetFont ( ) : DocumentFont
리턴 DocumentFont

GetRise() 공개 메소드

public GetRise ( ) : float
리턴 float

GetSingleSpaceWidth() 공개 메소드

public GetSingleSpaceWidth ( ) : float
리턴 float

GetText() 공개 메소드

public GetText ( ) : String
리턴 String

GetTextRenderMode() 공개 메소드

public GetTextRenderMode ( ) : int
리턴 int

HasMcid() 공개 메소드

public HasMcid ( int mcid ) : bool
mcid int
리턴 bool