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

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

Méthodes publiques

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

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

ConvertTabs() public static méthode

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

ConvertWhiteSpaces() public static méthode

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

SimpleTextConverter() public méthode

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