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

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

Méthodes publiques

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

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

public GetAscentLine ( ) : LineSegment
Résultat LineSegment

GetBaseline() public méthode

public GetBaseline ( ) : LineSegment
Résultat LineSegment

GetCharacterRenderInfos() public méthode

public GetCharacterRenderInfos ( ) : List
Résultat List

GetDescentLine() public méthode

public GetDescentLine ( ) : LineSegment
Résultat LineSegment

GetFont() public méthode

public GetFont ( ) : DocumentFont
Résultat DocumentFont

GetRise() public méthode

public GetRise ( ) : float
Résultat float

GetSingleSpaceWidth() public méthode

public GetSingleSpaceWidth ( ) : float
Résultat float

GetText() public méthode

public GetText ( ) : String
Résultat String

GetTextRenderMode() public méthode

public GetTextRenderMode ( ) : int
Résultat int

HasMcid() public méthode

public HasMcid ( int mcid ) : bool
mcid int
Résultat bool