poppler 2.2.3-x86-mingw32 → 2.2.4-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +4 -5
- data/ext/poppler/extconf.rb +3 -16
- data/lib/2.0/poppler.so +0 -0
- data/lib/2.1/poppler.so +0 -0
- data/lib/2.2/poppler.so +0 -0
- data/lib/poppler.rb +1 -4
- data/vendor/local/bin/cjpeg.exe +0 -0
- data/vendor/local/bin/djpeg.exe +0 -0
- data/vendor/local/bin/jpegtran.exe +0 -0
- data/vendor/local/bin/libjpeg-9.dll +0 -0
- data/vendor/local/bin/{libpoppler-46.dll → libpoppler-48.dll} +0 -0
- data/vendor/local/bin/libpoppler-cpp-0.dll +0 -0
- data/vendor/local/bin/libpoppler-glib-8.dll +0 -0
- data/vendor/local/bin/libsqlite3-0.dll +0 -0
- data/vendor/local/bin/pdfdetach.exe +0 -0
- data/vendor/local/bin/pdffonts.exe +0 -0
- data/vendor/local/bin/pdfimages.exe +0 -0
- data/vendor/local/bin/pdfinfo.exe +0 -0
- data/vendor/local/bin/pdfseparate.exe +0 -0
- data/vendor/local/bin/pdftocairo.exe +0 -0
- data/vendor/local/bin/pdftohtml.exe +0 -0
- data/vendor/local/bin/pdftoppm.exe +0 -0
- data/vendor/local/bin/pdftops.exe +0 -0
- data/vendor/local/bin/pdftotext.exe +0 -0
- data/vendor/local/bin/pdfunite.exe +0 -0
- data/vendor/local/bin/rdjpgcom.exe +0 -0
- data/vendor/local/bin/sqlite3.exe +0 -0
- data/vendor/local/bin/wrjpgcom.exe +0 -0
- data/vendor/local/include/poppler/cpp/poppler-version.h +3 -3
- data/vendor/local/include/poppler/glib/poppler-features.h +2 -2
- data/vendor/local/include/poppler/glib/poppler.h +9 -0
- data/vendor/local/lib/girepository-1.0/Poppler-0.18.typelib +0 -0
- data/vendor/local/lib/libjpeg.a +0 -0
- data/vendor/local/lib/libjpeg.dll.a +0 -0
- data/vendor/local/lib/libjpeg.la +2 -2
- data/vendor/local/lib/libpoppler-cpp.a +0 -0
- data/vendor/local/lib/libpoppler-cpp.dll.a +0 -0
- data/vendor/local/lib/libpoppler-cpp.la +3 -3
- data/vendor/local/lib/libpoppler-glib.a +0 -0
- data/vendor/local/lib/libpoppler-glib.dll.a +0 -0
- data/vendor/local/lib/libpoppler-glib.la +3 -3
- data/vendor/local/lib/libpoppler.a +0 -0
- data/vendor/local/lib/libpoppler.dll.a +0 -0
- data/vendor/local/lib/libpoppler.la +5 -5
- data/vendor/local/lib/libsqlite3.a +0 -0
- data/vendor/local/lib/libsqlite3.dll.a +0 -0
- data/vendor/local/lib/libsqlite3.la +2 -2
- data/vendor/local/lib/pkgconfig/poppler-cairo.pc +3 -3
- data/vendor/local/lib/pkgconfig/poppler-cpp.pc +3 -3
- data/vendor/local/lib/pkgconfig/poppler-glib.pc +3 -3
- data/vendor/local/lib/pkgconfig/poppler-splash.pc +3 -3
- data/vendor/local/lib/pkgconfig/poppler.pc +2 -2
- data/vendor/local/lib/pkgconfig/sqlite3.pc +1 -1
- data/vendor/local/share/gir-1.0/Poppler-0.18.gir +9 -4
- data/vendor/local/share/gtk-doc/html/poppler/PopplerAnnot.html +249 -236
- data/vendor/local/share/gtk-doc/html/poppler/PopplerAttachment.html +25 -25
- data/vendor/local/share/gtk-doc/html/poppler/PopplerDocument.html +163 -163
- data/vendor/local/share/gtk-doc/html/poppler/PopplerFormField.html +70 -70
- data/vendor/local/share/gtk-doc/html/poppler/PopplerLayer.html +11 -11
- data/vendor/local/share/gtk-doc/html/poppler/PopplerMedia.html +34 -34
- data/vendor/local/share/gtk-doc/html/poppler/PopplerMovie.html +9 -9
- data/vendor/local/share/gtk-doc/html/poppler/PopplerPage.html +189 -89
- data/vendor/local/share/gtk-doc/html/poppler/PopplerStructureElement.html +144 -144
- data/vendor/local/share/gtk-doc/html/poppler/api-index-0-12.html +1 -1
- data/vendor/local/share/gtk-doc/html/poppler/api-index-0-16.html +1 -1
- data/vendor/local/share/gtk-doc/html/poppler/api-index-0-22.html +10 -3
- data/vendor/local/share/gtk-doc/html/poppler/api-index-full.html +16 -20
- data/vendor/local/share/gtk-doc/html/poppler/ch01.html +6 -0
- data/vendor/local/share/gtk-doc/html/poppler/index.html +7 -1
- data/vendor/local/share/gtk-doc/html/poppler/index.sgml +26 -15
- data/vendor/local/share/gtk-doc/html/poppler/poppler-PDF-Utility-functions.html +107 -0
- data/vendor/local/share/gtk-doc/html/poppler/poppler-PopplerAction.html +5 -5
- data/vendor/local/share/gtk-doc/html/poppler/poppler-PopplerColor.html +201 -0
- data/vendor/local/share/gtk-doc/html/poppler/poppler-Version-and-Features-Information.html +92 -9
- data/vendor/local/share/gtk-doc/html/poppler/poppler-poppler.html +2 -360
- data/vendor/local/share/gtk-doc/html/poppler/poppler.devhelp2 +15 -14
- data/vendor/local/share/man/man1/pdftocairo.1 +38 -1
- metadata +10 -7
@@ -58,7 +58,15 @@
|
|
58
58
|
</tr>
|
59
59
|
<tr>
|
60
60
|
<td class="function_type">
|
61
|
-
<
|
61
|
+
<span class="returnvalue">void</span>
|
62
|
+
</td>
|
63
|
+
<td class="function_name">
|
64
|
+
<a class="link" href="PopplerAnnot.html#poppler-annot-set-flags" title="poppler_annot_set_flags ()">poppler_annot_set_flags</a> <span class="c_punctuation">()</span>
|
65
|
+
</td>
|
66
|
+
</tr>
|
67
|
+
<tr>
|
68
|
+
<td class="function_type">
|
69
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
62
70
|
</td>
|
63
71
|
<td class="function_name">
|
64
72
|
<a class="link" href="PopplerAnnot.html#poppler-annot-get-name" title="poppler_annot_get_name ()">poppler_annot_get_name</a> <span class="c_punctuation">()</span>
|
@@ -66,7 +74,7 @@
|
|
66
74
|
</tr>
|
67
75
|
<tr>
|
68
76
|
<td class="function_type">
|
69
|
-
<a href="
|
77
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
70
78
|
</td>
|
71
79
|
<td class="function_name">
|
72
80
|
<a class="link" href="PopplerAnnot.html#poppler-annot-get-page-index" title="poppler_annot_get_page_index ()">poppler_annot_get_page_index</a> <span class="c_punctuation">()</span>
|
@@ -74,7 +82,7 @@
|
|
74
82
|
</tr>
|
75
83
|
<tr>
|
76
84
|
<td class="function_type">
|
77
|
-
<a class="link" href="poppler-
|
85
|
+
<a class="link" href="poppler-PopplerColor.html#PopplerColor" title="PopplerColor"><span class="returnvalue">PopplerColor</span></a> *
|
78
86
|
</td>
|
79
87
|
<td class="function_name">
|
80
88
|
<a class="link" href="PopplerAnnot.html#poppler-annot-get-color" title="poppler_annot_get_color ()">poppler_annot_get_color</a> <span class="c_punctuation">()</span>
|
@@ -90,7 +98,7 @@
|
|
90
98
|
</tr>
|
91
99
|
<tr>
|
92
100
|
<td class="function_type">
|
93
|
-
<a href="
|
101
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
94
102
|
</td>
|
95
103
|
<td class="function_name">
|
96
104
|
<a class="link" href="PopplerAnnot.html#poppler-annot-get-contents" title="poppler_annot_get_contents ()">poppler_annot_get_contents</a> <span class="c_punctuation">()</span>
|
@@ -106,7 +114,7 @@
|
|
106
114
|
</tr>
|
107
115
|
<tr>
|
108
116
|
<td class="function_type">
|
109
|
-
<a href="
|
117
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
110
118
|
</td>
|
111
119
|
<td class="function_name">
|
112
120
|
<a class="link" href="PopplerAnnot.html#poppler-annot-get-modified" title="poppler_annot_get_modified ()">poppler_annot_get_modified</a> <span class="c_punctuation">()</span>
|
@@ -130,7 +138,7 @@
|
|
130
138
|
</tr>
|
131
139
|
<tr>
|
132
140
|
<td class="function_type">
|
133
|
-
<a href="
|
141
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
134
142
|
</td>
|
135
143
|
<td class="function_name">
|
136
144
|
<a class="link" href="PopplerAnnot.html#poppler-annot-markup-get-label" title="poppler_annot_markup_get_label ()">poppler_annot_markup_get_label</a> <span class="c_punctuation">()</span>
|
@@ -146,7 +154,7 @@
|
|
146
154
|
</tr>
|
147
155
|
<tr>
|
148
156
|
<td class="function_type">
|
149
|
-
<a href="
|
157
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
150
158
|
</td>
|
151
159
|
<td class="function_name">
|
152
160
|
<a class="link" href="PopplerAnnot.html#poppler-annot-markup-get-subject" title="poppler_annot_markup_get_subject ()">poppler_annot_markup_get_subject</a> <span class="c_punctuation">()</span>
|
@@ -154,7 +162,7 @@
|
|
154
162
|
</tr>
|
155
163
|
<tr>
|
156
164
|
<td class="function_type">
|
157
|
-
<a href="
|
165
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
158
166
|
</td>
|
159
167
|
<td class="function_name">
|
160
168
|
<a class="link" href="PopplerAnnot.html#poppler-annot-markup-get-opacity" title="poppler_annot_markup_get_opacity ()">poppler_annot_markup_get_opacity</a> <span class="c_punctuation">()</span>
|
@@ -170,7 +178,7 @@
|
|
170
178
|
</tr>
|
171
179
|
<tr>
|
172
180
|
<td class="function_type">
|
173
|
-
<a href="
|
181
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
174
182
|
</td>
|
175
183
|
<td class="function_name">
|
176
184
|
<a class="link" href="PopplerAnnot.html#poppler-annot-markup-has-popup" title="poppler_annot_markup_has_popup ()">poppler_annot_markup_has_popup</a> <span class="c_punctuation">()</span>
|
@@ -186,7 +194,7 @@
|
|
186
194
|
</tr>
|
187
195
|
<tr>
|
188
196
|
<td class="function_type">
|
189
|
-
<a href="
|
197
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
190
198
|
</td>
|
191
199
|
<td class="function_name">
|
192
200
|
<a class="link" href="PopplerAnnot.html#poppler-annot-markup-get-popup-is-open" title="poppler_annot_markup_get_popup_is_open ()">poppler_annot_markup_get_popup_is_open</a> <span class="c_punctuation">()</span>
|
@@ -202,7 +210,7 @@
|
|
202
210
|
</tr>
|
203
211
|
<tr>
|
204
212
|
<td class="function_type">
|
205
|
-
<a href="
|
213
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
206
214
|
</td>
|
207
215
|
<td class="function_name">
|
208
216
|
<a class="link" href="PopplerAnnot.html#poppler-annot-markup-get-popup-rectangle" title="poppler_annot_markup_get_popup_rectangle ()">poppler_annot_markup_get_popup_rectangle</a> <span class="c_punctuation">()</span>
|
@@ -210,7 +218,7 @@
|
|
210
218
|
</tr>
|
211
219
|
<tr>
|
212
220
|
<td class="function_type">
|
213
|
-
<a href="
|
221
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html#GDate"><span class="returnvalue">GDate</span></a> *
|
214
222
|
</td>
|
215
223
|
<td class="function_name">
|
216
224
|
<a class="link" href="PopplerAnnot.html#poppler-annot-markup-get-date" title="poppler_annot_markup_get_date ()">poppler_annot_markup_get_date</a> <span class="c_punctuation">()</span>
|
@@ -242,7 +250,7 @@
|
|
242
250
|
</tr>
|
243
251
|
<tr>
|
244
252
|
<td class="function_type">
|
245
|
-
<a href="
|
253
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
246
254
|
</td>
|
247
255
|
<td class="function_name">
|
248
256
|
<a class="link" href="PopplerAnnot.html#poppler-annot-text-get-icon" title="poppler_annot_text_get_icon ()">poppler_annot_text_get_icon</a> <span class="c_punctuation">()</span>
|
@@ -258,7 +266,7 @@
|
|
258
266
|
</tr>
|
259
267
|
<tr>
|
260
268
|
<td class="function_type">
|
261
|
-
<a href="
|
269
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
262
270
|
</td>
|
263
271
|
<td class="function_name">
|
264
272
|
<a class="link" href="PopplerAnnot.html#poppler-annot-text-get-is-open" title="poppler_annot_text_get_is_open ()">poppler_annot_text_get_is_open</a> <span class="c_punctuation">()</span>
|
@@ -322,7 +330,7 @@
|
|
322
330
|
</tr>
|
323
331
|
<tr>
|
324
332
|
<td class="function_type">
|
325
|
-
<a href="
|
333
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html#GArray"><span class="returnvalue">GArray</span></a> *
|
326
334
|
</td>
|
327
335
|
<td class="function_name">
|
328
336
|
<a class="link" href="PopplerAnnot.html#poppler-annot-text-markup-get-quadrilaterals" title="poppler_annot_text_markup_get_quadrilaterals ()">poppler_annot_text_markup_get_quadrilaterals</a> <span class="c_punctuation">()</span>
|
@@ -354,7 +362,7 @@
|
|
354
362
|
</tr>
|
355
363
|
<tr>
|
356
364
|
<td class="function_type">
|
357
|
-
<a href="
|
365
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
358
366
|
</td>
|
359
367
|
<td class="function_name">
|
360
368
|
<a class="link" href="PopplerAnnot.html#poppler-annot-file-attachment-get-name" title="poppler_annot_file_attachment_get_name ()">poppler_annot_file_attachment_get_name</a> <span class="c_punctuation">()</span>
|
@@ -378,7 +386,7 @@
|
|
378
386
|
</tr>
|
379
387
|
<tr>
|
380
388
|
<td class="function_type">
|
381
|
-
<a href="
|
389
|
+
<a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
382
390
|
</td>
|
383
391
|
<td class="function_name">
|
384
392
|
<a class="link" href="PopplerAnnot.html#poppler-annot-movie-get-title" title="poppler_annot_movie_get_title ()">poppler_annot_movie_get_title</a> <span class="c_punctuation">()</span>
|
@@ -418,7 +426,7 @@
|
|
418
426
|
</tr>
|
419
427
|
<tr>
|
420
428
|
<td class="function_type">
|
421
|
-
<a class="link" href="poppler-
|
429
|
+
<a class="link" href="poppler-PopplerColor.html#PopplerColor" title="PopplerColor"><span class="returnvalue">PopplerColor</span></a> *
|
422
430
|
</td>
|
423
431
|
<td class="function_name">
|
424
432
|
<a class="link" href="PopplerAnnot.html#poppler-annot-circle-get-interior-color" title="poppler_annot_circle_get_interior_color ()">poppler_annot_circle_get_interior_color</a> <span class="c_punctuation">()</span>
|
@@ -458,7 +466,7 @@
|
|
458
466
|
</tr>
|
459
467
|
<tr>
|
460
468
|
<td class="function_type">
|
461
|
-
<a class="link" href="poppler-
|
469
|
+
<a class="link" href="poppler-PopplerColor.html#PopplerColor" title="PopplerColor"><span class="returnvalue">PopplerColor</span></a> *
|
462
470
|
</td>
|
463
471
|
<td class="function_name">
|
464
472
|
<a class="link" href="PopplerAnnot.html#poppler-annot-square-get-interior-color" title="poppler_annot_square_get_interior_color ()">poppler_annot_square_get_interior_color</a> <span class="c_punctuation">()</span>
|
@@ -477,31 +485,31 @@
|
|
477
485
|
<a class="link" href="PopplerAnnot.html#PopplerPoint" title="PopplerPoint"><span class="returnvalue">PopplerPoint</span></a> *
|
478
486
|
</td>
|
479
487
|
<td class="function_name">
|
480
|
-
<a class="link" href="PopplerAnnot.html#poppler-point-
|
488
|
+
<a class="link" href="PopplerAnnot.html#poppler-point-new" title="poppler_point_new ()">poppler_point_new</a> <span class="c_punctuation">()</span>
|
481
489
|
</td>
|
482
490
|
</tr>
|
483
491
|
<tr>
|
484
492
|
<td class="function_type">
|
485
|
-
<span class="returnvalue">
|
493
|
+
<a class="link" href="PopplerAnnot.html#PopplerPoint" title="PopplerPoint"><span class="returnvalue">PopplerPoint</span></a> *
|
486
494
|
</td>
|
487
495
|
<td class="function_name">
|
488
|
-
<a class="link" href="PopplerAnnot.html#poppler-point-
|
496
|
+
<a class="link" href="PopplerAnnot.html#poppler-point-copy" title="poppler_point_copy ()">poppler_point_copy</a> <span class="c_punctuation">()</span>
|
489
497
|
</td>
|
490
498
|
</tr>
|
491
499
|
<tr>
|
492
500
|
<td class="function_type">
|
493
|
-
<
|
501
|
+
<span class="returnvalue">void</span>
|
494
502
|
</td>
|
495
503
|
<td class="function_name">
|
496
|
-
<a class="link" href="PopplerAnnot.html#poppler-point-
|
504
|
+
<a class="link" href="PopplerAnnot.html#poppler-point-free" title="poppler_point_free ()">poppler_point_free</a> <span class="c_punctuation">()</span>
|
497
505
|
</td>
|
498
506
|
</tr>
|
499
507
|
<tr>
|
500
508
|
<td class="function_type">
|
501
|
-
<a class="link" href="PopplerAnnot.html#
|
509
|
+
<a class="link" href="PopplerAnnot.html#PopplerQuadrilateral" title="PopplerQuadrilateral"><span class="returnvalue">PopplerQuadrilateral</span></a> *
|
502
510
|
</td>
|
503
511
|
<td class="function_name">
|
504
|
-
<a class="link" href="PopplerAnnot.html#poppler-
|
512
|
+
<a class="link" href="PopplerAnnot.html#poppler-quadrilateral-new" title="poppler_quadrilateral_new ()">poppler_quadrilateral_new</a> <span class="c_punctuation">()</span>
|
505
513
|
</td>
|
506
514
|
</tr>
|
507
515
|
<tr>
|
@@ -520,22 +528,6 @@
|
|
520
528
|
<a class="link" href="PopplerAnnot.html#poppler-quadrilateral-free" title="poppler_quadrilateral_free ()">poppler_quadrilateral_free</a> <span class="c_punctuation">()</span>
|
521
529
|
</td>
|
522
530
|
</tr>
|
523
|
-
<tr>
|
524
|
-
<td class="function_type">
|
525
|
-
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>
|
526
|
-
</td>
|
527
|
-
<td class="function_name">
|
528
|
-
<a class="link" href="PopplerAnnot.html#poppler-quadrilateral-get-type" title="poppler_quadrilateral_get_type ()">poppler_quadrilateral_get_type</a> <span class="c_punctuation">()</span>
|
529
|
-
</td>
|
530
|
-
</tr>
|
531
|
-
<tr>
|
532
|
-
<td class="function_type">
|
533
|
-
<a class="link" href="PopplerAnnot.html#PopplerQuadrilateral" title="PopplerQuadrilateral"><span class="returnvalue">PopplerQuadrilateral</span></a> *
|
534
|
-
</td>
|
535
|
-
<td class="function_name">
|
536
|
-
<a class="link" href="PopplerAnnot.html#poppler-quadrilateral-new" title="poppler_quadrilateral_new ()">poppler_quadrilateral_new</a> <span class="c_punctuation">()</span>
|
537
|
-
</td>
|
538
|
-
</tr>
|
539
531
|
</tbody>
|
540
532
|
</table></div>
|
541
533
|
</div>
|
@@ -668,7 +660,7 @@
|
|
668
660
|
</div>
|
669
661
|
<div class="refsect1">
|
670
662
|
<a name="PopplerAnnot.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
671
|
-
<pre class="screen"> <a href="
|
663
|
+
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
672
664
|
<span class="lineart">╰──</span> PopplerAnnot
|
673
665
|
</pre>
|
674
666
|
</div>
|
@@ -742,13 +734,46 @@ poppler_annot_get_flags (<em class="parameter"><code><a class="link" href="Poppl
|
|
742
734
|
</div>
|
743
735
|
<hr>
|
744
736
|
<div class="refsect2">
|
737
|
+
<a name="poppler-annot-set-flags"></a><h3>poppler_annot_set_flags ()</h3>
|
738
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
739
|
+
poppler_annot_set_flags (<em class="parameter"><code><a class="link" href="PopplerAnnot.html" title="PopplerAnnot"><span class="type">PopplerAnnot</span></a> *poppler_annot</code></em>,
|
740
|
+
<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerAnnotFlag" title="enum PopplerAnnotFlag"><span class="type">PopplerAnnotFlag</span></a> flags</code></em>);</pre>
|
741
|
+
<p>Sets the flag field specifying various characteristics of the
|
742
|
+
<em class="parameter"><code>poppler_annot</code></em>
|
743
|
+
.</p>
|
744
|
+
<div class="refsect3">
|
745
|
+
<a name="id-1.2.8.8.4.5"></a><h4>Parameters</h4>
|
746
|
+
<div class="informaltable"><table width="100%" border="0">
|
747
|
+
<colgroup>
|
748
|
+
<col width="150px" class="parameters_name">
|
749
|
+
<col class="parameters_description">
|
750
|
+
<col width="200px" class="parameters_annotations">
|
751
|
+
</colgroup>
|
752
|
+
<tbody>
|
753
|
+
<tr>
|
754
|
+
<td class="parameter_name"><p>poppler_annot</p></td>
|
755
|
+
<td class="parameter_description"><p>a <a class="link" href="PopplerAnnot.html" title="PopplerAnnot"><span class="type">PopplerAnnot</span></a></p></td>
|
756
|
+
<td class="parameter_annotations"> </td>
|
757
|
+
</tr>
|
758
|
+
<tr>
|
759
|
+
<td class="parameter_name"><p>flags</p></td>
|
760
|
+
<td class="parameter_description"><p>a <a class="link" href="PopplerAnnot.html#PopplerAnnotFlag" title="enum PopplerAnnotFlag"><span class="type">PopplerAnnotFlag</span></a></p></td>
|
761
|
+
<td class="parameter_annotations"> </td>
|
762
|
+
</tr>
|
763
|
+
</tbody>
|
764
|
+
</table></div>
|
765
|
+
</div>
|
766
|
+
<p class="since">Since 0.22</p>
|
767
|
+
</div>
|
768
|
+
<hr>
|
769
|
+
<div class="refsect2">
|
745
770
|
<a name="poppler-annot-get-name"></a><h3>poppler_annot_get_name ()</h3>
|
746
|
-
<pre class="programlisting"><a href="
|
771
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
747
772
|
poppler_annot_get_name (<em class="parameter"><code><a class="link" href="PopplerAnnot.html" title="PopplerAnnot"><span class="type">PopplerAnnot</span></a> *poppler_annot</code></em>);</pre>
|
748
773
|
<p>Retrieves the name of <em class="parameter"><code>poppler_annot</code></em>
|
749
774
|
.</p>
|
750
775
|
<div class="refsect3">
|
751
|
-
<a name="id-1.2.8.8.
|
776
|
+
<a name="id-1.2.8.8.5.5"></a><h4>Parameters</h4>
|
752
777
|
<div class="informaltable"><table width="100%" border="0">
|
753
778
|
<colgroup>
|
754
779
|
<col width="150px" class="parameters_name">
|
@@ -763,22 +788,22 @@ poppler_annot_get_name (<em class="parameter"><code><a class="link" href="Popple
|
|
763
788
|
</table></div>
|
764
789
|
</div>
|
765
790
|
<div class="refsect3">
|
766
|
-
<a name="id-1.2.8.8.
|
791
|
+
<a name="id-1.2.8.8.5.6"></a><h4>Returns</h4>
|
767
792
|
<p> a new allocated string with the name of <em class="parameter"><code>poppler_annot</code></em>
|
768
793
|
. It must
|
769
|
-
be freed with <a href="
|
794
|
+
be freed with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done.</p>
|
770
795
|
<p></p>
|
771
796
|
</div>
|
772
797
|
</div>
|
773
798
|
<hr>
|
774
799
|
<div class="refsect2">
|
775
800
|
<a name="poppler-annot-get-page-index"></a><h3>poppler_annot_get_page_index ()</h3>
|
776
|
-
<pre class="programlisting"><a href="
|
801
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
|
777
802
|
poppler_annot_get_page_index (<em class="parameter"><code><a class="link" href="PopplerAnnot.html" title="PopplerAnnot"><span class="type">PopplerAnnot</span></a> *poppler_annot</code></em>);</pre>
|
778
803
|
<p>Returns the page index to which <em class="parameter"><code>poppler_annot</code></em>
|
779
804
|
is associated, or -1 if unknown</p>
|
780
805
|
<div class="refsect3">
|
781
|
-
<a name="id-1.2.8.8.
|
806
|
+
<a name="id-1.2.8.8.6.5"></a><h4>Parameters</h4>
|
782
807
|
<div class="informaltable"><table width="100%" border="0">
|
783
808
|
<colgroup>
|
784
809
|
<col width="150px" class="parameters_name">
|
@@ -793,7 +818,7 @@ poppler_annot_get_page_index (<em class="parameter"><code><a class="link" href="
|
|
793
818
|
</table></div>
|
794
819
|
</div>
|
795
820
|
<div class="refsect3">
|
796
|
-
<a name="id-1.2.8.8.
|
821
|
+
<a name="id-1.2.8.8.6.6"></a><h4>Returns</h4>
|
797
822
|
<p> page index or -1</p>
|
798
823
|
<p></p>
|
799
824
|
</div>
|
@@ -802,12 +827,12 @@ poppler_annot_get_page_index (<em class="parameter"><code><a class="link" href="
|
|
802
827
|
<hr>
|
803
828
|
<div class="refsect2">
|
804
829
|
<a name="poppler-annot-get-color"></a><h3>poppler_annot_get_color ()</h3>
|
805
|
-
<pre class="programlisting"><a class="link" href="poppler-
|
830
|
+
<pre class="programlisting"><a class="link" href="poppler-PopplerColor.html#PopplerColor" title="PopplerColor"><span class="returnvalue">PopplerColor</span></a> *
|
806
831
|
poppler_annot_get_color (<em class="parameter"><code><a class="link" href="PopplerAnnot.html" title="PopplerAnnot"><span class="type">PopplerAnnot</span></a> *poppler_annot</code></em>);</pre>
|
807
832
|
<p>Retrieves the color of <em class="parameter"><code>poppler_annot</code></em>
|
808
833
|
.</p>
|
809
834
|
<div class="refsect3">
|
810
|
-
<a name="id-1.2.8.8.
|
835
|
+
<a name="id-1.2.8.8.7.5"></a><h4>Parameters</h4>
|
811
836
|
<div class="informaltable"><table width="100%" border="0">
|
812
837
|
<colgroup>
|
813
838
|
<col width="150px" class="parameters_name">
|
@@ -822,10 +847,10 @@ poppler_annot_get_color (<em class="parameter"><code><a class="link" href="Poppl
|
|
822
847
|
</table></div>
|
823
848
|
</div>
|
824
849
|
<div class="refsect3">
|
825
|
-
<a name="id-1.2.8.8.
|
826
|
-
<p> a new allocated <a class="link" href="poppler-
|
850
|
+
<a name="id-1.2.8.8.7.6"></a><h4>Returns</h4>
|
851
|
+
<p> a new allocated <a class="link" href="poppler-PopplerColor.html#PopplerColor" title="PopplerColor"><span class="type">PopplerColor</span></a> with the color values of
|
827
852
|
<em class="parameter"><code>poppler_annot</code></em>
|
828
|
-
, or <a href="
|
853
|
+
, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. It must be freed with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done.</p>
|
829
854
|
<p></p>
|
830
855
|
</div>
|
831
856
|
</div>
|
@@ -834,11 +859,11 @@ poppler_annot_get_color (<em class="parameter"><code><a class="link" href="Poppl
|
|
834
859
|
<a name="poppler-annot-set-color"></a><h3>poppler_annot_set_color ()</h3>
|
835
860
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
836
861
|
poppler_annot_set_color (<em class="parameter"><code><a class="link" href="PopplerAnnot.html" title="PopplerAnnot"><span class="type">PopplerAnnot</span></a> *poppler_annot</code></em>,
|
837
|
-
<em class="parameter"><code><a class="link" href="poppler-
|
862
|
+
<em class="parameter"><code><a class="link" href="poppler-PopplerColor.html#PopplerColor" title="PopplerColor"><span class="type">PopplerColor</span></a> *poppler_color</code></em>);</pre>
|
838
863
|
<p>Sets the color of <em class="parameter"><code>poppler_annot</code></em>
|
839
864
|
.</p>
|
840
865
|
<div class="refsect3">
|
841
|
-
<a name="id-1.2.8.8.
|
866
|
+
<a name="id-1.2.8.8.8.5"></a><h4>Parameters</h4>
|
842
867
|
<div class="informaltable"><table width="100%" border="0">
|
843
868
|
<colgroup>
|
844
869
|
<col width="150px" class="parameters_name">
|
@@ -853,7 +878,7 @@ poppler_annot_set_color (<em class="parameter"><code><a class="link" href="Poppl
|
|
853
878
|
</tr>
|
854
879
|
<tr>
|
855
880
|
<td class="parameter_name"><p>poppler_color</p></td>
|
856
|
-
<td class="parameter_description"><p> a <a class="link" href="poppler-
|
881
|
+
<td class="parameter_description"><p> a <a class="link" href="poppler-PopplerColor.html#PopplerColor" title="PopplerColor"><span class="type">PopplerColor</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
857
882
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
858
883
|
</tr>
|
859
884
|
</tbody>
|
@@ -864,12 +889,12 @@ poppler_annot_set_color (<em class="parameter"><code><a class="link" href="Poppl
|
|
864
889
|
<hr>
|
865
890
|
<div class="refsect2">
|
866
891
|
<a name="poppler-annot-get-contents"></a><h3>poppler_annot_get_contents ()</h3>
|
867
|
-
<pre class="programlisting"><a href="
|
892
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
868
893
|
poppler_annot_get_contents (<em class="parameter"><code><a class="link" href="PopplerAnnot.html" title="PopplerAnnot"><span class="type">PopplerAnnot</span></a> *poppler_annot</code></em>);</pre>
|
869
894
|
<p>Retrieves the contents of <em class="parameter"><code>poppler_annot</code></em>
|
870
895
|
.</p>
|
871
896
|
<div class="refsect3">
|
872
|
-
<a name="id-1.2.8.8.
|
897
|
+
<a name="id-1.2.8.8.9.5"></a><h4>Parameters</h4>
|
873
898
|
<div class="informaltable"><table width="100%" border="0">
|
874
899
|
<colgroup>
|
875
900
|
<col width="150px" class="parameters_name">
|
@@ -884,10 +909,10 @@ poppler_annot_get_contents (<em class="parameter"><code><a class="link" href="Po
|
|
884
909
|
</table></div>
|
885
910
|
</div>
|
886
911
|
<div class="refsect3">
|
887
|
-
<a name="id-1.2.8.8.
|
912
|
+
<a name="id-1.2.8.8.9.6"></a><h4>Returns</h4>
|
888
913
|
<p> a new allocated string with the contents of <em class="parameter"><code>poppler_annot</code></em>
|
889
914
|
. It
|
890
|
-
must be freed with <a href="
|
915
|
+
must be freed with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done.</p>
|
891
916
|
<p></p>
|
892
917
|
</div>
|
893
918
|
</div>
|
@@ -896,12 +921,12 @@ must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Me
|
|
896
921
|
<a name="poppler-annot-set-contents"></a><h3>poppler_annot_set_contents ()</h3>
|
897
922
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
898
923
|
poppler_annot_set_contents (<em class="parameter"><code><a class="link" href="PopplerAnnot.html" title="PopplerAnnot"><span class="type">PopplerAnnot</span></a> *poppler_annot</code></em>,
|
899
|
-
<em class="parameter"><code>const <a href="
|
924
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *contents</code></em>);</pre>
|
900
925
|
<p>Sets the contents of <em class="parameter"><code>poppler_annot</code></em>
|
901
926
|
to the given value,
|
902
927
|
replacing the current contents.</p>
|
903
928
|
<div class="refsect3">
|
904
|
-
<a name="id-1.2.8.8.
|
929
|
+
<a name="id-1.2.8.8.10.5"></a><h4>Parameters</h4>
|
905
930
|
<div class="informaltable"><table width="100%" border="0">
|
906
931
|
<colgroup>
|
907
932
|
<col width="150px" class="parameters_name">
|
@@ -927,14 +952,14 @@ replacing the current contents.</p>
|
|
927
952
|
<hr>
|
928
953
|
<div class="refsect2">
|
929
954
|
<a name="poppler-annot-get-modified"></a><h3>poppler_annot_get_modified ()</h3>
|
930
|
-
<pre class="programlisting"><a href="
|
955
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
931
956
|
poppler_annot_get_modified (<em class="parameter"><code><a class="link" href="PopplerAnnot.html" title="PopplerAnnot"><span class="type">PopplerAnnot</span></a> *poppler_annot</code></em>);</pre>
|
932
957
|
<p>Retrieves the last modification data of <em class="parameter"><code>poppler_annot</code></em>
|
933
958
|
. The returned
|
934
959
|
string will be either a PDF format date or a text string.
|
935
|
-
See also <a class="link" href="poppler-
|
960
|
+
See also <a class="link" href="poppler-PDF-Utility-functions.html#poppler-date-parse" title="poppler_date_parse ()"><code class="function">poppler_date_parse()</code></a></p>
|
936
961
|
<div class="refsect3">
|
937
|
-
<a name="id-1.2.8.8.
|
962
|
+
<a name="id-1.2.8.8.11.5"></a><h4>Parameters</h4>
|
938
963
|
<div class="informaltable"><table width="100%" border="0">
|
939
964
|
<colgroup>
|
940
965
|
<col width="150px" class="parameters_name">
|
@@ -949,10 +974,10 @@ See also <a class="link" href="poppler-poppler.html#poppler-date-parse" title="p
|
|
949
974
|
</table></div>
|
950
975
|
</div>
|
951
976
|
<div class="refsect3">
|
952
|
-
<a name="id-1.2.8.8.
|
977
|
+
<a name="id-1.2.8.8.11.6"></a><h4>Returns</h4>
|
953
978
|
<p> a new allocated string with the last modification data of
|
954
979
|
<em class="parameter"><code>poppler_annot</code></em>
|
955
|
-
. It must be freed with <a href="
|
980
|
+
. It must be freed with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done.</p>
|
956
981
|
<p></p>
|
957
982
|
</div>
|
958
983
|
</div>
|
@@ -966,7 +991,7 @@ poppler_annot_get_rectangle (<em class="parameter"><code><a class="link" href="P
|
|
966
991
|
annotation <em class="parameter"><code>poppler_annot</code></em>
|
967
992
|
is placed.</p>
|
968
993
|
<div class="refsect3">
|
969
|
-
<a name="id-1.2.8.8.
|
994
|
+
<a name="id-1.2.8.8.12.5"></a><h4>Parameters</h4>
|
970
995
|
<div class="informaltable"><table width="100%" border="0">
|
971
996
|
<colgroup>
|
972
997
|
<col width="150px" class="parameters_name">
|
@@ -999,7 +1024,7 @@ poppler_annot_set_rectangle (<em class="parameter"><code><a class="link" href="P
|
|
999
1024
|
where the annotation <em class="parameter"><code>poppler_annot</code></em>
|
1000
1025
|
should be placed.</p>
|
1001
1026
|
<div class="refsect3">
|
1002
|
-
<a name="id-1.2.8.8.
|
1027
|
+
<a name="id-1.2.8.8.13.5"></a><h4>Parameters</h4>
|
1003
1028
|
<div class="informaltable"><table width="100%" border="0">
|
1004
1029
|
<colgroup>
|
1005
1030
|
<col width="150px" class="parameters_name">
|
@@ -1025,12 +1050,12 @@ where the annotation <em class="parameter"><code>poppler_annot</code></em>
|
|
1025
1050
|
<hr>
|
1026
1051
|
<div class="refsect2">
|
1027
1052
|
<a name="poppler-annot-markup-get-label"></a><h3>poppler_annot_markup_get_label ()</h3>
|
1028
|
-
<pre class="programlisting"><a href="
|
1053
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
1029
1054
|
poppler_annot_markup_get_label (<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerAnnotMarkup" title="PopplerAnnotMarkup"><span class="type">PopplerAnnotMarkup</span></a> *poppler_annot</code></em>);</pre>
|
1030
1055
|
<p>Retrieves the label text of <em class="parameter"><code>poppler_annot</code></em>
|
1031
1056
|
.</p>
|
1032
1057
|
<div class="refsect3">
|
1033
|
-
<a name="id-1.2.8.8.
|
1058
|
+
<a name="id-1.2.8.8.14.5"></a><h4>Parameters</h4>
|
1034
1059
|
<div class="informaltable"><table width="100%" border="0">
|
1035
1060
|
<colgroup>
|
1036
1061
|
<col width="150px" class="parameters_name">
|
@@ -1045,7 +1070,7 @@ poppler_annot_markup_get_label (<em class="parameter"><code><a class="link" href
|
|
1045
1070
|
</table></div>
|
1046
1071
|
</div>
|
1047
1072
|
<div class="refsect3">
|
1048
|
-
<a name="id-1.2.8.8.
|
1073
|
+
<a name="id-1.2.8.8.14.6"></a><h4>Returns</h4>
|
1049
1074
|
<p> the label text of <em class="parameter"><code>poppler_annot</code></em>
|
1050
1075
|
.</p>
|
1051
1076
|
<p></p>
|
@@ -1056,11 +1081,11 @@ poppler_annot_markup_get_label (<em class="parameter"><code><a class="link" href
|
|
1056
1081
|
<a name="poppler-annot-markup-set-label"></a><h3>poppler_annot_markup_set_label ()</h3>
|
1057
1082
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1058
1083
|
poppler_annot_markup_set_label (<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerAnnotMarkup" title="PopplerAnnotMarkup"><span class="type">PopplerAnnotMarkup</span></a> *poppler_annot</code></em>,
|
1059
|
-
<em class="parameter"><code>const <a href="
|
1084
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
|
1060
1085
|
<p>Sets the label text of <em class="parameter"><code>poppler_annot</code></em>
|
1061
1086
|
, replacing the current one</p>
|
1062
1087
|
<div class="refsect3">
|
1063
|
-
<a name="id-1.2.8.8.
|
1088
|
+
<a name="id-1.2.8.8.15.5"></a><h4>Parameters</h4>
|
1064
1089
|
<div class="informaltable"><table width="100%" border="0">
|
1065
1090
|
<colgroup>
|
1066
1091
|
<col width="150px" class="parameters_name">
|
@@ -1075,7 +1100,7 @@ poppler_annot_markup_set_label (<em class="parameter"><code><a class="link" href
|
|
1075
1100
|
</tr>
|
1076
1101
|
<tr>
|
1077
1102
|
<td class="parameter_name"><p>label</p></td>
|
1078
|
-
<td class="parameter_description"><p> a text string containing the new label, or <a href="
|
1103
|
+
<td class="parameter_description"><p> a text string containing the new label, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
1079
1104
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
1080
1105
|
</tr>
|
1081
1106
|
</tbody>
|
@@ -1086,12 +1111,12 @@ poppler_annot_markup_set_label (<em class="parameter"><code><a class="link" href
|
|
1086
1111
|
<hr>
|
1087
1112
|
<div class="refsect2">
|
1088
1113
|
<a name="poppler-annot-markup-get-subject"></a><h3>poppler_annot_markup_get_subject ()</h3>
|
1089
|
-
<pre class="programlisting"><a href="
|
1114
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
1090
1115
|
poppler_annot_markup_get_subject (<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerAnnotMarkup" title="PopplerAnnotMarkup"><span class="type">PopplerAnnotMarkup</span></a> *poppler_annot</code></em>);</pre>
|
1091
1116
|
<p>Retrives the subject text of <em class="parameter"><code>poppler_annot</code></em>
|
1092
1117
|
.</p>
|
1093
1118
|
<div class="refsect3">
|
1094
|
-
<a name="id-1.2.8.8.
|
1119
|
+
<a name="id-1.2.8.8.16.5"></a><h4>Parameters</h4>
|
1095
1120
|
<div class="informaltable"><table width="100%" border="0">
|
1096
1121
|
<colgroup>
|
1097
1122
|
<col width="150px" class="parameters_name">
|
@@ -1106,7 +1131,7 @@ poppler_annot_markup_get_subject (<em class="parameter"><code><a class="link" hr
|
|
1106
1131
|
</table></div>
|
1107
1132
|
</div>
|
1108
1133
|
<div class="refsect3">
|
1109
|
-
<a name="id-1.2.8.8.
|
1134
|
+
<a name="id-1.2.8.8.16.6"></a><h4>Returns</h4>
|
1110
1135
|
<p> the subject text of <em class="parameter"><code>poppler_annot</code></em>
|
1111
1136
|
.</p>
|
1112
1137
|
<p></p>
|
@@ -1115,12 +1140,12 @@ poppler_annot_markup_get_subject (<em class="parameter"><code><a class="link" hr
|
|
1115
1140
|
<hr>
|
1116
1141
|
<div class="refsect2">
|
1117
1142
|
<a name="poppler-annot-markup-get-opacity"></a><h3>poppler_annot_markup_get_opacity ()</h3>
|
1118
|
-
<pre class="programlisting"><a href="
|
1143
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>
|
1119
1144
|
poppler_annot_markup_get_opacity (<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerAnnotMarkup" title="PopplerAnnotMarkup"><span class="type">PopplerAnnotMarkup</span></a> *poppler_annot</code></em>);</pre>
|
1120
1145
|
<p>Retrieves the opacity value of <em class="parameter"><code>poppler_annot</code></em>
|
1121
1146
|
.</p>
|
1122
1147
|
<div class="refsect3">
|
1123
|
-
<a name="id-1.2.8.8.
|
1148
|
+
<a name="id-1.2.8.8.17.5"></a><h4>Parameters</h4>
|
1124
1149
|
<div class="informaltable"><table width="100%" border="0">
|
1125
1150
|
<colgroup>
|
1126
1151
|
<col width="150px" class="parameters_name">
|
@@ -1135,7 +1160,7 @@ poppler_annot_markup_get_opacity (<em class="parameter"><code><a class="link" hr
|
|
1135
1160
|
</table></div>
|
1136
1161
|
</div>
|
1137
1162
|
<div class="refsect3">
|
1138
|
-
<a name="id-1.2.8.8.
|
1163
|
+
<a name="id-1.2.8.8.17.6"></a><h4>Returns</h4>
|
1139
1164
|
<p> the opacity value of <em class="parameter"><code>poppler_annot</code></em>
|
1140
1165
|
,
|
1141
1166
|
between 0 (transparent) and 1 (opaque)</p>
|
@@ -1147,14 +1172,14 @@ between 0 (transparent) and 1 (opaque)</p>
|
|
1147
1172
|
<a name="poppler-annot-markup-set-opacity"></a><h3>poppler_annot_markup_set_opacity ()</h3>
|
1148
1173
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1149
1174
|
poppler_annot_markup_set_opacity (<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerAnnotMarkup" title="PopplerAnnotMarkup"><span class="type">PopplerAnnotMarkup</span></a> *poppler_annot</code></em>,
|
1150
|
-
<em class="parameter"><code><a href="
|
1175
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> opacity</code></em>);</pre>
|
1151
1176
|
<p>Sets the opacity of <em class="parameter"><code>poppler_annot</code></em>
|
1152
1177
|
. This value applies to
|
1153
1178
|
all visible elements of <em class="parameter"><code>poppler_annot</code></em>
|
1154
1179
|
in its closed state,
|
1155
1180
|
but not to the pop-up window that appears when it's openened</p>
|
1156
1181
|
<div class="refsect3">
|
1157
|
-
<a name="id-1.2.8.8.
|
1182
|
+
<a name="id-1.2.8.8.18.5"></a><h4>Parameters</h4>
|
1158
1183
|
<div class="informaltable"><table width="100%" border="0">
|
1159
1184
|
<colgroup>
|
1160
1185
|
<col width="150px" class="parameters_name">
|
@@ -1180,11 +1205,11 @@ but not to the pop-up window that appears when it's openened</p>
|
|
1180
1205
|
<hr>
|
1181
1206
|
<div class="refsect2">
|
1182
1207
|
<a name="poppler-annot-markup-has-popup"></a><h3>poppler_annot_markup_has_popup ()</h3>
|
1183
|
-
<pre class="programlisting"><a href="
|
1208
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1184
1209
|
poppler_annot_markup_has_popup (<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerAnnotMarkup" title="PopplerAnnotMarkup"><span class="type">PopplerAnnotMarkup</span></a> *poppler_annot</code></em>);</pre>
|
1185
|
-
<p>Return <a href="
|
1210
|
+
<p>Return <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the markup annotation has a popup window associated</p>
|
1186
1211
|
<div class="refsect3">
|
1187
|
-
<a name="id-1.2.8.8.
|
1212
|
+
<a name="id-1.2.8.8.19.5"></a><h4>Parameters</h4>
|
1188
1213
|
<div class="informaltable"><table width="100%" border="0">
|
1189
1214
|
<colgroup>
|
1190
1215
|
<col width="150px" class="parameters_name">
|
@@ -1199,9 +1224,9 @@ poppler_annot_markup_has_popup (<em class="parameter"><code><a class="link" href
|
|
1199
1224
|
</table></div>
|
1200
1225
|
</div>
|
1201
1226
|
<div class="refsect3">
|
1202
|
-
<a name="id-1.2.8.8.
|
1203
|
-
<p> <a href="
|
1204
|
-
has popup, <a href="
|
1227
|
+
<a name="id-1.2.8.8.19.6"></a><h4>Returns</h4>
|
1228
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if <em class="parameter"><code>poppler_annot</code></em>
|
1229
|
+
has popup, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
1205
1230
|
<p></p>
|
1206
1231
|
</div>
|
1207
1232
|
<p class="since">Since 0.12</p>
|
@@ -1217,7 +1242,7 @@ poppler_annot_markup_set_popup (<em class="parameter"><code><a class="link" href
|
|
1217
1242
|
Popup window shall be displayed by viewers at <em class="parameter"><code>popup_rect</code></em>
|
1218
1243
|
on the page.</p>
|
1219
1244
|
<div class="refsect3">
|
1220
|
-
<a name="id-1.2.8.8.
|
1245
|
+
<a name="id-1.2.8.8.20.5"></a><h4>Parameters</h4>
|
1221
1246
|
<div class="informaltable"><table width="100%" border="0">
|
1222
1247
|
<colgroup>
|
1223
1248
|
<col width="150px" class="parameters_name">
|
@@ -1243,13 +1268,13 @@ Popup window shall be displayed by viewers at <em class="parameter"><code>popup_
|
|
1243
1268
|
<hr>
|
1244
1269
|
<div class="refsect2">
|
1245
1270
|
<a name="poppler-annot-markup-get-popup-is-open"></a><h3>poppler_annot_markup_get_popup_is_open ()</h3>
|
1246
|
-
<pre class="programlisting"><a href="
|
1271
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1247
1272
|
poppler_annot_markup_get_popup_is_open
|
1248
1273
|
(<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerAnnotMarkup" title="PopplerAnnotMarkup"><span class="type">PopplerAnnotMarkup</span></a> *poppler_annot</code></em>);</pre>
|
1249
1274
|
<p>Retrieves the state of the popup window related to <em class="parameter"><code>poppler_annot</code></em>
|
1250
1275
|
.</p>
|
1251
1276
|
<div class="refsect3">
|
1252
|
-
<a name="id-1.2.8.8.
|
1277
|
+
<a name="id-1.2.8.8.21.5"></a><h4>Parameters</h4>
|
1253
1278
|
<div class="informaltable"><table width="100%" border="0">
|
1254
1279
|
<colgroup>
|
1255
1280
|
<col width="150px" class="parameters_name">
|
@@ -1264,9 +1289,9 @@ poppler_annot_markup_get_popup_is_open
|
|
1264
1289
|
</table></div>
|
1265
1290
|
</div>
|
1266
1291
|
<div class="refsect3">
|
1267
|
-
<a name="id-1.2.8.8.
|
1292
|
+
<a name="id-1.2.8.8.21.6"></a><h4>Returns</h4>
|
1268
1293
|
<p> the state of <em class="parameter"><code>poppler_annot</code></em>
|
1269
|
-
. <a href="
|
1294
|
+
. <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if it's open, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> in
|
1270
1295
|
other case.</p>
|
1271
1296
|
<p></p>
|
1272
1297
|
</div>
|
@@ -1277,11 +1302,11 @@ other case.</p>
|
|
1277
1302
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1278
1303
|
poppler_annot_markup_set_popup_is_open
|
1279
1304
|
(<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerAnnotMarkup" title="PopplerAnnotMarkup"><span class="type">PopplerAnnotMarkup</span></a> *poppler_annot</code></em>,
|
1280
|
-
<em class="parameter"><code><a href="
|
1305
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_open</code></em>);</pre>
|
1281
1306
|
<p>Sets the state of the popup window related to <em class="parameter"><code>poppler_annot</code></em>
|
1282
1307
|
.</p>
|
1283
1308
|
<div class="refsect3">
|
1284
|
-
<a name="id-1.2.8.8.
|
1309
|
+
<a name="id-1.2.8.8.22.5"></a><h4>Parameters</h4>
|
1285
1310
|
<div class="informaltable"><table width="100%" border="0">
|
1286
1311
|
<colgroup>
|
1287
1312
|
<col width="150px" class="parameters_name">
|
@@ -1307,14 +1332,14 @@ poppler_annot_markup_set_popup_is_open
|
|
1307
1332
|
<hr>
|
1308
1333
|
<div class="refsect2">
|
1309
1334
|
<a name="poppler-annot-markup-get-popup-rectangle"></a><h3>poppler_annot_markup_get_popup_rectangle ()</h3>
|
1310
|
-
<pre class="programlisting"><a href="
|
1335
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1311
1336
|
poppler_annot_markup_get_popup_rectangle
|
1312
1337
|
(<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerAnnotMarkup" title="PopplerAnnotMarkup"><span class="type">PopplerAnnotMarkup</span></a> *poppler_annot</code></em>,
|
1313
1338
|
<em class="parameter"><code><a class="link" href="PopplerPage.html#PopplerRectangle" title="PopplerRectangle"><span class="type">PopplerRectangle</span></a> *poppler_rect</code></em>);</pre>
|
1314
1339
|
<p>Retrieves the rectangle of the popup window related to <em class="parameter"><code>poppler_annot</code></em>
|
1315
1340
|
.</p>
|
1316
1341
|
<div class="refsect3">
|
1317
|
-
<a name="id-1.2.8.8.
|
1342
|
+
<a name="id-1.2.8.8.23.5"></a><h4>Parameters</h4>
|
1318
1343
|
<div class="informaltable"><table width="100%" border="0">
|
1319
1344
|
<colgroup>
|
1320
1345
|
<col width="150px" class="parameters_name">
|
@@ -1336,8 +1361,8 @@ poppler_annot_markup_get_popup_rectangle
|
|
1336
1361
|
</table></div>
|
1337
1362
|
</div>
|
1338
1363
|
<div class="refsect3">
|
1339
|
-
<a name="id-1.2.8.8.
|
1340
|
-
<p> <a href="
|
1364
|
+
<a name="id-1.2.8.8.23.6"></a><h4>Returns</h4>
|
1365
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <a class="link" href="PopplerPage.html#PopplerRectangle" title="PopplerRectangle"><span class="type">PopplerRectangle</span></a> was correctly filled, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
1341
1366
|
<p></p>
|
1342
1367
|
</div>
|
1343
1368
|
<p class="since">Since 0.12</p>
|
@@ -1345,11 +1370,11 @@ poppler_annot_markup_get_popup_rectangle
|
|
1345
1370
|
<hr>
|
1346
1371
|
<div class="refsect2">
|
1347
1372
|
<a name="poppler-annot-markup-get-date"></a><h3>poppler_annot_markup_get_date ()</h3>
|
1348
|
-
<pre class="programlisting"><a href="
|
1373
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html#GDate"><span class="returnvalue">GDate</span></a> *
|
1349
1374
|
poppler_annot_markup_get_date (<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerAnnotMarkup" title="PopplerAnnotMarkup"><span class="type">PopplerAnnotMarkup</span></a> *poppler_annot</code></em>);</pre>
|
1350
1375
|
<p>Returns the date and time when the annotation was created</p>
|
1351
1376
|
<div class="refsect3">
|
1352
|
-
<a name="id-1.2.8.8.
|
1377
|
+
<a name="id-1.2.8.8.24.5"></a><h4>Parameters</h4>
|
1353
1378
|
<div class="informaltable"><table width="100%" border="0">
|
1354
1379
|
<colgroup>
|
1355
1380
|
<col width="150px" class="parameters_name">
|
@@ -1364,9 +1389,9 @@ poppler_annot_markup_get_date (<em class="parameter"><code><a class="link" href=
|
|
1364
1389
|
</table></div>
|
1365
1390
|
</div>
|
1366
1391
|
<div class="refsect3">
|
1367
|
-
<a name="id-1.2.8.8.
|
1368
|
-
<p> a <a href="
|
1369
|
-
when the annotation was created, or <a href="
|
1392
|
+
<a name="id-1.2.8.8.24.6"></a><h4>Returns</h4>
|
1393
|
+
<p> a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html#GDate"><span class="type">GDate</span></a> representing the date and time
|
1394
|
+
when the annotation was created, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
1370
1395
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1371
1396
|
</div>
|
1372
1397
|
</div>
|
@@ -1379,7 +1404,7 @@ poppler_annot_markup_get_external_data
|
|
1379
1404
|
<p>Gets the external data type of <em class="parameter"><code>poppler_annot</code></em>
|
1380
1405
|
.</p>
|
1381
1406
|
<div class="refsect3">
|
1382
|
-
<a name="id-1.2.8.8.
|
1407
|
+
<a name="id-1.2.8.8.25.5"></a><h4>Parameters</h4>
|
1383
1408
|
<div class="informaltable"><table width="100%" border="0">
|
1384
1409
|
<colgroup>
|
1385
1410
|
<col width="150px" class="parameters_name">
|
@@ -1394,7 +1419,7 @@ poppler_annot_markup_get_external_data
|
|
1394
1419
|
</table></div>
|
1395
1420
|
</div>
|
1396
1421
|
<div class="refsect3">
|
1397
|
-
<a name="id-1.2.8.8.
|
1422
|
+
<a name="id-1.2.8.8.25.6"></a><h4>Returns</h4>
|
1398
1423
|
<p> <a class="link" href="PopplerAnnot.html#PopplerAnnotExternalDataType" title="enum PopplerAnnotExternalDataType"><span class="type">PopplerAnnotExternalDataType</span></a> of <em class="parameter"><code>poppler_annot</code></em>
|
1399
1424
|
.</p>
|
1400
1425
|
<p></p>
|
@@ -1408,7 +1433,7 @@ poppler_annot_markup_get_reply_to (<em class="parameter"><code><a class="link" h
|
|
1408
1433
|
<p>Gets the reply type of <em class="parameter"><code>poppler_annot</code></em>
|
1409
1434
|
.</p>
|
1410
1435
|
<div class="refsect3">
|
1411
|
-
<a name="id-1.2.8.8.
|
1436
|
+
<a name="id-1.2.8.8.26.5"></a><h4>Parameters</h4>
|
1412
1437
|
<div class="informaltable"><table width="100%" border="0">
|
1413
1438
|
<colgroup>
|
1414
1439
|
<col width="150px" class="parameters_name">
|
@@ -1423,7 +1448,7 @@ poppler_annot_markup_get_reply_to (<em class="parameter"><code><a class="link" h
|
|
1423
1448
|
</table></div>
|
1424
1449
|
</div>
|
1425
1450
|
<div class="refsect3">
|
1426
|
-
<a name="id-1.2.8.8.
|
1451
|
+
<a name="id-1.2.8.8.26.6"></a><h4>Returns</h4>
|
1427
1452
|
<p> <a class="link" href="PopplerAnnot.html#PopplerAnnotMarkupReplyType" title="enum PopplerAnnotMarkupReplyType"><span class="type">PopplerAnnotMarkupReplyType</span></a> of <em class="parameter"><code>poppler_annot</code></em>
|
1428
1453
|
.</p>
|
1429
1454
|
<p></p>
|
@@ -1440,7 +1465,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
1440
1465
|
when added to a page. See
|
1441
1466
|
<a class="link" href="PopplerPage.html#poppler-page-add-annot" title="poppler_page_add_annot ()"><code class="function">poppler_page_add_annot()</code></a></p>
|
1442
1467
|
<div class="refsect3">
|
1443
|
-
<a name="id-1.2.8.8.
|
1468
|
+
<a name="id-1.2.8.8.27.5"></a><h4>Parameters</h4>
|
1444
1469
|
<div class="informaltable"><table width="100%" border="0">
|
1445
1470
|
<colgroup>
|
1446
1471
|
<col width="150px" class="parameters_name">
|
@@ -1462,7 +1487,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
1462
1487
|
</table></div>
|
1463
1488
|
</div>
|
1464
1489
|
<div class="refsect3">
|
1465
|
-
<a name="id-1.2.8.8.
|
1490
|
+
<a name="id-1.2.8.8.27.6"></a><h4>Returns</h4>
|
1466
1491
|
<p> A newly created <a class="link" href="PopplerAnnot.html#PopplerAnnotText" title="PopplerAnnotText"><span class="type">PopplerAnnotText</span></a> annotation</p>
|
1467
1492
|
<p></p>
|
1468
1493
|
</div>
|
@@ -1471,12 +1496,12 @@ located on <em class="parameter"><code>rect</code></em>
|
|
1471
1496
|
<hr>
|
1472
1497
|
<div class="refsect2">
|
1473
1498
|
<a name="poppler-annot-text-get-icon"></a><h3>poppler_annot_text_get_icon ()</h3>
|
1474
|
-
<pre class="programlisting"><a href="
|
1499
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
1475
1500
|
poppler_annot_text_get_icon (<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerAnnotText" title="PopplerAnnotText"><span class="type">PopplerAnnotText</span></a> *poppler_annot</code></em>);</pre>
|
1476
1501
|
<p>Gets name of the icon of <em class="parameter"><code>poppler_annot</code></em>
|
1477
1502
|
.</p>
|
1478
1503
|
<div class="refsect3">
|
1479
|
-
<a name="id-1.2.8.8.
|
1504
|
+
<a name="id-1.2.8.8.28.5"></a><h4>Parameters</h4>
|
1480
1505
|
<div class="informaltable"><table width="100%" border="0">
|
1481
1506
|
<colgroup>
|
1482
1507
|
<col width="150px" class="parameters_name">
|
@@ -1491,7 +1516,7 @@ poppler_annot_text_get_icon (<em class="parameter"><code><a class="link" href="P
|
|
1491
1516
|
</table></div>
|
1492
1517
|
</div>
|
1493
1518
|
<div class="refsect3">
|
1494
|
-
<a name="id-1.2.8.8.
|
1519
|
+
<a name="id-1.2.8.8.28.6"></a><h4>Returns</h4>
|
1495
1520
|
<p> a new allocated string containing the icon name</p>
|
1496
1521
|
<p></p>
|
1497
1522
|
</div>
|
@@ -1501,7 +1526,7 @@ poppler_annot_text_get_icon (<em class="parameter"><code><a class="link" href="P
|
|
1501
1526
|
<a name="poppler-annot-text-set-icon"></a><h3>poppler_annot_text_set_icon ()</h3>
|
1502
1527
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1503
1528
|
poppler_annot_text_set_icon (<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerAnnotText" title="PopplerAnnotText"><span class="type">PopplerAnnotText</span></a> *poppler_annot</code></em>,
|
1504
|
-
<em class="parameter"><code>const <a href="
|
1529
|
+
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *icon</code></em>);</pre>
|
1505
1530
|
<p>Sets the icon of <em class="parameter"><code>poppler_annot</code></em>
|
1506
1531
|
. The following predefined
|
1507
1532
|
icons are currently supported:</p>
|
@@ -1550,7 +1575,7 @@ icons are currently supported:</p>
|
|
1550
1575
|
</tbody>
|
1551
1576
|
</table></div>
|
1552
1577
|
<div class="refsect3">
|
1553
|
-
<a name="id-1.2.8.8.
|
1578
|
+
<a name="id-1.2.8.8.29.6"></a><h4>Parameters</h4>
|
1554
1579
|
<div class="informaltable"><table width="100%" border="0">
|
1555
1580
|
<colgroup>
|
1556
1581
|
<col width="150px" class="parameters_name">
|
@@ -1576,12 +1601,12 @@ icons are currently supported:</p>
|
|
1576
1601
|
<hr>
|
1577
1602
|
<div class="refsect2">
|
1578
1603
|
<a name="poppler-annot-text-get-is-open"></a><h3>poppler_annot_text_get_is_open ()</h3>
|
1579
|
-
<pre class="programlisting"><a href="
|
1604
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
1580
1605
|
poppler_annot_text_get_is_open (<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerAnnotText" title="PopplerAnnotText"><span class="type">PopplerAnnotText</span></a> *poppler_annot</code></em>);</pre>
|
1581
1606
|
<p>Retrieves the state of <em class="parameter"><code>poppler_annot</code></em>
|
1582
1607
|
.</p>
|
1583
1608
|
<div class="refsect3">
|
1584
|
-
<a name="id-1.2.8.8.
|
1609
|
+
<a name="id-1.2.8.8.30.5"></a><h4>Parameters</h4>
|
1585
1610
|
<div class="informaltable"><table width="100%" border="0">
|
1586
1611
|
<colgroup>
|
1587
1612
|
<col width="150px" class="parameters_name">
|
@@ -1596,9 +1621,9 @@ poppler_annot_text_get_is_open (<em class="parameter"><code><a class="link" href
|
|
1596
1621
|
</table></div>
|
1597
1622
|
</div>
|
1598
1623
|
<div class="refsect3">
|
1599
|
-
<a name="id-1.2.8.8.
|
1624
|
+
<a name="id-1.2.8.8.30.6"></a><h4>Returns</h4>
|
1600
1625
|
<p> the state of <em class="parameter"><code>poppler_annot</code></em>
|
1601
|
-
. <a href="
|
1626
|
+
. <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if it's open, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> in
|
1602
1627
|
other case.</p>
|
1603
1628
|
<p></p>
|
1604
1629
|
</div>
|
@@ -1608,11 +1633,11 @@ other case.</p>
|
|
1608
1633
|
<a name="poppler-annot-text-set-is-open"></a><h3>poppler_annot_text_set_is_open ()</h3>
|
1609
1634
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1610
1635
|
poppler_annot_text_set_is_open (<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerAnnotText" title="PopplerAnnotText"><span class="type">PopplerAnnotText</span></a> *poppler_annot</code></em>,
|
1611
|
-
<em class="parameter"><code><a href="
|
1636
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_open</code></em>);</pre>
|
1612
1637
|
<p>Sets whether <em class="parameter"><code>poppler_annot</code></em>
|
1613
1638
|
should initially be displayed open</p>
|
1614
1639
|
<div class="refsect3">
|
1615
|
-
<a name="id-1.2.8.8.
|
1640
|
+
<a name="id-1.2.8.8.31.5"></a><h4>Parameters</h4>
|
1616
1641
|
<div class="informaltable"><table width="100%" border="0">
|
1617
1642
|
<colgroup>
|
1618
1643
|
<col width="150px" class="parameters_name">
|
@@ -1643,7 +1668,7 @@ poppler_annot_text_get_state (<em class="parameter"><code><a class="link" href="
|
|
1643
1668
|
<p>Retrieves the state of <em class="parameter"><code>poppler_annot</code></em>
|
1644
1669
|
.</p>
|
1645
1670
|
<div class="refsect3">
|
1646
|
-
<a name="id-1.2.8.8.
|
1671
|
+
<a name="id-1.2.8.8.32.5"></a><h4>Parameters</h4>
|
1647
1672
|
<div class="informaltable"><table width="100%" border="0">
|
1648
1673
|
<colgroup>
|
1649
1674
|
<col width="150px" class="parameters_name">
|
@@ -1658,7 +1683,7 @@ poppler_annot_text_get_state (<em class="parameter"><code><a class="link" href="
|
|
1658
1683
|
</table></div>
|
1659
1684
|
</div>
|
1660
1685
|
<div class="refsect3">
|
1661
|
-
<a name="id-1.2.8.8.
|
1686
|
+
<a name="id-1.2.8.8.32.6"></a><h4>Returns</h4>
|
1662
1687
|
<p> <a class="link" href="PopplerAnnot.html#PopplerAnnotTextState" title="enum PopplerAnnotTextState"><span class="type">PopplerAnnotTextState</span></a> of <em class="parameter"><code>poppler_annot</code></em>
|
1663
1688
|
.</p>
|
1664
1689
|
<p></p>
|
@@ -1671,12 +1696,12 @@ poppler_annot_text_get_state (<em class="parameter"><code><a class="link" href="
|
|
1671
1696
|
poppler_annot_text_markup_new_highlight
|
1672
1697
|
(<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *doc</code></em>,
|
1673
1698
|
<em class="parameter"><code><a class="link" href="PopplerPage.html#PopplerRectangle" title="PopplerRectangle"><span class="type">PopplerRectangle</span></a> *rect</code></em>,
|
1674
|
-
<em class="parameter"><code><a href="
|
1699
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html#GArray"><span class="type">GArray</span></a> *quadrilaterals</code></em>);</pre>
|
1675
1700
|
<p>Creates a new Highlight Text annotation that will be
|
1676
1701
|
located on <em class="parameter"><code>rect</code></em>
|
1677
1702
|
when added to a page. See <a class="link" href="PopplerPage.html#poppler-page-add-annot" title="poppler_page_add_annot ()"><code class="function">poppler_page_add_annot()</code></a></p>
|
1678
1703
|
<div class="refsect3">
|
1679
|
-
<a name="id-1.2.8.8.
|
1704
|
+
<a name="id-1.2.8.8.33.5"></a><h4>Parameters</h4>
|
1680
1705
|
<div class="informaltable"><table width="100%" border="0">
|
1681
1706
|
<colgroup>
|
1682
1707
|
<col width="150px" class="parameters_name">
|
@@ -1696,7 +1721,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
1696
1721
|
</tr>
|
1697
1722
|
<tr>
|
1698
1723
|
<td class="parameter_name"><p>quadrilaterals</p></td>
|
1699
|
-
<td class="parameter_description"><p> A <a href="
|
1724
|
+
<td class="parameter_description"><p> A <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html#GArray"><span class="type">GArray</span></a> of
|
1700
1725
|
<a class="link" href="PopplerAnnot.html#PopplerQuadrilateral" title="PopplerQuadrilateral"><span class="type">PopplerQuadrilateral</span></a>s. </p></td>
|
1701
1726
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> PopplerQuadrilateral]</span></td>
|
1702
1727
|
</tr>
|
@@ -1704,7 +1729,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
1704
1729
|
</table></div>
|
1705
1730
|
</div>
|
1706
1731
|
<div class="refsect3">
|
1707
|
-
<a name="id-1.2.8.8.
|
1732
|
+
<a name="id-1.2.8.8.33.6"></a><h4>Returns</h4>
|
1708
1733
|
<p> A newly created <a class="link" href="PopplerAnnot.html#PopplerAnnotTextMarkup" title="PopplerAnnotTextMarkup"><span class="type">PopplerAnnotTextMarkup</span></a> annotation. </p>
|
1709
1734
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1710
1735
|
</div>
|
@@ -1717,12 +1742,12 @@ located on <em class="parameter"><code>rect</code></em>
|
|
1717
1742
|
poppler_annot_text_markup_new_squiggly
|
1718
1743
|
(<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *doc</code></em>,
|
1719
1744
|
<em class="parameter"><code><a class="link" href="PopplerPage.html#PopplerRectangle" title="PopplerRectangle"><span class="type">PopplerRectangle</span></a> *rect</code></em>,
|
1720
|
-
<em class="parameter"><code><a href="
|
1745
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html#GArray"><span class="type">GArray</span></a> *quadrilaterals</code></em>);</pre>
|
1721
1746
|
<p>Creates a new Squiggly Text annotation that will be
|
1722
1747
|
located on <em class="parameter"><code>rect</code></em>
|
1723
1748
|
when added to a page. See <a class="link" href="PopplerPage.html#poppler-page-add-annot" title="poppler_page_add_annot ()"><code class="function">poppler_page_add_annot()</code></a></p>
|
1724
1749
|
<div class="refsect3">
|
1725
|
-
<a name="id-1.2.8.8.
|
1750
|
+
<a name="id-1.2.8.8.34.5"></a><h4>Parameters</h4>
|
1726
1751
|
<div class="informaltable"><table width="100%" border="0">
|
1727
1752
|
<colgroup>
|
1728
1753
|
<col width="150px" class="parameters_name">
|
@@ -1742,7 +1767,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
1742
1767
|
</tr>
|
1743
1768
|
<tr>
|
1744
1769
|
<td class="parameter_name"><p>quadrilaterals</p></td>
|
1745
|
-
<td class="parameter_description"><p> A <a href="
|
1770
|
+
<td class="parameter_description"><p> A <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html#GArray"><span class="type">GArray</span></a> of
|
1746
1771
|
<a class="link" href="PopplerAnnot.html#PopplerQuadrilateral" title="PopplerQuadrilateral"><span class="type">PopplerQuadrilateral</span></a>s. </p></td>
|
1747
1772
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> PopplerQuadrilateral]</span></td>
|
1748
1773
|
</tr>
|
@@ -1750,7 +1775,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
1750
1775
|
</table></div>
|
1751
1776
|
</div>
|
1752
1777
|
<div class="refsect3">
|
1753
|
-
<a name="id-1.2.8.8.
|
1778
|
+
<a name="id-1.2.8.8.34.6"></a><h4>Returns</h4>
|
1754
1779
|
<p> A newly created <a class="link" href="PopplerAnnot.html#PopplerAnnotTextMarkup" title="PopplerAnnotTextMarkup"><span class="type">PopplerAnnotTextMarkup</span></a> annotation. </p>
|
1755
1780
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1756
1781
|
</div>
|
@@ -1763,12 +1788,12 @@ located on <em class="parameter"><code>rect</code></em>
|
|
1763
1788
|
poppler_annot_text_markup_new_strikeout
|
1764
1789
|
(<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *doc</code></em>,
|
1765
1790
|
<em class="parameter"><code><a class="link" href="PopplerPage.html#PopplerRectangle" title="PopplerRectangle"><span class="type">PopplerRectangle</span></a> *rect</code></em>,
|
1766
|
-
<em class="parameter"><code><a href="
|
1791
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html#GArray"><span class="type">GArray</span></a> *quadrilaterals</code></em>);</pre>
|
1767
1792
|
<p>Creates a new Strike Out Text annotation that will be
|
1768
1793
|
located on <em class="parameter"><code>rect</code></em>
|
1769
1794
|
when added to a page. See <a class="link" href="PopplerPage.html#poppler-page-add-annot" title="poppler_page_add_annot ()"><code class="function">poppler_page_add_annot()</code></a></p>
|
1770
1795
|
<div class="refsect3">
|
1771
|
-
<a name="id-1.2.8.8.
|
1796
|
+
<a name="id-1.2.8.8.35.5"></a><h4>Parameters</h4>
|
1772
1797
|
<div class="informaltable"><table width="100%" border="0">
|
1773
1798
|
<colgroup>
|
1774
1799
|
<col width="150px" class="parameters_name">
|
@@ -1788,7 +1813,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
1788
1813
|
</tr>
|
1789
1814
|
<tr>
|
1790
1815
|
<td class="parameter_name"><p>quadrilaterals</p></td>
|
1791
|
-
<td class="parameter_description"><p> A <a href="
|
1816
|
+
<td class="parameter_description"><p> A <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html#GArray"><span class="type">GArray</span></a> of
|
1792
1817
|
<a class="link" href="PopplerAnnot.html#PopplerQuadrilateral" title="PopplerQuadrilateral"><span class="type">PopplerQuadrilateral</span></a>s. </p></td>
|
1793
1818
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> PopplerQuadrilateral]</span></td>
|
1794
1819
|
</tr>
|
@@ -1796,7 +1821,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
1796
1821
|
</table></div>
|
1797
1822
|
</div>
|
1798
1823
|
<div class="refsect3">
|
1799
|
-
<a name="id-1.2.8.8.
|
1824
|
+
<a name="id-1.2.8.8.35.6"></a><h4>Returns</h4>
|
1800
1825
|
<p> A newly created <a class="link" href="PopplerAnnot.html#PopplerAnnotTextMarkup" title="PopplerAnnotTextMarkup"><span class="type">PopplerAnnotTextMarkup</span></a> annotation. </p>
|
1801
1826
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1802
1827
|
</div>
|
@@ -1809,12 +1834,12 @@ located on <em class="parameter"><code>rect</code></em>
|
|
1809
1834
|
poppler_annot_text_markup_new_underline
|
1810
1835
|
(<em class="parameter"><code><a class="link" href="PopplerDocument.html" title="PopplerDocument"><span class="type">PopplerDocument</span></a> *doc</code></em>,
|
1811
1836
|
<em class="parameter"><code><a class="link" href="PopplerPage.html#PopplerRectangle" title="PopplerRectangle"><span class="type">PopplerRectangle</span></a> *rect</code></em>,
|
1812
|
-
<em class="parameter"><code><a href="
|
1837
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html#GArray"><span class="type">GArray</span></a> *quadrilaterals</code></em>);</pre>
|
1813
1838
|
<p>Creates a new Underline Text annotation that will be
|
1814
1839
|
located on <em class="parameter"><code>rect</code></em>
|
1815
1840
|
when added to a page. See <a class="link" href="PopplerPage.html#poppler-page-add-annot" title="poppler_page_add_annot ()"><code class="function">poppler_page_add_annot()</code></a></p>
|
1816
1841
|
<div class="refsect3">
|
1817
|
-
<a name="id-1.2.8.8.
|
1842
|
+
<a name="id-1.2.8.8.36.5"></a><h4>Parameters</h4>
|
1818
1843
|
<div class="informaltable"><table width="100%" border="0">
|
1819
1844
|
<colgroup>
|
1820
1845
|
<col width="150px" class="parameters_name">
|
@@ -1834,7 +1859,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
1834
1859
|
</tr>
|
1835
1860
|
<tr>
|
1836
1861
|
<td class="parameter_name"><p>quadrilaterals</p></td>
|
1837
|
-
<td class="parameter_description"><p> A <a href="
|
1862
|
+
<td class="parameter_description"><p> A <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html#GArray"><span class="type">GArray</span></a> of
|
1838
1863
|
<a class="link" href="PopplerAnnot.html#PopplerQuadrilateral" title="PopplerQuadrilateral"><span class="type">PopplerQuadrilateral</span></a>s. </p></td>
|
1839
1864
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> PopplerQuadrilateral]</span></td>
|
1840
1865
|
</tr>
|
@@ -1842,7 +1867,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
1842
1867
|
</table></div>
|
1843
1868
|
</div>
|
1844
1869
|
<div class="refsect3">
|
1845
|
-
<a name="id-1.2.8.8.
|
1870
|
+
<a name="id-1.2.8.8.36.6"></a><h4>Returns</h4>
|
1846
1871
|
<p> A newly created <a class="link" href="PopplerAnnot.html#PopplerAnnotTextMarkup" title="PopplerAnnotTextMarkup"><span class="type">PopplerAnnotTextMarkup</span></a> annotation. </p>
|
1847
1872
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1848
1873
|
</div>
|
@@ -1854,11 +1879,11 @@ located on <em class="parameter"><code>rect</code></em>
|
|
1854
1879
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1855
1880
|
poppler_annot_text_markup_set_quadrilaterals
|
1856
1881
|
(<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerAnnotTextMarkup" title="PopplerAnnotTextMarkup"><span class="type">PopplerAnnotTextMarkup</span></a> *poppler_annot</code></em>,
|
1857
|
-
<em class="parameter"><code><a href="
|
1882
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html#GArray"><span class="type">GArray</span></a> *quadrilaterals</code></em>);</pre>
|
1858
1883
|
<p>Set the regions (Quadrilaterals) to apply the text markup in <em class="parameter"><code>poppler_annot</code></em>
|
1859
1884
|
.</p>
|
1860
1885
|
<div class="refsect3">
|
1861
|
-
<a name="id-1.2.8.8.
|
1886
|
+
<a name="id-1.2.8.8.37.5"></a><h4>Parameters</h4>
|
1862
1887
|
<div class="informaltable"><table width="100%" border="0">
|
1863
1888
|
<colgroup>
|
1864
1889
|
<col width="150px" class="parameters_name">
|
@@ -1873,7 +1898,7 @@ poppler_annot_text_markup_set_quadrilaterals
|
|
1873
1898
|
</tr>
|
1874
1899
|
<tr>
|
1875
1900
|
<td class="parameter_name"><p>quadrilaterals</p></td>
|
1876
|
-
<td class="parameter_description"><p> A <a href="
|
1901
|
+
<td class="parameter_description"><p> A <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html#GArray"><span class="type">GArray</span></a> of
|
1877
1902
|
<a class="link" href="PopplerAnnot.html#PopplerQuadrilateral" title="PopplerQuadrilateral"><span class="type">PopplerQuadrilateral</span></a>s. </p></td>
|
1878
1903
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> PopplerQuadrilateral]</span></td>
|
1879
1904
|
</tr>
|
@@ -1885,15 +1910,15 @@ poppler_annot_text_markup_set_quadrilaterals
|
|
1885
1910
|
<hr>
|
1886
1911
|
<div class="refsect2">
|
1887
1912
|
<a name="poppler-annot-text-markup-get-quadrilaterals"></a><h3>poppler_annot_text_markup_get_quadrilaterals ()</h3>
|
1888
|
-
<pre class="programlisting"><a href="
|
1913
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html#GArray"><span class="returnvalue">GArray</span></a> *
|
1889
1914
|
poppler_annot_text_markup_get_quadrilaterals
|
1890
1915
|
(<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerAnnotTextMarkup" title="PopplerAnnotTextMarkup"><span class="type">PopplerAnnotTextMarkup</span></a> *poppler_annot</code></em>);</pre>
|
1891
|
-
<p>Returns a <a href="
|
1916
|
+
<p>Returns a <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html#GArray"><span class="type">GArray</span></a> of <a class="link" href="PopplerAnnot.html#PopplerQuadrilateral" title="PopplerQuadrilateral"><span class="type">PopplerQuadrilateral</span></a> items that map from a
|
1892
1917
|
location on <em class="parameter"><code>page</code></em>
|
1893
1918
|
to a <a class="link" href="PopplerAnnot.html#PopplerAnnotTextMarkup" title="PopplerAnnotTextMarkup"><span class="type">PopplerAnnotTextMarkup</span></a>. This array must be freed
|
1894
1919
|
when done.</p>
|
1895
1920
|
<div class="refsect3">
|
1896
|
-
<a name="id-1.2.8.8.
|
1921
|
+
<a name="id-1.2.8.8.38.5"></a><h4>Parameters</h4>
|
1897
1922
|
<div class="informaltable"><table width="100%" border="0">
|
1898
1923
|
<colgroup>
|
1899
1924
|
<col width="150px" class="parameters_name">
|
@@ -1908,8 +1933,8 @@ when done.</p>
|
|
1908
1933
|
</table></div>
|
1909
1934
|
</div>
|
1910
1935
|
<div class="refsect3">
|
1911
|
-
<a name="id-1.2.8.8.
|
1912
|
-
<p> A <a href="
|
1936
|
+
<a name="id-1.2.8.8.38.6"></a><h4>Returns</h4>
|
1937
|
+
<p> A <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html#GArray"><span class="type">GArray</span></a> of <a class="link" href="PopplerAnnot.html#PopplerQuadrilateral" title="PopplerQuadrilateral"><span class="type">PopplerQuadrilateral</span></a>. </p>
|
1913
1938
|
<p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> PopplerQuadrilateral][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1914
1939
|
</div>
|
1915
1940
|
<p class="since">Since 0.26</p>
|
@@ -1924,7 +1949,7 @@ poppler_annot_free_text_get_callout_line
|
|
1924
1949
|
line attached to the <em class="parameter"><code>poppler_annot</code></em>
|
1925
1950
|
.</p>
|
1926
1951
|
<div class="refsect3">
|
1927
|
-
<a name="id-1.2.8.8.
|
1952
|
+
<a name="id-1.2.8.8.39.5"></a><h4>Parameters</h4>
|
1928
1953
|
<div class="informaltable"><table width="100%" border="0">
|
1929
1954
|
<colgroup>
|
1930
1955
|
<col width="150px" class="parameters_name">
|
@@ -1939,9 +1964,9 @@ line attached to the <em class="parameter"><code>poppler_annot</code></em>
|
|
1939
1964
|
</table></div>
|
1940
1965
|
</div>
|
1941
1966
|
<div class="refsect3">
|
1942
|
-
<a name="id-1.2.8.8.
|
1967
|
+
<a name="id-1.2.8.8.39.6"></a><h4>Returns</h4>
|
1943
1968
|
<p> a new allocated <a class="link" href="PopplerAnnot.html#PopplerAnnotCalloutLine" title="PopplerAnnotCalloutLine"><span class="type">PopplerAnnotCalloutLine</span></a> if the annot has a callout
|
1944
|
-
line, <a href="
|
1969
|
+
line, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in other case. It must be freed with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when
|
1945
1970
|
done.</p>
|
1946
1971
|
<p></p>
|
1947
1972
|
</div>
|
@@ -1954,7 +1979,7 @@ poppler_annot_free_text_get_quadding (<em class="parameter"><code><a class="link
|
|
1954
1979
|
<p>Retrieves the justification of the text of <em class="parameter"><code>poppler_annot</code></em>
|
1955
1980
|
.</p>
|
1956
1981
|
<div class="refsect3">
|
1957
|
-
<a name="id-1.2.8.8.
|
1982
|
+
<a name="id-1.2.8.8.40.5"></a><h4>Parameters</h4>
|
1958
1983
|
<div class="informaltable"><table width="100%" border="0">
|
1959
1984
|
<colgroup>
|
1960
1985
|
<col width="150px" class="parameters_name">
|
@@ -1969,7 +1994,7 @@ poppler_annot_free_text_get_quadding (<em class="parameter"><code><a class="link
|
|
1969
1994
|
</table></div>
|
1970
1995
|
</div>
|
1971
1996
|
<div class="refsect3">
|
1972
|
-
<a name="id-1.2.8.8.
|
1997
|
+
<a name="id-1.2.8.8.40.6"></a><h4>Returns</h4>
|
1973
1998
|
<p> <a class="link" href="PopplerAnnot.html#PopplerAnnotFreeTextQuadding" title="enum PopplerAnnotFreeTextQuadding"><span class="type">PopplerAnnotFreeTextQuadding</span></a> of <em class="parameter"><code>poppler_annot</code></em>
|
1974
1999
|
.</p>
|
1975
2000
|
<p></p>
|
@@ -1985,7 +2010,7 @@ poppler_annot_file_attachment_get_attachment
|
|
1985
2010
|
.
|
1986
2011
|
The <a class="link" href="PopplerAttachment.html" title="PopplerAttachment"><span class="type">PopplerAttachment</span></a> must be unrefed with g_object_unref by the caller.</p>
|
1987
2012
|
<div class="refsect3">
|
1988
|
-
<a name="id-1.2.8.8.
|
2013
|
+
<a name="id-1.2.8.8.41.5"></a><h4>Parameters</h4>
|
1989
2014
|
<div class="informaltable"><table width="100%" border="0">
|
1990
2015
|
<colgroup>
|
1991
2016
|
<col width="150px" class="parameters_name">
|
@@ -2000,7 +2025,7 @@ The <a class="link" href="PopplerAttachment.html" title="PopplerAttachment"><spa
|
|
2000
2025
|
</table></div>
|
2001
2026
|
</div>
|
2002
2027
|
<div class="refsect3">
|
2003
|
-
<a name="id-1.2.8.8.
|
2028
|
+
<a name="id-1.2.8.8.41.6"></a><h4>Returns</h4>
|
2004
2029
|
<p> <em class="parameter"><code>PopplerAttachment</code></em>
|
2005
2030
|
. </p>
|
2006
2031
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
@@ -2010,13 +2035,13 @@ The <a class="link" href="PopplerAttachment.html" title="PopplerAttachment"><spa
|
|
2010
2035
|
<hr>
|
2011
2036
|
<div class="refsect2">
|
2012
2037
|
<a name="poppler-annot-file-attachment-get-name"></a><h3>poppler_annot_file_attachment_get_name ()</h3>
|
2013
|
-
<pre class="programlisting"><a href="
|
2038
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
2014
2039
|
poppler_annot_file_attachment_get_name
|
2015
2040
|
(<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerAnnotFileAttachment" title="PopplerAnnotFileAttachment"><span class="type">PopplerAnnotFileAttachment</span></a> *poppler_annot</code></em>);</pre>
|
2016
2041
|
<p>Retrieves the name of <em class="parameter"><code>poppler_annot</code></em>
|
2017
2042
|
.</p>
|
2018
2043
|
<div class="refsect3">
|
2019
|
-
<a name="id-1.2.8.8.
|
2044
|
+
<a name="id-1.2.8.8.42.5"></a><h4>Parameters</h4>
|
2020
2045
|
<div class="informaltable"><table width="100%" border="0">
|
2021
2046
|
<colgroup>
|
2022
2047
|
<col width="150px" class="parameters_name">
|
@@ -2031,10 +2056,10 @@ poppler_annot_file_attachment_get_name
|
|
2031
2056
|
</table></div>
|
2032
2057
|
</div>
|
2033
2058
|
<div class="refsect3">
|
2034
|
-
<a name="id-1.2.8.8.
|
2059
|
+
<a name="id-1.2.8.8.42.6"></a><h4>Returns</h4>
|
2035
2060
|
<p> a new allocated string with the name of <em class="parameter"><code>poppler_annot</code></em>
|
2036
2061
|
. It must
|
2037
|
-
be freed with <a href="
|
2062
|
+
be freed with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done.</p>
|
2038
2063
|
<p></p>
|
2039
2064
|
</div>
|
2040
2065
|
<p class="since">Since 0.14</p>
|
@@ -2047,7 +2072,7 @@ poppler_annot_screen_get_action (<em class="parameter"><code><a class="link" hre
|
|
2047
2072
|
<p>Retrieves the action (<a class="link" href="poppler-PopplerAction.html#PopplerAction" title="union PopplerAction"><span class="type">PopplerAction</span></a>) that shall be performed when <em class="parameter"><code>poppler_annot</code></em>
|
2048
2073
|
is activated</p>
|
2049
2074
|
<div class="refsect3">
|
2050
|
-
<a name="id-1.2.8.8.
|
2075
|
+
<a name="id-1.2.8.8.43.5"></a><h4>Parameters</h4>
|
2051
2076
|
<div class="informaltable"><table width="100%" border="0">
|
2052
2077
|
<colgroup>
|
2053
2078
|
<col width="150px" class="parameters_name">
|
@@ -2062,7 +2087,7 @@ poppler_annot_screen_get_action (<em class="parameter"><code><a class="link" hre
|
|
2062
2087
|
</table></div>
|
2063
2088
|
</div>
|
2064
2089
|
<div class="refsect3">
|
2065
|
-
<a name="id-1.2.8.8.
|
2090
|
+
<a name="id-1.2.8.8.43.6"></a><h4>Returns</h4>
|
2066
2091
|
<p> the action to perform. The returned
|
2067
2092
|
object is owned by <em class="parameter"><code>poppler_annot</code></em>
|
2068
2093
|
and should not be freed. </p>
|
@@ -2078,7 +2103,7 @@ poppler_annot_movie_get_movie (<em class="parameter"><code><a class="link" href=
|
|
2078
2103
|
<p>Retrieves the movie object (PopplerMovie) stored in the <em class="parameter"><code>poppler_annot</code></em>
|
2079
2104
|
.</p>
|
2080
2105
|
<div class="refsect3">
|
2081
|
-
<a name="id-1.2.8.8.
|
2106
|
+
<a name="id-1.2.8.8.44.5"></a><h4>Parameters</h4>
|
2082
2107
|
<div class="informaltable"><table width="100%" border="0">
|
2083
2108
|
<colgroup>
|
2084
2109
|
<col width="150px" class="parameters_name">
|
@@ -2093,7 +2118,7 @@ poppler_annot_movie_get_movie (<em class="parameter"><code><a class="link" href=
|
|
2093
2118
|
</table></div>
|
2094
2119
|
</div>
|
2095
2120
|
<div class="refsect3">
|
2096
|
-
<a name="id-1.2.8.8.
|
2121
|
+
<a name="id-1.2.8.8.44.6"></a><h4>Returns</h4>
|
2097
2122
|
<p> the movie object stored in the <em class="parameter"><code>poppler_annot</code></em>
|
2098
2123
|
. The returned
|
2099
2124
|
object is owned by <a class="link" href="PopplerAnnot.html#PopplerAnnotMovie" title="PopplerAnnotMovie"><span class="type">PopplerAnnotMovie</span></a> and should not be freed. </p>
|
@@ -2104,12 +2129,12 @@ object is owned by <a class="link" href="PopplerAnnot.html#PopplerAnnotMovie" ti
|
|
2104
2129
|
<hr>
|
2105
2130
|
<div class="refsect2">
|
2106
2131
|
<a name="poppler-annot-movie-get-title"></a><h3>poppler_annot_movie_get_title ()</h3>
|
2107
|
-
<pre class="programlisting"><a href="
|
2132
|
+
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
|
2108
2133
|
poppler_annot_movie_get_title (<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerAnnotMovie" title="PopplerAnnotMovie"><span class="type">PopplerAnnotMovie</span></a> *poppler_annot</code></em>);</pre>
|
2109
2134
|
<p>Retrieves the movie title of <em class="parameter"><code>poppler_annot</code></em>
|
2110
2135
|
.</p>
|
2111
2136
|
<div class="refsect3">
|
2112
|
-
<a name="id-1.2.8.8.
|
2137
|
+
<a name="id-1.2.8.8.45.5"></a><h4>Parameters</h4>
|
2113
2138
|
<div class="informaltable"><table width="100%" border="0">
|
2114
2139
|
<colgroup>
|
2115
2140
|
<col width="150px" class="parameters_name">
|
@@ -2124,7 +2149,7 @@ poppler_annot_movie_get_title (<em class="parameter"><code><a class="link" href=
|
|
2124
2149
|
</table></div>
|
2125
2150
|
</div>
|
2126
2151
|
<div class="refsect3">
|
2127
|
-
<a name="id-1.2.8.8.
|
2152
|
+
<a name="id-1.2.8.8.45.6"></a><h4>Returns</h4>
|
2128
2153
|
<p> the title text of <em class="parameter"><code>poppler_annot</code></em>
|
2129
2154
|
.</p>
|
2130
2155
|
<p></p>
|
@@ -2138,8 +2163,8 @@ poppler_annot_movie_get_title (<em class="parameter"><code><a class="link" href=
|
|
2138
2163
|
poppler_annot_callout_line_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
2139
2164
|
<p>Creates a new empty <a class="link" href="PopplerAnnot.html#PopplerAnnotCalloutLine" title="PopplerAnnotCalloutLine"><span class="type">PopplerAnnotCalloutLine</span></a>.</p>
|
2140
2165
|
<div class="refsect3">
|
2141
|
-
<a name="id-1.2.8.8.
|
2142
|
-
<p> a new allocated <a class="link" href="PopplerAnnot.html#PopplerAnnotCalloutLine" title="PopplerAnnotCalloutLine"><span class="type">PopplerAnnotCalloutLine</span></a>, <a href="
|
2166
|
+
<a name="id-1.2.8.8.46.5"></a><h4>Returns</h4>
|
2167
|
+
<p> a new allocated <a class="link" href="PopplerAnnot.html#PopplerAnnotCalloutLine" title="PopplerAnnotCalloutLine"><span class="type">PopplerAnnotCalloutLine</span></a>, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in other case.
|
2143
2168
|
It must be freed when done.</p>
|
2144
2169
|
<p></p>
|
2145
2170
|
</div>
|
@@ -2152,7 +2177,7 @@ poppler_annot_callout_line_copy (<em class="parameter"><code><a class="link" hre
|
|
2152
2177
|
<p>It does copy <em class="parameter"><code>callout</code></em>
|
2153
2178
|
to a new <a class="link" href="PopplerAnnot.html#PopplerAnnotCalloutLine" title="PopplerAnnotCalloutLine"><span class="type">PopplerAnnotCalloutLine</span></a>.</p>
|
2154
2179
|
<div class="refsect3">
|
2155
|
-
<a name="id-1.2.8.8.
|
2180
|
+
<a name="id-1.2.8.8.47.5"></a><h4>Parameters</h4>
|
2156
2181
|
<div class="informaltable"><table width="100%" border="0">
|
2157
2182
|
<colgroup>
|
2158
2183
|
<col width="150px" class="parameters_name">
|
@@ -2167,10 +2192,10 @@ poppler_annot_callout_line_copy (<em class="parameter"><code><a class="link" hre
|
|
2167
2192
|
</table></div>
|
2168
2193
|
</div>
|
2169
2194
|
<div class="refsect3">
|
2170
|
-
<a name="id-1.2.8.8.
|
2195
|
+
<a name="id-1.2.8.8.47.6"></a><h4>Returns</h4>
|
2171
2196
|
<p> a new allocated <a class="link" href="PopplerAnnot.html#PopplerAnnotCalloutLine" title="PopplerAnnotCalloutLine"><span class="type">PopplerAnnotCalloutLine</span></a> as exact copy of
|
2172
2197
|
<em class="parameter"><code>callout</code></em>
|
2173
|
-
, <a href="
|
2198
|
+
, <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in other case. It must be freed when done.</p>
|
2174
2199
|
<p></p>
|
2175
2200
|
</div>
|
2176
2201
|
</div>
|
@@ -2181,7 +2206,7 @@ poppler_annot_callout_line_copy (<em class="parameter"><code><a class="link" hre
|
|
2181
2206
|
poppler_annot_callout_line_free (<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerAnnotCalloutLine" title="PopplerAnnotCalloutLine"><span class="type">PopplerAnnotCalloutLine</span></a> *callout</code></em>);</pre>
|
2182
2207
|
<p>Frees the memory used by <a class="link" href="PopplerAnnot.html#PopplerAnnotCalloutLine" title="PopplerAnnotCalloutLine"><span class="type">PopplerAnnotCalloutLine</span></a>.</p>
|
2183
2208
|
<div class="refsect3">
|
2184
|
-
<a name="id-1.2.8.8.
|
2209
|
+
<a name="id-1.2.8.8.48.5"></a><h4>Parameters</h4>
|
2185
2210
|
<div class="informaltable"><table width="100%" border="0">
|
2186
2211
|
<colgroup>
|
2187
2212
|
<col width="150px" class="parameters_name">
|
@@ -2207,7 +2232,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
2207
2232
|
when added to a page. See
|
2208
2233
|
<a class="link" href="PopplerPage.html#poppler-page-add-annot" title="poppler_page_add_annot ()"><code class="function">poppler_page_add_annot()</code></a></p>
|
2209
2234
|
<div class="refsect3">
|
2210
|
-
<a name="id-1.2.8.8.
|
2235
|
+
<a name="id-1.2.8.8.49.5"></a><h4>Parameters</h4>
|
2211
2236
|
<div class="informaltable"><table width="100%" border="0">
|
2212
2237
|
<colgroup>
|
2213
2238
|
<col width="150px" class="parameters_name">
|
@@ -2229,7 +2254,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
2229
2254
|
</table></div>
|
2230
2255
|
</div>
|
2231
2256
|
<div class="refsect3">
|
2232
|
-
<a name="id-1.2.8.8.
|
2257
|
+
<a name="id-1.2.8.8.49.6"></a><h4>Returns</h4>
|
2233
2258
|
<p> a newly created <a class="link" href="PopplerAnnot.html#PopplerAnnotCircle" title="PopplerAnnotCircle"><span class="type">PopplerAnnotCircle</span></a> annotation</p>
|
2234
2259
|
<p></p>
|
2235
2260
|
</div>
|
@@ -2238,13 +2263,13 @@ located on <em class="parameter"><code>rect</code></em>
|
|
2238
2263
|
<hr>
|
2239
2264
|
<div class="refsect2">
|
2240
2265
|
<a name="poppler-annot-circle-get-interior-color"></a><h3>poppler_annot_circle_get_interior_color ()</h3>
|
2241
|
-
<pre class="programlisting"><a class="link" href="poppler-
|
2266
|
+
<pre class="programlisting"><a class="link" href="poppler-PopplerColor.html#PopplerColor" title="PopplerColor"><span class="returnvalue">PopplerColor</span></a> *
|
2242
2267
|
poppler_annot_circle_get_interior_color
|
2243
2268
|
(<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerAnnotCircle" title="PopplerAnnotCircle"><span class="type">PopplerAnnotCircle</span></a> *poppler_annot</code></em>);</pre>
|
2244
2269
|
<p>Retrieves the interior color of <em class="parameter"><code>poppler_annot</code></em>
|
2245
2270
|
.</p>
|
2246
2271
|
<div class="refsect3">
|
2247
|
-
<a name="id-1.2.8.8.
|
2272
|
+
<a name="id-1.2.8.8.50.5"></a><h4>Parameters</h4>
|
2248
2273
|
<div class="informaltable"><table width="100%" border="0">
|
2249
2274
|
<colgroup>
|
2250
2275
|
<col width="150px" class="parameters_name">
|
@@ -2259,10 +2284,10 @@ poppler_annot_circle_get_interior_color
|
|
2259
2284
|
</table></div>
|
2260
2285
|
</div>
|
2261
2286
|
<div class="refsect3">
|
2262
|
-
<a name="id-1.2.8.8.
|
2263
|
-
<p> a new allocated <a class="link" href="poppler-
|
2287
|
+
<a name="id-1.2.8.8.50.6"></a><h4>Returns</h4>
|
2288
|
+
<p> a new allocated <a class="link" href="poppler-PopplerColor.html#PopplerColor" title="PopplerColor"><span class="type">PopplerColor</span></a> with the color values of
|
2264
2289
|
<em class="parameter"><code>poppler_annot</code></em>
|
2265
|
-
, or <a href="
|
2290
|
+
, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. It must be freed with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done.</p>
|
2266
2291
|
<p></p>
|
2267
2292
|
</div>
|
2268
2293
|
<p class="since">Since 0.26</p>
|
@@ -2273,11 +2298,11 @@ poppler_annot_circle_get_interior_color
|
|
2273
2298
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2274
2299
|
poppler_annot_circle_set_interior_color
|
2275
2300
|
(<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerAnnotCircle" title="PopplerAnnotCircle"><span class="type">PopplerAnnotCircle</span></a> *poppler_annot</code></em>,
|
2276
|
-
<em class="parameter"><code><a class="link" href="poppler-
|
2301
|
+
<em class="parameter"><code><a class="link" href="poppler-PopplerColor.html#PopplerColor" title="PopplerColor"><span class="type">PopplerColor</span></a> *poppler_color</code></em>);</pre>
|
2277
2302
|
<p>Sets the interior color of <em class="parameter"><code>poppler_annot</code></em>
|
2278
2303
|
.</p>
|
2279
2304
|
<div class="refsect3">
|
2280
|
-
<a name="id-1.2.8.8.
|
2305
|
+
<a name="id-1.2.8.8.51.5"></a><h4>Parameters</h4>
|
2281
2306
|
<div class="informaltable"><table width="100%" border="0">
|
2282
2307
|
<colgroup>
|
2283
2308
|
<col width="150px" class="parameters_name">
|
@@ -2292,7 +2317,7 @@ poppler_annot_circle_set_interior_color
|
|
2292
2317
|
</tr>
|
2293
2318
|
<tr>
|
2294
2319
|
<td class="parameter_name"><p>poppler_color</p></td>
|
2295
|
-
<td class="parameter_description"><p> a <a class="link" href="poppler-
|
2320
|
+
<td class="parameter_description"><p> a <a class="link" href="poppler-PopplerColor.html#PopplerColor" title="PopplerColor"><span class="type">PopplerColor</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2296
2321
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2297
2322
|
</tr>
|
2298
2323
|
</tbody>
|
@@ -2313,7 +2338,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
2313
2338
|
when added to a page. See
|
2314
2339
|
<a class="link" href="PopplerPage.html#poppler-page-add-annot" title="poppler_page_add_annot ()"><code class="function">poppler_page_add_annot()</code></a></p>
|
2315
2340
|
<div class="refsect3">
|
2316
|
-
<a name="id-1.2.8.8.
|
2341
|
+
<a name="id-1.2.8.8.52.5"></a><h4>Parameters</h4>
|
2317
2342
|
<div class="informaltable"><table width="100%" border="0">
|
2318
2343
|
<colgroup>
|
2319
2344
|
<col width="150px" class="parameters_name">
|
@@ -2345,7 +2370,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
2345
2370
|
</table></div>
|
2346
2371
|
</div>
|
2347
2372
|
<div class="refsect3">
|
2348
|
-
<a name="id-1.2.8.8.
|
2373
|
+
<a name="id-1.2.8.8.52.6"></a><h4>Returns</h4>
|
2349
2374
|
<p> A newly created <a class="link" href="PopplerAnnot.html#PopplerAnnotLine" title="PopplerAnnotLine"><span class="type">PopplerAnnotLine</span></a> annotation</p>
|
2350
2375
|
<p></p>
|
2351
2376
|
</div>
|
@@ -2361,7 +2386,7 @@ poppler_annot_line_set_vertices (<em class="parameter"><code><a class="link" hre
|
|
2361
2386
|
<p>Set the coordinate points where the <em class="parameter"><code>poppler_annot</code></em>
|
2362
2387
|
starts and ends.</p>
|
2363
2388
|
<div class="refsect3">
|
2364
|
-
<a name="id-1.2.8.8.
|
2389
|
+
<a name="id-1.2.8.8.53.5"></a><h4>Parameters</h4>
|
2365
2390
|
<div class="informaltable"><table width="100%" border="0">
|
2366
2391
|
<colgroup>
|
2367
2392
|
<col width="150px" class="parameters_name">
|
@@ -2400,7 +2425,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
2400
2425
|
when added to a page. See
|
2401
2426
|
<a class="link" href="PopplerPage.html#poppler-page-add-annot" title="poppler_page_add_annot ()"><code class="function">poppler_page_add_annot()</code></a></p>
|
2402
2427
|
<div class="refsect3">
|
2403
|
-
<a name="id-1.2.8.8.
|
2428
|
+
<a name="id-1.2.8.8.54.5"></a><h4>Parameters</h4>
|
2404
2429
|
<div class="informaltable"><table width="100%" border="0">
|
2405
2430
|
<colgroup>
|
2406
2431
|
<col width="150px" class="parameters_name">
|
@@ -2422,7 +2447,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
2422
2447
|
</table></div>
|
2423
2448
|
</div>
|
2424
2449
|
<div class="refsect3">
|
2425
|
-
<a name="id-1.2.8.8.
|
2450
|
+
<a name="id-1.2.8.8.54.6"></a><h4>Returns</h4>
|
2426
2451
|
<p> a newly created <a class="link" href="PopplerAnnot.html#PopplerAnnotSquare" title="PopplerAnnotSquare"><span class="type">PopplerAnnotSquare</span></a> annotation</p>
|
2427
2452
|
<p></p>
|
2428
2453
|
</div>
|
@@ -2431,13 +2456,13 @@ located on <em class="parameter"><code>rect</code></em>
|
|
2431
2456
|
<hr>
|
2432
2457
|
<div class="refsect2">
|
2433
2458
|
<a name="poppler-annot-square-get-interior-color"></a><h3>poppler_annot_square_get_interior_color ()</h3>
|
2434
|
-
<pre class="programlisting"><a class="link" href="poppler-
|
2459
|
+
<pre class="programlisting"><a class="link" href="poppler-PopplerColor.html#PopplerColor" title="PopplerColor"><span class="returnvalue">PopplerColor</span></a> *
|
2435
2460
|
poppler_annot_square_get_interior_color
|
2436
2461
|
(<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerAnnotSquare" title="PopplerAnnotSquare"><span class="type">PopplerAnnotSquare</span></a> *poppler_annot</code></em>);</pre>
|
2437
2462
|
<p>Retrieves the interior color of <em class="parameter"><code>poppler_annot</code></em>
|
2438
2463
|
.</p>
|
2439
2464
|
<div class="refsect3">
|
2440
|
-
<a name="id-1.2.8.8.
|
2465
|
+
<a name="id-1.2.8.8.55.5"></a><h4>Parameters</h4>
|
2441
2466
|
<div class="informaltable"><table width="100%" border="0">
|
2442
2467
|
<colgroup>
|
2443
2468
|
<col width="150px" class="parameters_name">
|
@@ -2452,10 +2477,10 @@ poppler_annot_square_get_interior_color
|
|
2452
2477
|
</table></div>
|
2453
2478
|
</div>
|
2454
2479
|
<div class="refsect3">
|
2455
|
-
<a name="id-1.2.8.8.
|
2456
|
-
<p> a new allocated <a class="link" href="poppler-
|
2480
|
+
<a name="id-1.2.8.8.55.6"></a><h4>Returns</h4>
|
2481
|
+
<p> a new allocated <a class="link" href="poppler-PopplerColor.html#PopplerColor" title="PopplerColor"><span class="type">PopplerColor</span></a> with the color values of
|
2457
2482
|
<em class="parameter"><code>poppler_annot</code></em>
|
2458
|
-
, or <a href="
|
2483
|
+
, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. It must be freed with <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done.</p>
|
2459
2484
|
<p></p>
|
2460
2485
|
</div>
|
2461
2486
|
<p class="since">Since 0.26</p>
|
@@ -2466,11 +2491,11 @@ poppler_annot_square_get_interior_color
|
|
2466
2491
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2467
2492
|
poppler_annot_square_set_interior_color
|
2468
2493
|
(<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerAnnotSquare" title="PopplerAnnotSquare"><span class="type">PopplerAnnotSquare</span></a> *poppler_annot</code></em>,
|
2469
|
-
<em class="parameter"><code><a class="link" href="poppler-
|
2494
|
+
<em class="parameter"><code><a class="link" href="poppler-PopplerColor.html#PopplerColor" title="PopplerColor"><span class="type">PopplerColor</span></a> *poppler_color</code></em>);</pre>
|
2470
2495
|
<p>Sets the interior color of <em class="parameter"><code>poppler_annot</code></em>
|
2471
2496
|
.</p>
|
2472
2497
|
<div class="refsect3">
|
2473
|
-
<a name="id-1.2.8.8.
|
2498
|
+
<a name="id-1.2.8.8.56.5"></a><h4>Parameters</h4>
|
2474
2499
|
<div class="informaltable"><table width="100%" border="0">
|
2475
2500
|
<colgroup>
|
2476
2501
|
<col width="150px" class="parameters_name">
|
@@ -2485,7 +2510,7 @@ poppler_annot_square_set_interior_color
|
|
2485
2510
|
</tr>
|
2486
2511
|
<tr>
|
2487
2512
|
<td class="parameter_name"><p>poppler_color</p></td>
|
2488
|
-
<td class="parameter_description"><p> a <a class="link" href="poppler-
|
2513
|
+
<td class="parameter_description"><p> a <a class="link" href="poppler-PopplerColor.html#PopplerColor" title="PopplerColor"><span class="type">PopplerColor</span></a>, or <a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
2489
2514
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
2490
2515
|
</tr>
|
2491
2516
|
</tbody>
|
@@ -2495,6 +2520,19 @@ poppler_annot_square_set_interior_color
|
|
2495
2520
|
</div>
|
2496
2521
|
<hr>
|
2497
2522
|
<div class="refsect2">
|
2523
|
+
<a name="poppler-point-new"></a><h3>poppler_point_new ()</h3>
|
2524
|
+
<pre class="programlisting"><a class="link" href="PopplerAnnot.html#PopplerPoint" title="PopplerPoint"><span class="returnvalue">PopplerPoint</span></a> *
|
2525
|
+
poppler_point_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
2526
|
+
<p>Creates a new <a class="link" href="PopplerAnnot.html#PopplerPoint" title="PopplerPoint"><span class="type">PopplerPoint</span></a>. It must be freed with <a class="link" href="PopplerAnnot.html#poppler-point-free" title="poppler_point_free ()"><code class="function">poppler_point_free()</code></a> after use.</p>
|
2527
|
+
<div class="refsect3">
|
2528
|
+
<a name="id-1.2.8.8.57.5"></a><h4>Returns</h4>
|
2529
|
+
<p> a new <a class="link" href="PopplerAnnot.html#PopplerPoint" title="PopplerPoint"><span class="type">PopplerPoint</span></a></p>
|
2530
|
+
<p></p>
|
2531
|
+
</div>
|
2532
|
+
<p class="since">Since 0.26</p>
|
2533
|
+
</div>
|
2534
|
+
<hr>
|
2535
|
+
<div class="refsect2">
|
2498
2536
|
<a name="poppler-point-copy"></a><h3>poppler_point_copy ()</h3>
|
2499
2537
|
<pre class="programlisting"><a class="link" href="PopplerAnnot.html#PopplerPoint" title="PopplerPoint"><span class="returnvalue">PopplerPoint</span></a> *
|
2500
2538
|
poppler_point_copy (<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerPoint" title="PopplerPoint"><span class="type">PopplerPoint</span></a> *point</code></em>);</pre>
|
@@ -2502,7 +2540,7 @@ poppler_point_copy (<em class="parameter"><code><a class="link" href="PopplerAnn
|
|
2502
2540
|
. The copy must be freed with <a class="link" href="PopplerAnnot.html#poppler-point-free" title="poppler_point_free ()"><code class="function">poppler_point_free()</code></a>
|
2503
2541
|
after use.</p>
|
2504
2542
|
<div class="refsect3">
|
2505
|
-
<a name="id-1.2.8.8.
|
2543
|
+
<a name="id-1.2.8.8.58.5"></a><h4>Parameters</h4>
|
2506
2544
|
<div class="informaltable"><table width="100%" border="0">
|
2507
2545
|
<colgroup>
|
2508
2546
|
<col width="150px" class="parameters_name">
|
@@ -2517,7 +2555,7 @@ after use.</p>
|
|
2517
2555
|
</table></div>
|
2518
2556
|
</div>
|
2519
2557
|
<div class="refsect3">
|
2520
|
-
<a name="id-1.2.8.8.
|
2558
|
+
<a name="id-1.2.8.8.58.6"></a><h4>Returns</h4>
|
2521
2559
|
<p> a new allocated copy of <em class="parameter"><code>point</code></em>
|
2522
2560
|
</p>
|
2523
2561
|
<p></p>
|
@@ -2532,7 +2570,7 @@ poppler_point_free (<em class="parameter"><code><a class="link" href="PopplerAnn
|
|
2532
2570
|
<p>Frees the memory used by <em class="parameter"><code>point</code></em>
|
2533
2571
|
</p>
|
2534
2572
|
<div class="refsect3">
|
2535
|
-
<a name="id-1.2.8.8.
|
2573
|
+
<a name="id-1.2.8.8.59.5"></a><h4>Parameters</h4>
|
2536
2574
|
<div class="informaltable"><table width="100%" border="0">
|
2537
2575
|
<colgroup>
|
2538
2576
|
<col width="150px" class="parameters_name">
|
@@ -2550,19 +2588,13 @@ poppler_point_free (<em class="parameter"><code><a class="link" href="PopplerAnn
|
|
2550
2588
|
</div>
|
2551
2589
|
<hr>
|
2552
2590
|
<div class="refsect2">
|
2553
|
-
<a name="poppler-
|
2554
|
-
<pre class="programlisting"><a href="
|
2555
|
-
|
2556
|
-
</
|
2557
|
-
<hr>
|
2558
|
-
<div class="refsect2">
|
2559
|
-
<a name="poppler-point-new"></a><h3>poppler_point_new ()</h3>
|
2560
|
-
<pre class="programlisting"><a class="link" href="PopplerAnnot.html#PopplerPoint" title="PopplerPoint"><span class="returnvalue">PopplerPoint</span></a> *
|
2561
|
-
poppler_point_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
2562
|
-
<p>Creates a new <a class="link" href="PopplerAnnot.html#PopplerPoint" title="PopplerPoint"><span class="type">PopplerPoint</span></a>. It must be freed with <a class="link" href="PopplerAnnot.html#poppler-point-free" title="poppler_point_free ()"><code class="function">poppler_point_free()</code></a> after use.</p>
|
2591
|
+
<a name="poppler-quadrilateral-new"></a><h3>poppler_quadrilateral_new ()</h3>
|
2592
|
+
<pre class="programlisting"><a class="link" href="PopplerAnnot.html#PopplerQuadrilateral" title="PopplerQuadrilateral"><span class="returnvalue">PopplerQuadrilateral</span></a> *
|
2593
|
+
poppler_quadrilateral_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
2594
|
+
<p>Creates a new <a class="link" href="PopplerAnnot.html#PopplerQuadrilateral" title="PopplerQuadrilateral"><span class="type">PopplerQuadrilateral</span></a>. It must be freed with <a class="link" href="PopplerAnnot.html#poppler-quadrilateral-free" title="poppler_quadrilateral_free ()"><code class="function">poppler_quadrilateral_free()</code></a> after use.</p>
|
2563
2595
|
<div class="refsect3">
|
2564
|
-
<a name="id-1.2.8.8.
|
2565
|
-
<p> a new <a class="link" href="PopplerAnnot.html#
|
2596
|
+
<a name="id-1.2.8.8.60.5"></a><h4>Returns</h4>
|
2597
|
+
<p> a new <a class="link" href="PopplerAnnot.html#PopplerQuadrilateral" title="PopplerQuadrilateral"><span class="type">PopplerQuadrilateral</span></a>.</p>
|
2566
2598
|
<p></p>
|
2567
2599
|
</div>
|
2568
2600
|
<p class="since">Since 0.26</p>
|
@@ -2575,7 +2607,7 @@ poppler_quadrilateral_copy (<em class="parameter"><code><a class="link" href="Po
|
|
2575
2607
|
<p>Creates a copy of <em class="parameter"><code>quad</code></em>
|
2576
2608
|
. The copy must be freed with <a class="link" href="PopplerAnnot.html#poppler-quadrilateral-free" title="poppler_quadrilateral_free ()"><code class="function">poppler_quadrilateral_free()</code></a> after use.</p>
|
2577
2609
|
<div class="refsect3">
|
2578
|
-
<a name="id-1.2.8.8.
|
2610
|
+
<a name="id-1.2.8.8.61.5"></a><h4>Parameters</h4>
|
2579
2611
|
<div class="informaltable"><table width="100%" border="0">
|
2580
2612
|
<colgroup>
|
2581
2613
|
<col width="150px" class="parameters_name">
|
@@ -2590,7 +2622,7 @@ poppler_quadrilateral_copy (<em class="parameter"><code><a class="link" href="Po
|
|
2590
2622
|
</table></div>
|
2591
2623
|
</div>
|
2592
2624
|
<div class="refsect3">
|
2593
|
-
<a name="id-1.2.8.8.
|
2625
|
+
<a name="id-1.2.8.8.61.6"></a><h4>Returns</h4>
|
2594
2626
|
<p> a new allocated copy of <em class="parameter"><code>quad</code></em>
|
2595
2627
|
</p>
|
2596
2628
|
<p></p>
|
@@ -2605,7 +2637,7 @@ poppler_quadrilateral_free (<em class="parameter"><code><a class="link" href="Po
|
|
2605
2637
|
<p>Frees the memory used by <em class="parameter"><code>quad</code></em>
|
2606
2638
|
</p>
|
2607
2639
|
<div class="refsect3">
|
2608
|
-
<a name="id-1.2.8.8.
|
2640
|
+
<a name="id-1.2.8.8.62.5"></a><h4>Parameters</h4>
|
2609
2641
|
<div class="informaltable"><table width="100%" border="0">
|
2610
2642
|
<colgroup>
|
2611
2643
|
<col width="150px" class="parameters_name">
|
@@ -2621,25 +2653,6 @@ poppler_quadrilateral_free (<em class="parameter"><code><a class="link" href="Po
|
|
2621
2653
|
</div>
|
2622
2654
|
<p class="since">Since 0.26</p>
|
2623
2655
|
</div>
|
2624
|
-
<hr>
|
2625
|
-
<div class="refsect2">
|
2626
|
-
<a name="poppler-quadrilateral-get-type"></a><h3>poppler_quadrilateral_get_type ()</h3>
|
2627
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a>
|
2628
|
-
poppler_quadrilateral_get_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
2629
|
-
</div>
|
2630
|
-
<hr>
|
2631
|
-
<div class="refsect2">
|
2632
|
-
<a name="poppler-quadrilateral-new"></a><h3>poppler_quadrilateral_new ()</h3>
|
2633
|
-
<pre class="programlisting"><a class="link" href="PopplerAnnot.html#PopplerQuadrilateral" title="PopplerQuadrilateral"><span class="returnvalue">PopplerQuadrilateral</span></a> *
|
2634
|
-
poppler_quadrilateral_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
2635
|
-
<p>Creates a new <a class="link" href="PopplerAnnot.html#PopplerQuadrilateral" title="PopplerQuadrilateral"><span class="type">PopplerQuadrilateral</span></a>. It must be freed with <a class="link" href="PopplerAnnot.html#poppler-quadrilateral-free" title="poppler_quadrilateral_free ()"><code class="function">poppler_quadrilateral_free()</code></a> after use.</p>
|
2636
|
-
<div class="refsect3">
|
2637
|
-
<a name="id-1.2.8.8.63.5"></a><h4>Returns</h4>
|
2638
|
-
<p> a new <a class="link" href="PopplerAnnot.html#PopplerQuadrilateral" title="PopplerQuadrilateral"><span class="type">PopplerQuadrilateral</span></a>.</p>
|
2639
|
-
<p></p>
|
2640
|
-
</div>
|
2641
|
-
<p class="since">Since 0.26</p>
|
2642
|
-
</div>
|
2643
2656
|
</div>
|
2644
2657
|
<div class="refsect1">
|
2645
2658
|
<a name="PopplerAnnot.other_details"></a><h2>Types and Values</h2>
|
@@ -3086,12 +3099,12 @@ poppler_quadrilateral_new (<em class="parameter"><code><span class="type">void</
|
|
3086
3099
|
</colgroup>
|
3087
3100
|
<tbody>
|
3088
3101
|
<tr>
|
3089
|
-
<td class="struct_member_name"><p><a href="
|
3102
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="PopplerPoint.x"></a>x</code></em>;</p></td>
|
3090
3103
|
<td class="struct_member_description"><p>x coordinate</p></td>
|
3091
3104
|
<td class="struct_member_annotations"> </td>
|
3092
3105
|
</tr>
|
3093
3106
|
<tr>
|
3094
|
-
<td class="struct_member_name"><p><a href="
|
3107
|
+
<td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> <em class="structfield"><code><a name="PopplerPoint.y"></a>y</code></em>;</p></td>
|
3095
3108
|
<td class="struct_member_description"><p>y coordinate</p></td>
|
3096
3109
|
<td class="struct_member_annotations"> </td>
|
3097
3110
|
</tr>
|