Printing: Difference between revisions
From FreeMind
Jump to navigationJump to search
m (Reverted edit of Yvyfyjeh, changed back to last version by Dan Polansky) |
Dan Polansky (talk | contribs) (revert to last full version) |
||
Line 1: | Line 1: | ||
A mind map can be printed using the menu File > Print ... . | |||
The printing settings can be adjusted in the menu File > Page Setup. The settings are (a) "Fit To One Page" and (b) "Print Zoom Factor". | |||
In FreeMind 0.9.0, there is a print preview at File > Print Preview... . | |||
An alternative way to print a mind map is to export it to HTML first by pressing Control + H, and then print from the web browser. | |||
==Menu== | ==Menu== | ||
* File > Page Setup... | * File > Page Setup... | ||
* File > Print... | * File > Print... | ||
* File > Print Preview... (in 0.9.0, not in 0.8.1) | * File > Print Preview... (in 0.9.0, not in 0.8.1) | ||
==Keyboard== | |||
* Control + P: Print... | |||
==Implementation== | |||
* Controller.acquirePrinterJobAndPageFormat | |||
* Controller.PageAction | |||
* Controller.PrintAction | |||
* Controller.PrintPreviewAction | |||
* MapView.preparePrinting | |||
* MapView.endPrinting | |||
* MapView.print | |||
CVS: | |||
* [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/controller/Controller.java?view=log Controller] | |||
* [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/view/mindmapview/MapView.java?view=log MapView] | |||
[[Category:Development]] |
Latest revision as of 12:38, 22 November 2010
A mind map can be printed using the menu File > Print ... .
The printing settings can be adjusted in the menu File > Page Setup. The settings are (a) "Fit To One Page" and (b) "Print Zoom Factor".
In FreeMind 0.9.0, there is a print preview at File > Print Preview... .
An alternative way to print a mind map is to export it to HTML first by pressing Control + H, and then print from the web browser.
Menu
- File > Page Setup...
- File > Print...
- File > Print Preview... (in 0.9.0, not in 0.8.1)
Keyboard
- Control + P: Print...
Implementation
- Controller.acquirePrinterJobAndPageFormat
- Controller.PageAction
- Controller.PrintAction
- Controller.PrintPreviewAction
- MapView.preparePrinting
- MapView.endPrinting
- MapView.print
CVS: