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

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

공개 메소드들

메소드 설명
Convert ( AODL paragraph ) : iTextSharp.text.Paragraph

Converts the specified paragraph.

ConvertParagraphStyles ( AODL paragraph, ParagraphExt paragraphPDF ) : ParagraphExt

Converts the paragraph styles.

ParagraphConverter ( ) : System

Initializes a new instance of the ParagraphConverter class.

메소드 상세

Convert() 공개 정적인 메소드

Converts the specified paragraph.
public static Convert ( AODL paragraph ) : iTextSharp.text.Paragraph
paragraph AODL The paragraph.
리턴 iTextSharp.text.Paragraph

ConvertParagraphStyles() 공개 정적인 메소드

Converts the paragraph styles.
public static ConvertParagraphStyles ( AODL paragraph, ParagraphExt paragraphPDF ) : ParagraphExt
paragraph AODL The paragraph.
paragraphPDF AODL.ExternalExporter.PDF.Document.iTextExt.ParagraphExt The paragraph PDF.
리턴 AODL.ExternalExporter.PDF.Document.iTextExt.ParagraphExt

ParagraphConverter() 공개 메소드

Initializes a new instance of the ParagraphConverter class.
public ParagraphConverter ( ) : System
리턴 System