C# Класс AODL.ExternalExporter.PDF.Document.ContentConverter.SimpleTextConverter

Summary for SimpleTextConverter.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Convert() публичный статический Метод

Converts the specified simple text.
public static Convert ( AODL simpleText, iTextSharp font ) : iTextSharp.text.Chunk
simpleText AODL The simple text.
font iTextSharp
Результат iTextSharp.text.Chunk

ConvertTabs() публичный статический Метод

Converts the tabs.
public static ConvertTabs ( AODL tabStop, iTextSharp font ) : iTextSharp.text.Phrase
tabStop AODL The tab stop.
font iTextSharp
Результат iTextSharp.text.Phrase

ConvertWhiteSpaces() публичный статический Метод

Converts the white spaces.
public static ConvertWhiteSpaces ( AODL whiteSpace, iTextSharp font ) : iTextSharp.text.Phrase
whiteSpace AODL The white space.
font iTextSharp
Результат iTextSharp.text.Phrase

SimpleTextConverter() публичный Метод

Initializes a new instance of the SimpleTextConverter class.
public SimpleTextConverter ( ) : System
Результат System