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

Summary for ParagraphConverter.
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method 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 method

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

ConvertParagraphStyles() public static method

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.
return AODL.ExternalExporter.PDF.Document.iTextExt.ParagraphExt

ParagraphConverter() public method

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