Printing: Difference between revisions
From FreeMind
Jump to navigationJump to search
Dan Polansky (talk | contribs) (+) |
Dan Polansky (talk | contribs) (+settings and more) |
||
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... | * File > Print Preview... (in 0.9.0, not in 0.8.1) | ||
==Keyboard== | ==Keyboard== |
Revision as of 15:00, 7 January 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: