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

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

Public Methods

Method Description
Convert ( Header heading ) : iTextSharp.text.Paragraph

Converts the specified heading.

HeadingConverter ( ) : System

Initializes a new instance of the HeadingConverter class.

Method Details

Convert() public static method

Converts the specified heading.
public static Convert ( Header heading ) : iTextSharp.text.Paragraph
heading AODL.Document.Content.Text.Header The heading.
return iTextSharp.text.Paragraph

HeadingConverter() public method

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