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

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

Méthodes publiques

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

Method Details

Convert() public static méthode

Converts the specified paragraph.
public static Convert ( AODL paragraph ) : iTextSharp.text.Paragraph
paragraph AODL The paragraph.
Résultat iTextSharp.text.Paragraph

ConvertParagraphStyles() public static méthode

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.
Résultat AODL.ExternalExporter.PDF.Document.iTextExt.ParagraphExt

ParagraphConverter() public méthode

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