Printing: Difference between revisions

From FreeMind
Jump to navigationJump to search
No edit summary
(revert to last full version)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
>==Menu==
A mind map can be printed using the menu File > Print ... .
* File > Page Setup...
* File > Print...
* File > Print Preview... (in 0.9.0, not in 0.8.1)


----
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".
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
 
----
In FreeMind 0.9.0, there is a print preview at File > Print Preview... .
=[http://idocujufe.co.cc Under Construction! Please Visit Reserve Page. Page Will Be Available Shortly]=
 
----
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.
=[http://idocujufe.co.cc CLICK HERE]=
 
----
==Menu==
</div>
* 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:
* [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: