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

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

공개 메소드들

메소드 설명
GetMixedPdfContent ( ContentCollection iContentCollection ) : ArrayList

Convert a AODL IContentCollection into an ArrayList of IElement iText objects.

MixedContentConverter ( ) : System

Initializes a new instance of the MixedContentConverter class.

메소드 상세

GetMixedPdfContent() 공개 정적인 메소드

Convert a AODL IContentCollection into an ArrayList of IElement iText objects.
public static GetMixedPdfContent ( ContentCollection iContentCollection ) : ArrayList
iContentCollection ContentCollection The i content collection.
리턴 System.Collections.ArrayList

MixedContentConverter() 공개 메소드

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