C# Class AODL.ExternalExporter.PDF.Document.ContentConverter.MixedContentConverter

Summary for MixedContentConverter.
Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

GetMixedPdfContent() public static méthode

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

MixedContentConverter() public méthode

Initializes a new instance of the MixedContentConverter class.
public MixedContentConverter ( ) : System
Résultat System