This file is indexed.

/usr/share/help/C/gnumeric/graphics-drawings.xml is in gnumeric-doc 1.12.35-1.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
<sect1 id="sect-graphics-drawings">
  <title>Drawing Elements</title>

  <para>
    A &gnum; worksheet can contain
    graphical elements which are simple drawing shapes.
  </para>

  <note>
    <para>
      This implementation of the drawing objects is temporary and will
      eventually be replaced by a more complete implementation
      including more types of drawing objects and based on scalable
      vector graphics (SVG) format graphical elements.

    </para>
  </note>

<!-- This section is identical to that in graphics-widgets.xml -->

  <para>
    Each of these elements can be added by selecting the appropriate
    icon on the object toolbar and using the thin cross-hair mouse
    pointer to place the element on the worksheet by clicking or by
    click-dragging with the primary mouse button. This process is
    explained in greater detail in <xref
    linkend="sect-graphical-overview-adding" />.
  </para>

  <para>
    Each of these elements can be configured using the context menu
    and its <guimenuitem>Properties</guimenuitem> menu item, as
    explained in <xref linkend="sect-graphical-overview-modifing" />.
  </para>

  <para>
    Each of these elements can be moved and resized on the worksheet, as
    explained in <xref linkend="sect-graphical-overview-moveNresize" />.
  </para>

  <para>
    The stacking order, from the front to the back, which determines
    which widgets obscure each other, can be changed using the entries
    in the context menu, as explained in <xref
    linkend="sect-graphical-overview-restacking" />. However, as
    explained in the note above, the widgets do not currently stack
    under the other graphical elements.
  </para>

  <para>
    Each of these elements can be deleted using the context menu and
    its <guimenuitem>Delete</guimenuitem> menu item, as 
    explained in <xref linkend="sect-graphical-overview-deleting" />.
  </para>

