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

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

공개 메소드들

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