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

Summary for FormatedTextConverter.
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

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

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

FormatedTextConverter() public method

Initializes a new instance of the FormatedTextConverter class.
public FormatedTextConverter ( ) : System
return System

GetTextContents() public static method

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
return ICollection