<!-- End of identical section. -->


  <sect2 id="sect-graphics-drawings-line">
    <title>Drawing Lines.</title>

    <para>
      Lines are simple drawing elements which can be added to a
    worksheet. <xref
    linkend="fig-gnumeric-graphics-drawings-line-example" /> shows a
    wide orange line element placed above the worksheet grid.
    </para>

    <figure id="fig-gnumeric-graphics-drawings-line-example">
      <title>
        A line drawing element.
      </title>
      <screenshot>
        <mediaobject>
          <imageobject>
            <imagedata fileref="figures/drawing-line.png" 
                       format="PNG"/>
          </imageobject>
          <textobject>
            <phrase>
               An image of a line drawing element. 
            </phrase>
          </textobject>
        </mediaobject>
      </screenshot>
    </figure>

   <sect3 id="sect-graphics-drawings-line-configure">
      <title>Configuring the properties of the line</title>

      <para>
        The properties of the line can be altered with the
        <guimenuitem>Properties</guimenuitem> menu item in the
        context menu which appears when the mouse cursor is placed
        over the line and one of the secondary mouse buttons is
        pressed.
      </para>

      <para>
        Lines have two properties, the color used for the line and the
        width of the line.
      </para>


      <figure id="fig-gnumeric-graphics-drawing-line-properties">
        <title>
          The configuration dialog for line properties.
        </title>
        <screenshot>
          <mediaobject>
            <imageobject>
              <imagedata fileref="figures/dialog-properties-line.png" 
                         format="PNG"/>
            </imageobject>
            <textobject>
              <phrase>
                 An image of the dialog used to configure line drawing
                 elements. 
              </phrase>
            </textobject>
          </mediaobject>
        </screenshot>
      </figure>

      <para>
        The color of the line can be altered by moving the mouse
        pointer over the button with the icon of a small,
        black, downward pointing arrow and then clicking with the
        primary mouse button. This will open up a panel with a number
        of standard colors presented as small squares. Any of these
        colors can be selected by moving the mouse pointer over the
        desired color and pressing once with the primary mouse
        button. Alternatively, a custom color can be chosen by
        clicking on the button at the bottom of the panel. This will
        open up the color chooser dialog. In this dialog colors can be
        defined using the numeric boxes or can be selected using the
        color triangle. The color can be selected by Clicking on the
        outer circle while the darkness or lightness can be selected
        by clicking inside the triangle. Once the desired color has
        been configured, this color can be used for the label outline
        by clicking on the <guibutton>OK</guibutton> button.
      </para>

      <para>
        The line width can be changed either by typing a new number
        into the text box or by using the up and down arrows to
        increment or decrement the width number.
      </para>

    </sect3>



  </sect2>

  <sect2 id="sect-graphics-drawings-arrow">
    <title>Drawing Arrows.</title>

    <para>
      Arrows are elements that can be used to point to values in a
      worksheet. <xref
      linkend="fig-gnumeric-graphics-drawings-arrow-example" /> shows
      a purple arrow floating over a worksheet
    </para>

    <figure id="fig-gnumeric-graphics-drawings-arrow-example">
      <title>
        An arrow drawing element.
      </title>
      <screenshot>
        <mediaobject>
          <imageobject>
            <imagedata fileref="figures/drawing-arrow.png" 
                       format="PNG"/>
          </imageobject>
          <textobject>
            <phrase>
               An image of an arrow drawing element. 
            </phrase>
          </textobject>
        </mediaobject>
      </screenshot>
    </figure>

   <sect3 id="sect-graphics-drawings-arrow-configure">
      <title>Configuring the properties of the arrow</title>

      <para>
        The properties of the arrow can be altered with the
        <guimenuitem>Properties</guimenuitem> menu item in the
        context menu which appears when the mouse cursor is placed
        over the arrow and one of the secondary mouse buttons is
        pressed.
      </para>

      <para>
        Arrows have five properties, the arrow color, the width of the
        line stem of the arrow, and tree dimensions for the arrow point
        which will be explained below.
      </para>

      <figure id="fig-gnumeric-graphics-drawing-arrow-properties">
        <title>
          The configuration dialog for arrow properties.
        </title>
        <screenshot>
          <mediaobject>
            <imageobject>
              <imagedata fileref="figures/dialog-properties-arrow.png" 
                         format="PNG"/>
            </imageobject>
            <textobject>
              <phrase>
                 An image of the dialog used to configure arrow drawing
                 elements. 
              </phrase>
            </textobject>
          </mediaobject>
        </screenshot>
      </figure>

      <para>
        The dimensions of related to the arrow are presented in <xref
        linkend="fig-gnumeric-graphics-drawing-arrow-dimensions"
        />.
      </para>

      <figure id="fig-gnumeric-graphics-drawing-arrow-dimensions">
        <title>
          The dimensions of the arrow point.
        </title>
        <screenshot>
          <mediaobject>
            <imageobject>
              <imagedata fileref="figures/arrowhead-dimensions.png" 
                         format="PNG"/>
            </imageobject>
            <textobject>
              <phrase>
                 An image describing the dimensions of the arrow head.
              </phrase>
            </textobject>
          </mediaobject>
        </screenshot>
      </figure>

      <para>
        The 'Arrow Tip' is the distance from the point of the
        arrow to the base of the arrowhead where the shaft begins. The
        'Arrow Length' is the distance from the arrow point to either
        of the outer side points of the arrow head, projected along
        the shaft of the arrow. The 'Arrow Width' is the distance
        between the two outer side points of the arrow head.
      </para>

    </sect3>


  </sect2>


  <sect2 id="sect-graphics-drawings-rectangle">
    <title>Drawing Rectangles.</title>

    <para>
      Rectangles are areal drawing elements. <xref
    linkend="fig-gnumeric-graphics-drawings-rectangle-example" />
    shows a yellow rectangle with a blue border.
    </para>

    <para>
      Rectangles have three properties which can be configured, the
      color and width of the border and the color of the interior of
      the rectangle.
    </para>

    <figure id="fig-gnumeric-graphics-drawings-rectangle-example">
      <title>
        A rectangle drawing element.
      </title>
      <screenshot>
        <mediaobject>
          <imageobject>
            <imagedata fileref="figures/drawing-rectangle.png" 
                       format="PNG"/>
          </imageobject>
          <textobject>
            <phrase>
               An image of a rectangle drawing element. 
            </phrase>
          </textobject>
        </mediaobject>
      </screenshot>
    </figure>

   <sect3 id="sect-graphics-drawings-rectangle-configure">
      <title>Configuring the properties of the rectangle</title>

      <para>
        The properties of the rectangle can be altered with the
        <guimenuitem>Properties</guimenuitem> menu item in the
        context menu which appears when the mouse cursor is placed
        over the rectangle and one of the secondary mouse buttons is
        pressed.
      </para>


      <figure id="fig-gnumeric-graphics-drawings-rectangle-properties">
        <title>
          The configuration dialog for rectangle properties.
        </title>
        <screenshot>
          <mediaobject>
            <imageobject>
              <imagedata fileref="figures/dialog-properties-rectangle.png" 
                         format="PNG"/>
            </imageobject>
            <textobject>
              <phrase>
                 An image of the dialog used to configure rectangle drawing
                 elements. 
              </phrase>
            </textobject>
          </mediaobject>
        </screenshot>
      </figure>

      <para>
        The color of the outline border can be configured by selecting
        a new color from the color picker as was explained in <xref
        linkend="sect-graphics-drawings-line" /> for the line drawing
        element. The width of the border can be configured by typing a
        new dimension in the text box or by clicking on the increment
        arrows, up to increase the width and down to decrease the
        width. The color of the interior of the rectangle, the 'fill'
        color, can be configured in the same way as the color of the
        outline border.
      </para>

    </sect3>


  </sect2>

  <sect2 id="sect-graphics-drawings-oval">
    <title>Drawing Ovals.</title>

   <para>
      Ovals are areal drawing elements. <xref
      linkend="fig-gnumeric-graphics-drawings-ovals-example" /> shows
      a red oval with a transparent background, which is a useful way
      to circle important ranges in a workbook.
    </para>

    <para>
      Ovals, like rectangles, can be configured in the color and width
      of the outline border, and the color of the fill.
    </para>

    <figure id="fig-gnumeric-graphics-drawings-ovals-example">
      <title>
        An oval drawing element.
      </title>
      <screenshot>
        <mediaobject>
          <imageobject>
            <imagedata fileref="figures/drawing-oval.png" 
                       format="PNG"/>
          </imageobject>
          <textobject>
            <phrase>
               An image of an oval drawing element. 
            </phrase>
          </textobject>
        </mediaobject>
      </screenshot>
    </figure>

   <sect3 id="sect-graphics-drawings-oval-configure">
      <title>Configuring the properties of the oval</title>

      <para>
        The properties of the oval can be altered with the
        <guimenuitem>Properties</guimenuitem> menu item in the
        context menu which appears when the mouse cursor is placed
        over the oval and one of the secondary mouse buttons is
        pressed.
      </para>


      <figure id="fig-gnumeric-graphics-drawings-oval-properties">
        <title>
          The configuration dialog for oval properties.
        </title>
        <screenshot>
          <mediaobject>
            <imageobject>
              <imagedata fileref="figures/dialog-properties-oval.png" 
                         format="PNG"/>
            </imageobject>
            <textobject>
              <phrase>
                 An image of the dialog used to configure oval drawing
                 elements. 
              </phrase>
            </textobject>
          </mediaobject>
        </screenshot>
      </figure>

      <para>
        The configuration of these properties is the same as the
      configuration of the rectangle properties explained above.
      </para>

    </sect3>


  </sect2>



</sect1>