]> git.sur5r.net Git - glabels/blob - help/id/skipfields.page
Imported Upstream version 3.2.0
[glabels] / help / id / 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="id">
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>Bagaimana melewati baris alamat kosong ketika melakukan penggabungan dokumen.</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>mario.blaettermann@gmail.com</email>
15     </credit>
16     <license>
17       <p>Creative Commons Share Alike 3.0</p>
18     </license>    
19   </info>
20
21   <title>Melewati baris alamat kosong</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   BELAKANG,DEPAN,TENGAH,ALAMAT1,ALAMAT2,KOTA,STATE,KODEPOS
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>Pada cuplikan layar berikut, suatu objek teks mutlibaris tunggal telah dibuat untuk memformat alamat-alamat ini. Perhatikan bahwa ${ALAMAT2} yang mewakili baris alamat kedua berada pada suatu baris sendiri. (Sebarang teks tambahan pada baris ini, termasuk spasi, akan menggagalkan fitur ini)</p>
37
38   <media type="image" src="figures/skip-fields-screenshot.png" mime="image/png" style="right">
39   <p>Alamat multi baris</p>
40   </media>
41
42   <p>Mencetak label ini menghasilkan keluaran berikut. Perhatikan bahwa baris yang memuat ruas ${ALAMAT2} dilewati sepenuhnya bagi dua record pertama, tanpa mencetak suatu baris kosong.</p>
43
44   <media type="image" src="figures/skip-fields-output.png" mime="image/png" style="right">
45   <p>Keluaran</p>
46   </media>
47
48 </page>