File: HaruPage.xml

package info (click to toggle)
phpdox 0.12.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 7,672 kB
  • sloc: xml: 80,724; php: 9,167; makefile: 13
file content (639 lines) | stat: -rw-r--r-- 29,913 bytes parent folder | download | duplicates (3)
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
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="HaruPage" namespace="" name="HaruPage">
  <method name="arc" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Append an arc to the current path"/>
      <return type="bool"/>
    </docblock>
    <parameter name="x" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="y" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="ray" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="ang1" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="ang2" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="beginText" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Begin a text object and set the current text position to (0,0)"/>
      <return type="bool"/>
    </docblock>
  </method>
  <method name="circle" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Append a circle to the current path"/>
      <return type="bool"/>
    </docblock>
    <parameter name="x" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="y" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="ray" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="closePath" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Append a straight line from the current point to the start point of the path"/>
      <return type="bool"/>
    </docblock>
  </method>
  <method name="concat" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Concatenate current transformation matrix of the page and the specified matrix"/>
      <return type="bool"/>
    </docblock>
    <parameter name="a" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="b" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="c" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="d" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="x" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="y" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="createDestination" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Create new HaruDestination instance"/>
      <return type="object"/>
    </docblock>
  </method>
  <method name="createLinkAnnotation" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Create new HaruAnnotation instance"/>
      <return type="object"/>
    </docblock>
    <parameter name="rectangle" optional="false" byreference="false" type="object" class="array"/>
    <parameter name="destination" optional="false" byreference="false" type="object" class="object"/>
  </method>
  <method name="createTextAnnotation" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Create new HaruAnnotation instance"/>
      <return type="object"/>
    </docblock>
    <parameter name="rectangle" optional="false" byreference="false" type="object" class="array"/>
    <parameter name="text" optional="false" byreference="false" type="string"/>
    <parameter name="encoder" optional="true" byreference="false" type="object" class="object"/>
  </method>
  <method name="createURLAnnotation" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Create and return new HaruAnnotation instance"/>
      <return type="object"/>
    </docblock>
    <parameter name="rectangle" optional="false" byreference="false" type="object" class="array"/>
    <parameter name="url" optional="false" byreference="false" type="string"/>
  </method>
  <method name="curveTo2" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Append a Bezier curve to the current path"/>
      <return type="bool"/>
    </docblock>
    <parameter name="x2" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="y2" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="x3" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="y3" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="curveTo3" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Append a Bezier curve to the current path"/>
      <return type="bool"/>
    </docblock>
    <parameter name="x1" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="y1" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="x3" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="y3" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="curveTo" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Append a Bezier curve to the current path"/>
      <return type="bool"/>
    </docblock>
    <parameter name="x1" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="y1" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="x2" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="y2" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="x3" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="y3" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="drawImage" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Show image at the page"/>
      <return type="bool"/>
    </docblock>
    <parameter name="image" optional="false" byreference="false" type="object" class="object"/>
    <parameter name="x" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="y" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="width" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="height" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="ellipse" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Append an ellipse to the current path"/>
      <return type="bool"/>
    </docblock>
    <parameter name="x" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="y" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="xray" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="yray" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="endPath" abstract="false" static="false" final="false">
    <docblock>
      <description compact="End current path object without filling and painting operations"/>
      <return type="bool"/>
    </docblock>
  </method>
  <method name="endText" abstract="false" static="false" final="false">
    <docblock>
      <description compact="End current text object"/>
      <return type="bool"/>
    </docblock>
  </method>
  <method name="eofill" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Fill current path using even-odd rule"/>
      <return type="bool"/>
    </docblock>
  </method>
  <method name="eoFillStroke" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Fill current path using even-odd rule, then paint the path"/>
      <return type="bool"/>
    </docblock>
    <parameter name="close_path" optional="true" byreference="false" type="object" class="bool"/>
  </method>
  <method name="fill" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Fill current path using nonzero winding number rule"/>
      <return type="bool"/>
    </docblock>
  </method>
  <method name="fillStroke" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Fill current path using nonzero winding number rule, then paint the path"/>
      <return type="bool"/>
    </docblock>
    <parameter name="close_path" optional="true" byreference="false" type="object" class="bool"/>
  </method>
  <method name="getCharSpace" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the current value of character spacing"/>
      <return type="float"/>
    </docblock>
  </method>
  <method name="getCMYKFill" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the current filling color"/>
      <return type="array"/>
    </docblock>
  </method>
  <method name="getCMYKStroke" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the current stroking color"/>
      <return type="array"/>
    </docblock>
  </method>
  <method name="getCurrentFont" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the currently used font"/>
      <return type="object"/>
    </docblock>
  </method>
  <method name="getCurrentFontSize" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the current font size"/>
      <return type="float"/>
    </docblock>
  </method>
  <method name="getCurrentPos" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the current position for path painting"/>
      <return type="array"/>
    </docblock>
  </method>
  <method name="getCurrentTextPos" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the current position for text printing"/>
      <return type="array"/>
    </docblock>
  </method>
  <method name="getDash" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the current dash pattern"/>
      <return type="array"/>
    </docblock>
  </method>
  <method name="getFillingColorSpace" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the current filling color space"/>
      <return type="int"/>
    </docblock>
  </method>
  <method name="getFlatness" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the flatness of the page"/>
      <return type="float"/>
    </docblock>
  </method>
  <method name="getGMode" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the current graphics mode"/>
      <return type="int"/>
    </docblock>
  </method>
  <method name="getGrayFill" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the current filling color"/>
      <return type="float"/>
    </docblock>
  </method>
  <method name="getGrayStroke" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the current stroking color"/>
      <return type="float"/>
    </docblock>
  </method>
  <method name="getHeight" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the height of the page"/>
      <return type="float"/>
    </docblock>
  </method>
  <method name="getHorizontalScaling" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the current value of horizontal scaling"/>
      <return type="float"/>
    </docblock>
  </method>
  <method name="getLineCap" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the current line cap style"/>
      <return type="int"/>
    </docblock>
  </method>
  <method name="getLineJoin" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the current line join style"/>
      <return type="int"/>
    </docblock>
  </method>
  <method name="getLineWidth" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the current line width"/>
      <return type="float"/>
    </docblock>
  </method>
  <method name="getMiterLimit" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the value of miter limit"/>
      <return type="float"/>
    </docblock>
  </method>
  <method name="getRGBFill" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the current filling color"/>
      <return type="array"/>
    </docblock>
  </method>
  <method name="getRGBStroke" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the current stroking color"/>
      <return type="array"/>
    </docblock>
  </method>
  <method name="getStrokingColorSpace" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the current stroking color space"/>
      <return type="int"/>
    </docblock>
  </method>
  <method name="getTextLeading" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the current value of line spacing"/>
      <return type="float"/>
    </docblock>
  </method>
  <method name="getTextMatrix" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the current text transformation matrix of the page"/>
      <return type="array"/>
    </docblock>
  </method>
  <method name="getTextRenderingMode" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the current text rendering mode"/>
      <return type="int"/>
    </docblock>
  </method>
  <method name="getTextRise" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the current value of text rising"/>
      <return type="float"/>
    </docblock>
  </method>
  <method name="getTextWidth" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the width of the text using current fontsize, character spacing and word spacing"/>
      <return type="float"/>
    </docblock>
    <parameter name="text" optional="false" byreference="false" type="string"/>
  </method>
  <method name="getTransMatrix" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the current transformation matrix of the page"/>
      <return type="array"/>
    </docblock>
  </method>
  <method name="getWidth" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the width of the page"/>
      <return type="float"/>
    </docblock>
  </method>
  <method name="getWordSpace" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get the current value of word spacing"/>
      <return type="float"/>
    </docblock>
  </method>
  <method name="lineTo" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Draw a line from the current point to the specified point"/>
      <return type="bool"/>
    </docblock>
    <parameter name="x" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="y" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="measureText" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Calculate the byte length of characters which can be included on one line of the specified width"/>
      <return type="int"/>
    </docblock>
    <parameter name="text" optional="false" byreference="false" type="string"/>
    <parameter name="width" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="wordwrap" optional="true" byreference="false" type="object" class="bool"/>
  </method>
  <method name="moveTextPos" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Move text position to the specified offset"/>
      <return type="bool"/>
    </docblock>
    <parameter name="x" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="y" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="set_leading" optional="true" byreference="false" type="object" class="bool"/>
  </method>
  <method name="moveTo" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Set starting point for new drawing path"/>
      <return type="bool"/>
    </docblock>
    <parameter name="x" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="y" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="moveToNextLine" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Move text position to the start of the next line"/>
      <return type="bool"/>
    </docblock>
  </method>
  <method name="rectangle" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Append a rectangle to the current path"/>
      <return type="bool"/>
    </docblock>
    <parameter name="x" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="y" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="width" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="height" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="setCharSpace" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Set character spacing for the page"/>
      <return type="bool"/>
    </docblock>
    <parameter name="char_space" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="setCMYKFill" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Set filling color for the page"/>
      <return type="bool"/>
    </docblock>
    <parameter name="c" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="m" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="y" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="k" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="setCMYKStroke" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Set stroking color for the page"/>
      <return type="bool"/>
    </docblock>
    <parameter name="c" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="m" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="y" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="k" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="setDash" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Set the dash pattern for the page"/>
      <return type="bool"/>
    </docblock>
    <parameter name="pattern" optional="false" byreference="false" type="object" class="array"/>
    <parameter name="phase" optional="false" byreference="false" type="int"/>
  </method>
  <method name="setFlatness" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Set flatness for the page"/>
      <return type="bool"/>
    </docblock>
    <parameter name="flatness" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="setFontAndSize" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Set font and fontsize for the page"/>
      <return type="bool"/>
    </docblock>
    <parameter name="font" optional="false" byreference="false" type="object" class="object"/>
    <parameter name="size" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="setGrayFill" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Set filling color for the page"/>
      <return type="bool"/>
    </docblock>
    <parameter name="value" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="setGrayStroke" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Sets stroking color for the page"/>
      <return type="bool"/>
    </docblock>
    <parameter name="value" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="setHeight" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Set height of the page"/>
      <return type="bool"/>
    </docblock>
    <parameter name="height" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="setHorizontalScaling" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Set horizontal scaling for the page"/>
      <return type="bool"/>
    </docblock>
    <parameter name="scaling" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="setLineCap" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Set the shape to be used at the ends of lines"/>
      <return type="bool"/>
    </docblock>
    <parameter name="cap" optional="false" byreference="false" type="int"/>
  </method>
  <method name="setLineJoin" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Set line join style for the page"/>
      <return type="bool"/>
    </docblock>
    <parameter name="join" optional="false" byreference="false" type="int"/>
  </method>
  <method name="setLineWidth" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Set line width for the page"/>
      <return type="bool"/>
    </docblock>
    <parameter name="width" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="setMiterLimit" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Set the current value of the miter limit of the page"/>
      <return type="bool"/>
    </docblock>
    <parameter name="limit" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="setRGBFill" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Set filling color for the page"/>
      <return type="bool"/>
    </docblock>
    <parameter name="r" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="g" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="b" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="setRGBStroke" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Set stroking color for the page"/>
      <return type="bool"/>
    </docblock>
    <parameter name="r" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="g" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="b" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="setRotate" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Set rotation angle of the page"/>
      <return type="bool"/>
    </docblock>
    <parameter name="angle" optional="false" byreference="false" type="int"/>
  </method>
  <method name="setSize" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Set size and direction of the page"/>
      <return type="bool"/>
    </docblock>
    <parameter name="size" optional="false" byreference="false" type="int"/>
    <parameter name="direction" optional="false" byreference="false" type="int"/>
  </method>
  <method name="setSlideShow" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Set transition style for the page"/>
      <return type="bool"/>
    </docblock>
    <parameter name="type" optional="false" byreference="false" type="int"/>
    <parameter name="disp_time" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="trans_time" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="setTextLeading" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Set text leading (line spacing) for the page"/>
      <return type="bool"/>
    </docblock>
    <parameter name="text_leading" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="setTextMatrix" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Set the current text transformation matrix of the page"/>
      <return type="bool"/>
    </docblock>
    <parameter name="a" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="b" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="c" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="d" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="x" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="y" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="setTextRenderingMode" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Set text rendering mode for the page"/>
      <return type="bool"/>
    </docblock>
    <parameter name="mode" optional="false" byreference="false" type="int"/>
  </method>
  <method name="setTextRise" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Set the current value of text rising"/>
      <return type="bool"/>
    </docblock>
    <parameter name="rise" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="setWidth" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Set width of the page"/>
      <return type="bool"/>
    </docblock>
    <parameter name="width" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="setWordSpace" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Set word spacing for the page"/>
      <return type="bool"/>
    </docblock>
    <parameter name="word_space" optional="false" byreference="false" type="object" class="float"/>
  </method>
  <method name="showText" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Print text at the current position of the page"/>
      <return type="bool"/>
    </docblock>
    <parameter name="text" optional="false" byreference="false" type="string"/>
  </method>
  <method name="showTextNextLine" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Move the current position to the start of the next line and print the text"/>
      <return type="bool"/>
    </docblock>
    <parameter name="text" optional="false" byreference="false" type="string"/>
    <parameter name="word_space" optional="true" byreference="false" type="object" class="float"/>
    <parameter name="char_space" optional="true" byreference="false" type="object" class="float"/>
  </method>
  <method name="stroke" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Paint current path"/>
      <return type="bool"/>
    </docblock>
    <parameter name="close_path" optional="true" byreference="false" type="object" class="bool"/>
  </method>
  <method name="textOut" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Print the text on the specified position"/>
      <return type="bool"/>
    </docblock>
    <parameter name="x" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="y" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="text" optional="false" byreference="false" type="string"/>
  </method>
  <method name="textRect" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Print the text inside the specified region"/>
      <return type="bool"/>
    </docblock>
    <parameter name="left" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="top" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="right" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="bottom" optional="false" byreference="false" type="object" class="float"/>
    <parameter name="text" optional="false" byreference="false" type="string"/>
    <parameter name="align" optional="true" byreference="false" type="int"/>
  </method>
</class>