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

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

Public Methods

Method Description
Convert ( AODL simpleText, iTextSharp font ) : iTextSharp.text.Chunk

Converts the specified simple text.

ConvertTabs ( AODL tabStop, iTextSharp font ) : iTextSharp.text.Phrase

Converts the tabs.

ConvertWhiteSpaces ( AODL whiteSpace, iTextSharp font ) : iTextSharp.text.Phrase

Converts the white spaces.

SimpleTextConverter ( ) : System

Initializes a new instance of the SimpleTextConverter class.

Method Details

Convert() public static method

Converts the specified simple text.
public static Convert ( AODL simpleText, iTextSharp font ) : iTextSharp.text.Chunk
simpleText AODL The simple text.
font iTextSharp
return iTextSharp.text.Chunk

ConvertTabs() public static method

Converts the tabs.
public static ConvertTabs ( AODL tabStop, iTextSharp font ) : iTextSharp.text.Phrase
tabStop AODL The tab stop.
font iTextSharp
return iTextSharp.text.Phrase

ConvertWhiteSpaces() public static method

Converts the white spaces.
public static ConvertWhiteSpaces ( AODL whiteSpace, iTextSharp font ) : iTextSharp.text.Phrase
whiteSpace AODL The white space.
font iTextSharp
return iTextSharp.text.Phrase

SimpleTextConverter() public method

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