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

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

Méthodes publiques

Méthode 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 méthode

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

HeadingConverter() public méthode

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