C# Class PDFExport.PDFExportPlugin

A plugin to export a diagram to a pdf.
Inheritance: NClass.GUI.Plugin
Afficher le fichier Open project: gbaychev/NClass

Méthodes publiques

Méthode Description
PDFExportPlugin ( NClassEnvironment environment ) : System

Constructs a new instance of PDFExportPlugin.

Méthodes protégées

Méthode Description
Launch ( ) : void

Starts the functionality of the plugin.

Private Methods

Méthode Description
PDFExportPlugin ( ) : System

Set up the current culture for the strings.

menuItem_Click ( object sender, EventArgs e ) : void

Starts the export.

Method Details

Launch() protected méthode

Starts the functionality of the plugin.
protected Launch ( ) : void
Résultat void

PDFExportPlugin() public méthode

Constructs a new instance of PDFExportPlugin.
public PDFExportPlugin ( NClassEnvironment environment ) : System
environment NClass.GUI.NClassEnvironment An instance of NClassEnvironment.
Résultat System