C# Class Tomboy.ExportToHtml.ExportToHtmlNoteAddin

Inheritance: Tomboy.NoteAddin
Show file Open project: oluc/tomboy

Private Properties

Property Type Description
ExportButtonClicked void

Public Methods

Method Description
Initialize ( ) : void
OnNoteOpened ( ) : void
Shutdown ( ) : void
WriteHTMLForNote ( TextWriter writer, Note note, bool export_linked, bool export_linked_all ) : void

Private Methods

Method Description
ExportButtonClicked ( object sender, EventArgs args ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

OnNoteOpened() public method

public OnNoteOpened ( ) : void
return void

Shutdown() public method

public Shutdown ( ) : void
return void

WriteHTMLForNote() public method

public WriteHTMLForNote ( TextWriter writer, Note note, bool export_linked, bool export_linked_all ) : void
writer System.IO.TextWriter
note Tomboy.Note
export_linked bool
export_linked_all bool
return void