C# Class AODL.ExternalExporter.PDF.Document.ContentConverter.FormatedTextConverter

Summary for FormatedTextConverter.
Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes publiques

Méthode Description
Convert ( AODL formatedText ) : iTextSharp.text.Phrase

Converts the specified formated text.

FormatedTextConverter ( ) : System

Initializes a new instance of the FormatedTextConverter class.

GetTextContents ( AODL.Document.Content.Text.ITextCollection textCollection, iTextSharp font ) : ICollection

Gets the text contents.

Method Details

Convert() public static méthode

Converts the specified formated text.
public static Convert ( AODL formatedText ) : iTextSharp.text.Phrase
formatedText AODL The formated text.
Résultat iTextSharp.text.Phrase

FormatedTextConverter() public méthode

Initializes a new instance of the FormatedTextConverter class.
public FormatedTextConverter ( ) : System
Résultat System

GetTextContents() public static méthode

Gets the text contents.
public static GetTextContents ( AODL.Document.Content.Text.ITextCollection textCollection, iTextSharp font ) : ICollection
textCollection AODL.Document.Content.Text.ITextCollection The text collection.
font iTextSharp
Résultat ICollection