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

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

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

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

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

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

Converts the specified formated text.
public static Convert ( AODL formatedText ) : iTextSharp.text.Phrase
formatedText AODL The formated text.
Результат iTextSharp.text.Phrase

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

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

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

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
Результат ICollection