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.
|
public static Convert ( AODL simpleText, iTextSharp font ) : iTextSharp.text.Chunk | ||
simpleText | AODL | The simple text. |
font | iTextSharp | |
return | iTextSharp.text.Chunk |
public static ConvertTabs ( AODL tabStop, iTextSharp font ) : iTextSharp.text.Phrase | ||
tabStop | AODL | The tab stop. |
font | iTextSharp | |
return | iTextSharp.text.Phrase |
public static ConvertWhiteSpaces ( AODL whiteSpace, iTextSharp font ) : iTextSharp.text.Phrase | ||
whiteSpace | AODL | The white space. |
font | iTextSharp | |
return | iTextSharp.text.Phrase |