C# 클래스 AODL.ExternalExporter.PDF.Document.ContentConverter.FormatedTextConverter

Summary for FormatedTextConverter.
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
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