]> git.sur5r.net Git - glabels/blob - help/sl/skipfields.page
Imported Upstream version 3.0.1
[glabels] / help / sl / skipfields.page
1 <?xml version="1.0" encoding="utf-8"?>
2 <page xmlns="http://projectmallard.org/1.0/" xmlns:e="http://projectmallard.org/experimental/" type="guide" id="mergeskipfields" xml:lang="sl">
3
4   <info>
5     <link type="guide" xref="index#merging"/>
6     <revision pkgversion="3.0" version="0.1" date="2010-05-04" status="incomplete"/>
7     <desc>Kako preskočiti prazne vrstice v naslovu pri spajanju dokumentov.</desc>
8     <credit type="author">
9       <name>Jim Evins</name>
10       <email>evins@snaught.com</email>
11     </credit>
12     <credit type="author">
13       <name>Mario Blättermann</name>
14       <email>mariobl@gnome.org</email>
15     </credit>
16     <license>
17       <p>Creative Commons Share Alike 3.0</p>
18     </license>    
19   </info>
20
21   <title>Izpuščanje praznih vrstic naslova</title>
22
23   <p>This feature can be best described by a simple example.  In the
24   following CSV file, column 5 (ADDR2) contains the second address line
25   for each record.  This field is empty in records 1 and 2, but not in
26   record 3. (For this feature to work, the field must be completely
27   empty -- any text, including spaces will defeat this feature.)</p>
28
29   <code>
30   LAST,FIRST,MI,ADDR1,ADDR2,CITY,STATE,ZIP
31   Summers,Joyce,,"1630 Revello Dr",,Sunnydale,CA,95037
32   McGarret,Steve,O,"404 Piikoi Street",,Honolulu,HI,96813
33   Kramer,Cosmo,,"Apt 5B","129 W. 81 St.","New York",NY,10024-7207
34   </code>
35
36   <p>In the following screenshot, a single multiline text object has been
37   created to format these addresses.  Notice that ${ADDR2} representing
38   the second address line is on a line by itself.  (Any additional text
39   on this line, including spaces would defeat this feature.)</p>
40
41   <media type="image" src="figures/skip-fields-screenshot.png" mime="image/png" style="right">
42   <p>Večvrstični naslov</p>
43   </media>
44
45   <p>Printing this label results in the following output.  Notice that the
46   line containing the ${ADDR2} field is completely skipped for the first
47   two records, without printing a blank line.</p>
48
49   <media type="image" src="figures/skip-fields-output.png" mime="image/png" style="right">
50   <p>Izhod</p>
51   </media>
52
53 </page>