[gnumeric] update printing documentation



commit 4b1f69f246bb3beb52c04163fe1c3562eacf5149
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date:   Sat Jul 30 18:07:21 2011 -0600

    update printing documentation
    
    2011-07-30  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* printing.xml: updated
    	* figures/printing-setup-sheet.png: updated
    	* figures/printing-setup-printarea.png: new
    	* figures/Makefile.am: add printing-setup-printarea.png

 doc/C/ChangeLog                        |    7 +++
 doc/C/figures/Makefile.am              |    1 +
 doc/C/figures/printing-setup-sheet.png |  Bin 48720 -> 55928 bytes
 doc/C/printing.xml                     |   80 +++++++++++++++++++++++++++-----
 4 files changed, 76 insertions(+), 12 deletions(-)
---
diff --git a/doc/C/ChangeLog b/doc/C/ChangeLog
index 6a2a258..aab2f13 100644
--- a/doc/C/ChangeLog
+++ b/doc/C/ChangeLog
@@ -1,3 +1,10 @@
+2011-07-30  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* printing.xml: updated
+	* figures/printing-setup-sheet.png: updated
+	* figures/printing-setup-printarea.png: new
+	* figures/Makefile.am: add printing-setup-printarea.png
+
 2011-06-16  Morten Welinder <terra gnome org>
 
 	* Release 1.10.16
diff --git a/doc/C/figures/Makefile.am b/doc/C/figures/Makefile.am
index a4305b4..858335e 100644
--- a/doc/C/figures/Makefile.am
+++ b/doc/C/figures/Makefile.am
@@ -352,6 +352,7 @@ EXTRA_DIST = \
      printing-setup-header-config.png \
      printing-setup-header.png \
      printing-setup-page.png \
+     printing-setup-printarea.png \
      printing-setup-sheet.png \
      selection-1.png \
      selection-10.png \
diff --git a/doc/C/figures/printing-setup-sheet.png b/doc/C/figures/printing-setup-sheet.png
index 6719a4a..07de268 100644
Binary files a/doc/C/figures/printing-setup-sheet.png and b/doc/C/figures/printing-setup-sheet.png differ
diff --git a/doc/C/printing.xml b/doc/C/printing.xml
index cbbd0a2..de79b6f 100644
--- a/doc/C/printing.xml
+++ b/doc/C/printing.xml
@@ -427,15 +427,15 @@
    </tip> 
   </sect2>
  
-  <sect2 id="print-setup-dialog-sheet">
-   <title>Page Setup Dialog - Sheet</title>
+  <sect2 id="print-setup-dialog-printarea">
+   <title>Page Setup Dialog - Print Area</title>
 
-   <figure id="print-setup-sheet">
-    <title><interface>Print Setup Sheet Tab</interface></title>
+   <figure id="print-setup-printarea">
+    <title><interface>Print Setup Print Area Tab</interface></title>
     <mediaobject>
       <imageobject>
 	<imagedata format="PNG"
-		   fileref="figures/printing-setup-sheet.png" />
+		   fileref="figures/printing-setup-printarea.png" />
       </imageobject>
     </mediaobject>
    </figure>
@@ -461,6 +461,21 @@
     </para>
    </warning>
 
+  </sect2>
+
+  <sect2 id="print-setup-dialog-sheet">
+    <title>Page Setup Dialog - Sheet</title>
+
+    <figure id="print-setup-sheet">
+      <title><interface>Print Setup Sheet Tab</interface></title>
+    <mediaobject>
+      <imageobject>
+	<imagedata format="PNG"
+		   fileref="figures/printing-setup-sheet.png" />
+      </imageobject>
+    </mediaobject>
+   </figure>
+
    <para>
    Select <guilabel>Grid lines</guilabel> to print the cell
    grid lines with your document. Unselect the button to hide
@@ -473,13 +488,14 @@
    </para>
 
    <para>
-   Select <guilabel>Do not print with all sheets</guilabel>
-    <warning>
-     <para>
-     TO BE FILLED
-     </para>
-    </warning>
-   </para>
+   Select <guilabel>Do not print with all sheets</guilabel> if you 
+   want to avoid printing this sheet whenever you choose to print 
+   <guilabel>all sheets</guilabel>. If this item is checked then 
+   this sheet will only be printed as the active sheet or as part 
+   of a range of sheets. 
+   This is useful if you have a non-hidden sheet that contains only 
+   auxillary information and should normally not be printed.
+    </para>
 
    <para>
    Select <guilabel>Row and column headings</guilabel> to 
@@ -496,6 +512,46 @@
    </para>
 
    <para>
+     The <guilabel>Errors</guilabel> selection box allows you to
+     choose how to print error values:
+    <variablelist>
+      <varlistentry>
+	<term>Print as displayed</term>
+	<listitem>
+	  <para> 
+	    Every error value is printed just as shown on the worksheet.
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>Print as spaces</term>
+	<listitem>
+	  <para>
+	    No error values are printed.
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>Print as dashes</term>
+	<listitem>
+	  <para>
+	    Every error value is replaced by two m-dashes (separated 
+	    by a thin space): "&#x2014;&#x200a;&#x2014;".
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>Print as NA</term>
+	<listitem>
+	  <para>
+	    Every error value is printed as an #N/A error.
+	  </para>
+	</listitem>
+      </varlistentry>
+    </variablelist>
+   </para>
+
+   <para>
    Finally you can decide about the direction in which the
    workbook will be printed (Down, then right or Right, then
    down).



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]