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

ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
GetAscentLine ( ) : LineSegment
GetBaseline ( ) : LineSegment
GetCharacterRenderInfos ( ) : List
GetDescentLine ( ) : LineSegment
GetFont ( ) : DocumentFont
GetRise ( ) : float
GetSingleSpaceWidth ( ) : float
GetText ( ) : String
GetTextRenderMode ( ) : int
HasMcid ( int mcid ) : bool

Private Methods

Method Description
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

Method Details

GetAscentLine() public method

public GetAscentLine ( ) : LineSegment
return LineSegment

GetBaseline() public method

public GetBaseline ( ) : LineSegment
return LineSegment

GetCharacterRenderInfos() public method

public GetCharacterRenderInfos ( ) : List
return List

GetDescentLine() public method

public GetDescentLine ( ) : LineSegment
return LineSegment

GetFont() public method

public GetFont ( ) : DocumentFont
return DocumentFont

GetRise() public method

public GetRise ( ) : float
return float

GetSingleSpaceWidth() public method

public GetSingleSpaceWidth ( ) : float
return float

GetText() public method

public GetText ( ) : String
return String

GetTextRenderMode() public method

public GetTextRenderMode ( ) : int
return int

HasMcid() public method

public HasMcid ( int mcid ) : bool
mcid int
return bool