]> git.sur5r.net Git - glabels/blob - help/nl/createnew.page
Imported Upstream version 3.2.0
[glabels] / help / nl / createnew.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="createnew" xml:lang="nl">
3
4   <info>
5     <link type="guide" xref="index#usage"/>
6     <revision pkgversion="3.0" version="0.1" date="2010-05-04" status="incomplete"/>
7     <desc>
8       Create new objects within your document.
9     </desc>
10     <credit type="author">
11       <name>Jim Evins</name>
12       <email>evins@snaught.com</email>
13     </credit>
14     <credit type="author">
15       <name>Mario Blättermann</name>
16       <email>mario.blaettermann@gmail.com</email>
17     </credit>
18     <license>
19       <p>Creative Commons Share Alike 3.0</p>
20     </license>    
21   </info>
22
23     <title>To create new objects</title>
24
25       <p>Objects are created by choosing the appropriate selection under
26         the <guiseq><gui>Objects</gui><gui>Create Object</gui></guiseq> submenu
27         or the <gui>Drawing Toolbar</gui>.  This will place the display area into
28         object creation mode as indicated by its cursor.  To return to the default
29         object selection mode without creating an object, choose
30         <guiseq><gui>Objects</gui><gui>Select Mode</gui></guiseq>.  This will
31         return the display area's cursor to the default selection arrow.</p>
32
33       <p>The following describes the object creation mode for each object
34         type:</p>
35
36         <section>
37           <title>Text</title>
38             <p>Click the desired location of the upper left corner of the
39               text object.  New text objects are initialized with the
40               string "Text."  To change this text, or other properties, see
41               <link xref="editprop"/>.</p>
42         </section>
43
44         <section>
45           <title>Box</title>
46             <p>Click the desired location of the upper left corner of the
47               box object and drag to the desired location of the lower right
48               corner.  If you simply click in a single location, a square
49               box will be created. To change properties of the box object, see
50               <link xref="editprop"/>.</p>
51         </section>
52
53         <section>
54           <title>Line</title>
55             <p>Click the desired location of one end of the
56               line object and drag to the desired location of the other end.
57               If you simply click in a single location, a diagonal line
58               will be created. To change properties of the line object, see
59               <link xref="editprop"/>.</p>
60         </section>
61
62         <section>
63           <title>Ellipse</title>
64             <p>Click the desired location of the upper left corner of the
65               ellipse object and drag to the desired location of the lower
66               right corner.  If you simply click in a single location, a circle
67               will be created. To change properties of the ellipse object, see
68               <link xref="editprop"/>.</p>
69         </section>
70
71         <section>
72           <title>Image</title>
73             <p>Click the desired location of the upper left corner of the
74               image object and drag to the desired location of the lower
75               right corner.  If you simply click in a single location, a square
76               will be created.  New image objects are initialized with a
77               simple checkerboard image.  To change this image, or other
78               properties of the image object, see
79               <link xref="editprop"/>.</p>
80         </section>
81
82         <section>
83           <title>Barcode</title>
84             <p>Click the desired location of the upper left corner of the
85               barcode object.  New barcode objects are initialized to a
86               POSTNET barcode with representative data.  To change data
87               and properties of the barcode object, see
88               <link xref="editprop"/>.</p>
89         </section>
90
91 </page>