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
@@ -50,7 +50,7 @@
|
|
50
50
|
</tr>
|
51
51
|
<tr>
|
52
52
|
<td class="function_type">
|
53
|
-
<a href="
|
53
|
+
<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>
|
54
54
|
</td>
|
55
55
|
<td class="function_name">
|
56
56
|
<a class="link" href="PopplerFormField.html#poppler-form-field-get-id" title="poppler_form_field_get_id ()">poppler_form_field_get_id</a> <span class="c_punctuation">()</span>
|
@@ -58,7 +58,7 @@
|
|
58
58
|
</tr>
|
59
59
|
<tr>
|
60
60
|
<td class="function_type">
|
61
|
-
<a href="
|
61
|
+
<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>
|
62
62
|
</td>
|
63
63
|
<td class="function_name">
|
64
64
|
<a class="link" href="PopplerFormField.html#poppler-form-field-is-read-only" title="poppler_form_field_is_read_only ()">poppler_form_field_is_read_only</a> <span class="c_punctuation">()</span>
|
@@ -66,7 +66,7 @@
|
|
66
66
|
</tr>
|
67
67
|
<tr>
|
68
68
|
<td class="function_type">
|
69
|
-
<a href="
|
69
|
+
<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>
|
70
70
|
</td>
|
71
71
|
<td class="function_name">
|
72
72
|
<a class="link" href="PopplerFormField.html#poppler-form-field-get-font-size" title="poppler_form_field_get_font_size ()">poppler_form_field_get_font_size</a> <span class="c_punctuation">()</span>
|
@@ -74,7 +74,7 @@
|
|
74
74
|
</tr>
|
75
75
|
<tr>
|
76
76
|
<td class="function_type">
|
77
|
-
<a href="
|
77
|
+
<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> *
|
78
78
|
</td>
|
79
79
|
<td class="function_name">
|
80
80
|
<a class="link" href="PopplerFormField.html#poppler-form-field-get-partial-name" title="poppler_form_field_get_partial_name ()">poppler_form_field_get_partial_name</a> <span class="c_punctuation">()</span>
|
@@ -82,7 +82,7 @@
|
|
82
82
|
</tr>
|
83
83
|
<tr>
|
84
84
|
<td class="function_type">
|
85
|
-
<a href="
|
85
|
+
<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> *
|
86
86
|
</td>
|
87
87
|
<td class="function_name">
|
88
88
|
<a class="link" href="PopplerFormField.html#poppler-form-field-get-mapping-name" title="poppler_form_field_get_mapping_name ()">poppler_form_field_get_mapping_name</a> <span class="c_punctuation">()</span>
|
@@ -90,7 +90,7 @@
|
|
90
90
|
</tr>
|
91
91
|
<tr>
|
92
92
|
<td class="function_type">
|
93
|
-
<a href="
|
93
|
+
<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
94
|
</td>
|
95
95
|
<td class="function_name">
|
96
96
|
<a class="link" href="PopplerFormField.html#poppler-form-field-get-name" title="poppler_form_field_get_name ()">poppler_form_field_get_name</a> <span class="c_punctuation">()</span>
|
@@ -114,7 +114,7 @@
|
|
114
114
|
</tr>
|
115
115
|
<tr>
|
116
116
|
<td class="function_type">
|
117
|
-
<a href="
|
117
|
+
<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>
|
118
118
|
</td>
|
119
119
|
<td class="function_name">
|
120
120
|
<a class="link" href="PopplerFormField.html#poppler-form-field-button-get-state" title="poppler_form_field_button_get_state ()">poppler_form_field_button_get_state</a> <span class="c_punctuation">()</span>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
</tr>
|
139
139
|
<tr>
|
140
140
|
<td class="function_type">
|
141
|
-
<a href="
|
141
|
+
<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>
|
142
142
|
</td>
|
143
143
|
<td class="function_name">
|
144
144
|
<a class="link" href="PopplerFormField.html#poppler-form-field-choice-can-select-multiple" title="poppler_form_field_choice_can_select_multiple ()">poppler_form_field_choice_can_select_multiple</a> <span class="c_punctuation">()</span>
|
@@ -146,7 +146,7 @@
|
|
146
146
|
</tr>
|
147
147
|
<tr>
|
148
148
|
<td class="function_type">
|
149
|
-
<a href="
|
149
|
+
<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>
|
150
150
|
</td>
|
151
151
|
<td class="function_name">
|
152
152
|
<a class="link" href="PopplerFormField.html#poppler-form-field-choice-commit-on-change" title="poppler_form_field_choice_commit_on_change ()">poppler_form_field_choice_commit_on_change</a> <span class="c_punctuation">()</span>
|
@@ -154,7 +154,7 @@
|
|
154
154
|
</tr>
|
155
155
|
<tr>
|
156
156
|
<td class="function_type">
|
157
|
-
<a href="
|
157
|
+
<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>
|
158
158
|
</td>
|
159
159
|
<td class="function_name">
|
160
160
|
<a class="link" href="PopplerFormField.html#poppler-form-field-choice-do-spell-check" title="poppler_form_field_choice_do_spell_check ()">poppler_form_field_choice_do_spell_check</a> <span class="c_punctuation">()</span>
|
@@ -162,7 +162,7 @@
|
|
162
162
|
</tr>
|
163
163
|
<tr>
|
164
164
|
<td class="function_type">
|
165
|
-
<a href="
|
165
|
+
<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> *
|
166
166
|
</td>
|
167
167
|
<td class="function_name">
|
168
168
|
<a class="link" href="PopplerFormField.html#poppler-form-field-choice-get-item" title="poppler_form_field_choice_get_item ()">poppler_form_field_choice_get_item</a> <span class="c_punctuation">()</span>
|
@@ -170,7 +170,7 @@
|
|
170
170
|
</tr>
|
171
171
|
<tr>
|
172
172
|
<td class="function_type">
|
173
|
-
<a href="
|
173
|
+
<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>
|
174
174
|
</td>
|
175
175
|
<td class="function_name">
|
176
176
|
<a class="link" href="PopplerFormField.html#poppler-form-field-choice-get-n-items" title="poppler_form_field_choice_get_n_items ()">poppler_form_field_choice_get_n_items</a> <span class="c_punctuation">()</span>
|
@@ -178,7 +178,7 @@
|
|
178
178
|
</tr>
|
179
179
|
<tr>
|
180
180
|
<td class="function_type">
|
181
|
-
<a href="
|
181
|
+
<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> *
|
182
182
|
</td>
|
183
183
|
<td class="function_name">
|
184
184
|
<a class="link" href="PopplerFormField.html#poppler-form-field-choice-get-text" title="poppler_form_field_choice_get_text ()">poppler_form_field_choice_get_text</a> <span class="c_punctuation">()</span>
|
@@ -194,7 +194,7 @@
|
|
194
194
|
</tr>
|
195
195
|
<tr>
|
196
196
|
<td class="function_type">
|
197
|
-
<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>
|
198
198
|
</td>
|
199
199
|
<td class="function_name">
|
200
200
|
<a class="link" href="PopplerFormField.html#poppler-form-field-choice-is-editable" title="poppler_form_field_choice_is_editable ()">poppler_form_field_choice_is_editable</a> <span class="c_punctuation">()</span>
|
@@ -202,7 +202,7 @@
|
|
202
202
|
</tr>
|
203
203
|
<tr>
|
204
204
|
<td class="function_type">
|
205
|
-
<a href="
|
205
|
+
<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
206
|
</td>
|
207
207
|
<td class="function_name">
|
208
208
|
<a class="link" href="PopplerFormField.html#poppler-form-field-choice-is-item-selected" title="poppler_form_field_choice_is_item_selected ()">poppler_form_field_choice_is_item_selected</a> <span class="c_punctuation">()</span>
|
@@ -242,7 +242,7 @@
|
|
242
242
|
</tr>
|
243
243
|
<tr>
|
244
244
|
<td class="function_type">
|
245
|
-
<a href="
|
245
|
+
<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
246
|
</td>
|
247
247
|
<td class="function_name">
|
248
248
|
<a class="link" href="PopplerFormField.html#poppler-form-field-text-get-text" title="poppler_form_field_text_get_text ()">poppler_form_field_text_get_text</a> <span class="c_punctuation">()</span>
|
@@ -258,7 +258,7 @@
|
|
258
258
|
</tr>
|
259
259
|
<tr>
|
260
260
|
<td class="function_type">
|
261
|
-
<a href="
|
261
|
+
<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>
|
262
262
|
</td>
|
263
263
|
<td class="function_name">
|
264
264
|
<a class="link" href="PopplerFormField.html#poppler-form-field-text-get-max-len" title="poppler_form_field_text_get_max_len ()">poppler_form_field_text_get_max_len</a> <span class="c_punctuation">()</span>
|
@@ -266,7 +266,7 @@
|
|
266
266
|
</tr>
|
267
267
|
<tr>
|
268
268
|
<td class="function_type">
|
269
|
-
<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>
|
270
270
|
</td>
|
271
271
|
<td class="function_name">
|
272
272
|
<a class="link" href="PopplerFormField.html#poppler-form-field-text-do-scroll" title="poppler_form_field_text_do_scroll ()">poppler_form_field_text_do_scroll</a> <span class="c_punctuation">()</span>
|
@@ -274,7 +274,7 @@
|
|
274
274
|
</tr>
|
275
275
|
<tr>
|
276
276
|
<td class="function_type">
|
277
|
-
<a href="
|
277
|
+
<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>
|
278
278
|
</td>
|
279
279
|
<td class="function_name">
|
280
280
|
<a class="link" href="PopplerFormField.html#poppler-form-field-text-do-spell-check" title="poppler_form_field_text_do_spell_check ()">poppler_form_field_text_do_spell_check</a> <span class="c_punctuation">()</span>
|
@@ -282,7 +282,7 @@
|
|
282
282
|
</tr>
|
283
283
|
<tr>
|
284
284
|
<td class="function_type">
|
285
|
-
<a href="
|
285
|
+
<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>
|
286
286
|
</td>
|
287
287
|
<td class="function_name">
|
288
288
|
<a class="link" href="PopplerFormField.html#poppler-form-field-text-is-password" title="poppler_form_field_text_is_password ()">poppler_form_field_text_is_password</a> <span class="c_punctuation">()</span>
|
@@ -290,7 +290,7 @@
|
|
290
290
|
</tr>
|
291
291
|
<tr>
|
292
292
|
<td class="function_type">
|
293
|
-
<a href="
|
293
|
+
<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>
|
294
294
|
</td>
|
295
295
|
<td class="function_name">
|
296
296
|
<a class="link" href="PopplerFormField.html#poppler-form-field-text-is-rich-text" title="poppler_form_field_text_is_rich_text ()">poppler_form_field_text_is_rich_text</a> <span class="c_punctuation">()</span>
|
@@ -332,7 +332,7 @@
|
|
332
332
|
</div>
|
333
333
|
<div class="refsect1">
|
334
334
|
<a name="PopplerFormField.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
335
|
-
<pre class="screen"> <a href="
|
335
|
+
<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>
|
336
336
|
<span class="lineart">╰──</span> PopplerFormField
|
337
337
|
</pre>
|
338
338
|
</div>
|
@@ -377,7 +377,7 @@ poppler_form_field_get_field_type (<em class="parameter"><code><a class="link" h
|
|
377
377
|
<hr>
|
378
378
|
<div class="refsect2">
|
379
379
|
<a name="poppler-form-field-get-id"></a><h3>poppler_form_field_get_id ()</h3>
|
380
|
-
<pre class="programlisting"><a href="
|
380
|
+
<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>
|
381
381
|
poppler_form_field_get_id (<em class="parameter"><code><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> *field</code></em>);</pre>
|
382
382
|
<p>Gets the id of <em class="parameter"><code>field</code></em>
|
383
383
|
</p>
|
@@ -406,7 +406,7 @@ poppler_form_field_get_id (<em class="parameter"><code><a class="link" href="Pop
|
|
406
406
|
<hr>
|
407
407
|
<div class="refsect2">
|
408
408
|
<a name="poppler-form-field-is-read-only"></a><h3>poppler_form_field_is_read_only ()</h3>
|
409
|
-
<pre class="programlisting"><a href="
|
409
|
+
<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>
|
410
410
|
poppler_form_field_is_read_only (<em class="parameter"><code><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> *field</code></em>);</pre>
|
411
411
|
<p>Checks whether <em class="parameter"><code>field</code></em>
|
412
412
|
is read only</p>
|
@@ -427,7 +427,7 @@ poppler_form_field_is_read_only (<em class="parameter"><code><a class="link" hre
|
|
427
427
|
</div>
|
428
428
|
<div class="refsect3">
|
429
429
|
<a name="id-1.2.7.8.4.6"></a><h4>Returns</h4>
|
430
|
-
<p> <a href="
|
430
|
+
<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>field</code></em>
|
431
431
|
is read only</p>
|
432
432
|
<p></p>
|
433
433
|
</div>
|
@@ -435,7 +435,7 @@ is read only</p>
|
|
435
435
|
<hr>
|
436
436
|
<div class="refsect2">
|
437
437
|
<a name="poppler-form-field-get-font-size"></a><h3>poppler_form_field_get_font_size ()</h3>
|
438
|
-
<pre class="programlisting"><a href="
|
438
|
+
<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>
|
439
439
|
poppler_form_field_get_font_size (<em class="parameter"><code><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> *field</code></em>);</pre>
|
440
440
|
<p>Gets the font size of <em class="parameter"><code>field</code></em>
|
441
441
|
</p>
|
@@ -464,7 +464,7 @@ poppler_form_field_get_font_size (<em class="parameter"><code><a class="link" hr
|
|
464
464
|
<hr>
|
465
465
|
<div class="refsect2">
|
466
466
|
<a name="poppler-form-field-get-partial-name"></a><h3>poppler_form_field_get_partial_name ()</h3>
|
467
|
-
<pre class="programlisting"><a href="
|
467
|
+
<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> *
|
468
468
|
poppler_form_field_get_partial_name (<em class="parameter"><code><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> *field</code></em>);</pre>
|
469
469
|
<p>Gets the partial name of <em class="parameter"><code>field</code></em>
|
470
470
|
.</p>
|
@@ -485,7 +485,7 @@ poppler_form_field_get_partial_name (<em class="parameter"><code><a class="link"
|
|
485
485
|
</div>
|
486
486
|
<div class="refsect3">
|
487
487
|
<a name="id-1.2.7.8.6.6"></a><h4>Returns</h4>
|
488
|
-
<p> a new allocated string. It must be freed with <a href="
|
488
|
+
<p> a new allocated string. 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>
|
489
489
|
<p></p>
|
490
490
|
</div>
|
491
491
|
<p class="since">Since 0.16</p>
|
@@ -493,7 +493,7 @@ poppler_form_field_get_partial_name (<em class="parameter"><code><a class="link"
|
|
493
493
|
<hr>
|
494
494
|
<div class="refsect2">
|
495
495
|
<a name="poppler-form-field-get-mapping-name"></a><h3>poppler_form_field_get_mapping_name ()</h3>
|
496
|
-
<pre class="programlisting"><a href="
|
496
|
+
<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> *
|
497
497
|
poppler_form_field_get_mapping_name (<em class="parameter"><code><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> *field</code></em>);</pre>
|
498
498
|
<p>Gets the mapping name of <em class="parameter"><code>field</code></em>
|
499
499
|
that is used when
|
@@ -515,7 +515,7 @@ exporting interactive form field data from the document</p>
|
|
515
515
|
</div>
|
516
516
|
<div class="refsect3">
|
517
517
|
<a name="id-1.2.7.8.7.6"></a><h4>Returns</h4>
|
518
|
-
<p> a new allocated string. It must be freed with <a href="
|
518
|
+
<p> a new allocated string. 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>
|
519
519
|
<p></p>
|
520
520
|
</div>
|
521
521
|
<p class="since">Since 0.16</p>
|
@@ -523,7 +523,7 @@ exporting interactive form field data from the document</p>
|
|
523
523
|
<hr>
|
524
524
|
<div class="refsect2">
|
525
525
|
<a name="poppler-form-field-get-name"></a><h3>poppler_form_field_get_name ()</h3>
|
526
|
-
<pre class="programlisting"><a href="
|
526
|
+
<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> *
|
527
527
|
poppler_form_field_get_name (<em class="parameter"><code><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> *field</code></em>);</pre>
|
528
528
|
<p>Gets the fully qualified name of <em class="parameter"><code>field</code></em>
|
529
529
|
. It's constructed by concatenating
|
@@ -545,7 +545,7 @@ the partial field names of the field and all of its ancestors.</p>
|
|
545
545
|
</div>
|
546
546
|
<div class="refsect3">
|
547
547
|
<a name="id-1.2.7.8.8.6"></a><h4>Returns</h4>
|
548
|
-
<p> a new allocated string. It must be freed with <a href="
|
548
|
+
<p> a new allocated string. 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>
|
549
549
|
<p></p>
|
550
550
|
</div>
|
551
551
|
<p class="since">Since 0.16</p>
|
@@ -557,7 +557,7 @@ the partial field names of the field and all of its ancestors.</p>
|
|
557
557
|
poppler_form_field_get_action (<em class="parameter"><code><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> *field</code></em>);</pre>
|
558
558
|
<p>Retrieves the action (<a class="link" href="poppler-PopplerAction.html#PopplerAction" title="union PopplerAction"><span class="type">PopplerAction</span></a>) that shall be
|
559
559
|
performed when <em class="parameter"><code>field</code></em>
|
560
|
-
is activated, or <a href="
|
560
|
+
is activated, 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>
|
561
561
|
<div class="refsect3">
|
562
562
|
<a name="id-1.2.7.8.9.5"></a><h4>Parameters</h4>
|
563
563
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -615,11 +615,11 @@ poppler_form_field_button_get_button_type
|
|
615
615
|
<hr>
|
616
616
|
<div class="refsect2">
|
617
617
|
<a name="poppler-form-field-button-get-state"></a><h3>poppler_form_field_button_get_state ()</h3>
|
618
|
-
<pre class="programlisting"><a href="
|
618
|
+
<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>
|
619
619
|
poppler_form_field_button_get_state (<em class="parameter"><code><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> *field</code></em>);</pre>
|
620
|
-
<p>Queries a <a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> and returns its current state. Returns <a href="
|
620
|
+
<p>Queries a <a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> and returns its current state. Returns <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
|
621
621
|
<em class="parameter"><code>field</code></em>
|
622
|
-
is pressed in and <a href="
|
622
|
+
is pressed in and <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> if it is raised.</p>
|
623
623
|
<div class="refsect3">
|
624
624
|
<a name="id-1.2.7.8.11.5"></a><h4>Parameters</h4>
|
625
625
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -647,10 +647,10 @@ poppler_form_field_button_get_state (<em class="parameter"><code><a class="link"
|
|
647
647
|
<a name="poppler-form-field-button-set-state"></a><h3>poppler_form_field_button_set_state ()</h3>
|
648
648
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
649
649
|
poppler_form_field_button_set_state (<em class="parameter"><code><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> *field</code></em>,
|
650
|
-
<em class="parameter"><code><a href="
|
650
|
+
<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> state</code></em>);</pre>
|
651
651
|
<p>Sets the status of <em class="parameter"><code>field</code></em>
|
652
|
-
. Set to <a href="
|
653
|
-
to be 'pressed in', and <a href="
|
652
|
+
. Set to <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 you want the <a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a>
|
653
|
+
to be 'pressed in', and <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> to raise it.</p>
|
654
654
|
<div class="refsect3">
|
655
655
|
<a name="id-1.2.7.8.12.5"></a><h4>Parameters</h4>
|
656
656
|
<div class="informaltable"><table width="100%" border="0">
|
@@ -667,7 +667,7 @@ to be 'pressed in', and <a href="http://library.gnome.org/devel/glib/unstable/gl
|
|
667
667
|
</tr>
|
668
668
|
<tr>
|
669
669
|
<td class="parameter_name"><p>state</p></td>
|
670
|
-
<td class="parameter_description"><p><a href="
|
670
|
+
<td class="parameter_description"><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> or <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></p></td>
|
671
671
|
<td class="parameter_annotations"> </td>
|
672
672
|
</tr>
|
673
673
|
</tbody>
|
@@ -707,7 +707,7 @@ poppler_form_field_choice_get_choice_type
|
|
707
707
|
<hr>
|
708
708
|
<div class="refsect2">
|
709
709
|
<a name="poppler-form-field-choice-can-select-multiple"></a><h3>poppler_form_field_choice_can_select_multiple ()</h3>
|
710
|
-
<pre class="programlisting"><a href="
|
710
|
+
<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>
|
711
711
|
poppler_form_field_choice_can_select_multiple
|
712
712
|
(<em class="parameter"><code><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> *field</code></em>);</pre>
|
713
713
|
<p>Checks whether <em class="parameter"><code>field</code></em>
|
@@ -729,7 +729,7 @@ poppler_form_field_choice_can_select_multiple
|
|
729
729
|
</div>
|
730
730
|
<div class="refsect3">
|
731
731
|
<a name="id-1.2.7.8.14.6"></a><h4>Returns</h4>
|
732
|
-
<p> <a href="
|
732
|
+
<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>field</code></em>
|
733
733
|
allows multiple choices to be selected</p>
|
734
734
|
<p></p>
|
735
735
|
</div>
|
@@ -737,14 +737,14 @@ allows multiple choices to be selected</p>
|
|
737
737
|
<hr>
|
738
738
|
<div class="refsect2">
|
739
739
|
<a name="poppler-form-field-choice-commit-on-change"></a><h3>poppler_form_field_choice_commit_on_change ()</h3>
|
740
|
-
<pre class="programlisting"><a href="
|
740
|
+
<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>
|
741
741
|
poppler_form_field_choice_commit_on_change
|
742
742
|
(<em class="parameter"><code><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> *field</code></em>);</pre>
|
743
743
|
</div>
|
744
744
|
<hr>
|
745
745
|
<div class="refsect2">
|
746
746
|
<a name="poppler-form-field-choice-do-spell-check"></a><h3>poppler_form_field_choice_do_spell_check ()</h3>
|
747
|
-
<pre class="programlisting"><a href="
|
747
|
+
<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>
|
748
748
|
poppler_form_field_choice_do_spell_check
|
749
749
|
(<em class="parameter"><code><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> *field</code></em>);</pre>
|
750
750
|
<p>Checks whether spell checking should be done for the contents of <em class="parameter"><code>field</code></em>
|
@@ -766,7 +766,7 @@ poppler_form_field_choice_do_spell_check
|
|
766
766
|
</div>
|
767
767
|
<div class="refsect3">
|
768
768
|
<a name="id-1.2.7.8.16.6"></a><h4>Returns</h4>
|
769
|
-
<p> <a href="
|
769
|
+
<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 spell checking should be done for <em class="parameter"><code>field</code></em>
|
770
770
|
</p>
|
771
771
|
<p></p>
|
772
772
|
</div>
|
@@ -774,9 +774,9 @@ poppler_form_field_choice_do_spell_check
|
|
774
774
|
<hr>
|
775
775
|
<div class="refsect2">
|
776
776
|
<a name="poppler-form-field-choice-get-item"></a><h3>poppler_form_field_choice_get_item ()</h3>
|
777
|
-
<pre class="programlisting"><a href="
|
777
|
+
<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> *
|
778
778
|
poppler_form_field_choice_get_item (<em class="parameter"><code><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> *field</code></em>,
|
779
|
-
<em class="parameter"><code><a href="
|
779
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index</code></em>);</pre>
|
780
780
|
<p>Returns the contents of the item on <em class="parameter"><code>field</code></em>
|
781
781
|
at the given index</p>
|
782
782
|
<div class="refsect3">
|
@@ -803,14 +803,14 @@ poppler_form_field_choice_get_item (<em class="parameter"><code><a class="link"
|
|
803
803
|
</div>
|
804
804
|
<div class="refsect3">
|
805
805
|
<a name="id-1.2.7.8.17.6"></a><h4>Returns</h4>
|
806
|
-
<p> a new allocated string. It must be freed with <a href="
|
806
|
+
<p> a new allocated string. 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>
|
807
807
|
<p></p>
|
808
808
|
</div>
|
809
809
|
</div>
|
810
810
|
<hr>
|
811
811
|
<div class="refsect2">
|
812
812
|
<a name="poppler-form-field-choice-get-n-items"></a><h3>poppler_form_field_choice_get_n_items ()</h3>
|
813
|
-
<pre class="programlisting"><a href="
|
813
|
+
<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>
|
814
814
|
poppler_form_field_choice_get_n_items (<em class="parameter"><code><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> *field</code></em>);</pre>
|
815
815
|
<p>Returns the number of items on <em class="parameter"><code>field</code></em>
|
816
816
|
</p>
|
@@ -839,7 +839,7 @@ poppler_form_field_choice_get_n_items (<em class="parameter"><code><a class="lin
|
|
839
839
|
<hr>
|
840
840
|
<div class="refsect2">
|
841
841
|
<a name="poppler-form-field-choice-get-text"></a><h3>poppler_form_field_choice_get_text ()</h3>
|
842
|
-
<pre class="programlisting"><a href="
|
842
|
+
<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> *
|
843
843
|
poppler_form_field_choice_get_text (<em class="parameter"><code><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> *field</code></em>);</pre>
|
844
844
|
<p>Retrieves the contents of <em class="parameter"><code>field</code></em>
|
845
845
|
.</p>
|
@@ -860,7 +860,7 @@ poppler_form_field_choice_get_text (<em class="parameter"><code><a class="link"
|
|
860
860
|
</div>
|
861
861
|
<div class="refsect3">
|
862
862
|
<a name="id-1.2.7.8.19.6"></a><h4>Returns</h4>
|
863
|
-
<p> a new allocated string. It must be freed with <a href="
|
863
|
+
<p> a new allocated string. 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>
|
864
864
|
<p></p>
|
865
865
|
</div>
|
866
866
|
</div>
|
@@ -869,7 +869,7 @@ poppler_form_field_choice_get_text (<em class="parameter"><code><a class="link"
|
|
869
869
|
<a name="poppler-form-field-choice-set-text"></a><h3>poppler_form_field_choice_set_text ()</h3>
|
870
870
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
871
871
|
poppler_form_field_choice_set_text (<em class="parameter"><code><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> *field</code></em>,
|
872
|
-
<em class="parameter"><code>const <a href="
|
872
|
+
<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> *text</code></em>);</pre>
|
873
873
|
<p>Sets the text in <em class="parameter"><code>field</code></em>
|
874
874
|
to the given value, replacing the current contents</p>
|
875
875
|
<div class="refsect3">
|
@@ -898,7 +898,7 @@ poppler_form_field_choice_set_text (<em class="parameter"><code><a class="link"
|
|
898
898
|
<hr>
|
899
899
|
<div class="refsect2">
|
900
900
|
<a name="poppler-form-field-choice-is-editable"></a><h3>poppler_form_field_choice_is_editable ()</h3>
|
901
|
-
<pre class="programlisting"><a href="
|
901
|
+
<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>
|
902
902
|
poppler_form_field_choice_is_editable (<em class="parameter"><code><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> *field</code></em>);</pre>
|
903
903
|
<p>Checks whether <em class="parameter"><code>field</code></em>
|
904
904
|
is editable</p>
|
@@ -919,7 +919,7 @@ poppler_form_field_choice_is_editable (<em class="parameter"><code><a class="lin
|
|
919
919
|
</div>
|
920
920
|
<div class="refsect3">
|
921
921
|
<a name="id-1.2.7.8.21.6"></a><h4>Returns</h4>
|
922
|
-
<p> <a href="
|
922
|
+
<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>field</code></em>
|
923
923
|
is editable</p>
|
924
924
|
<p></p>
|
925
925
|
</div>
|
@@ -927,10 +927,10 @@ is editable</p>
|
|
927
927
|
<hr>
|
928
928
|
<div class="refsect2">
|
929
929
|
<a name="poppler-form-field-choice-is-item-selected"></a><h3>poppler_form_field_choice_is_item_selected ()</h3>
|
930
|
-
<pre class="programlisting"><a href="
|
930
|
+
<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>
|
931
931
|
poppler_form_field_choice_is_item_selected
|
932
932
|
(<em class="parameter"><code><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> *field</code></em>,
|
933
|
-
<em class="parameter"><code><a href="
|
933
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index</code></em>);</pre>
|
934
934
|
<p>Checks whether the item at the given index on <em class="parameter"><code>field</code></em>
|
935
935
|
is currently selected</p>
|
936
936
|
<div class="refsect3">
|
@@ -957,7 +957,7 @@ poppler_form_field_choice_is_item_selected
|
|
957
957
|
</div>
|
958
958
|
<div class="refsect3">
|
959
959
|
<a name="id-1.2.7.8.22.6"></a><h4>Returns</h4>
|
960
|
-
<p> <a href="
|
960
|
+
<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 item at <em class="parameter"><code>index</code></em>
|
961
961
|
is currently selected</p>
|
962
962
|
<p></p>
|
963
963
|
</div>
|
@@ -967,7 +967,7 @@ is currently selected</p>
|
|
967
967
|
<a name="poppler-form-field-choice-select-item"></a><h3>poppler_form_field_choice_select_item ()</h3>
|
968
968
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
969
969
|
poppler_form_field_choice_select_item (<em class="parameter"><code><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> *field</code></em>,
|
970
|
-
<em class="parameter"><code><a href="
|
970
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index</code></em>);</pre>
|
971
971
|
<p>Selects the item at the given index on <em class="parameter"><code>field</code></em>
|
972
972
|
</p>
|
973
973
|
<div class="refsect3">
|
@@ -998,7 +998,7 @@ poppler_form_field_choice_select_item (<em class="parameter"><code><a class="lin
|
|
998
998
|
<a name="poppler-form-field-choice-toggle-item"></a><h3>poppler_form_field_choice_toggle_item ()</h3>
|
999
999
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1000
1000
|
poppler_form_field_choice_toggle_item (<em class="parameter"><code><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> *field</code></em>,
|
1001
|
-
<em class="parameter"><code><a href="
|
1001
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index</code></em>);</pre>
|
1002
1002
|
<p>Changes the state of the item at the given index</p>
|
1003
1003
|
<div class="refsect3">
|
1004
1004
|
<a name="id-1.2.7.8.24.5"></a><h4>Parameters</h4>
|
@@ -1079,7 +1079,7 @@ poppler_form_field_text_get_text_type (<em class="parameter"><code><a class="lin
|
|
1079
1079
|
<hr>
|
1080
1080
|
<div class="refsect2">
|
1081
1081
|
<a name="poppler-form-field-text-get-text"></a><h3>poppler_form_field_text_get_text ()</h3>
|
1082
|
-
<pre class="programlisting"><a href="
|
1082
|
+
<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> *
|
1083
1083
|
poppler_form_field_text_get_text (<em class="parameter"><code><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> *field</code></em>);</pre>
|
1084
1084
|
<p>Retrieves the contents of <em class="parameter"><code>field</code></em>
|
1085
1085
|
.</p>
|
@@ -1100,7 +1100,7 @@ poppler_form_field_text_get_text (<em class="parameter"><code><a class="link" hr
|
|
1100
1100
|
</div>
|
1101
1101
|
<div class="refsect3">
|
1102
1102
|
<a name="id-1.2.7.8.27.6"></a><h4>Returns</h4>
|
1103
|
-
<p> a new allocated string. It must be freed with <a href="
|
1103
|
+
<p> a new allocated string. 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>
|
1104
1104
|
<p></p>
|
1105
1105
|
</div>
|
1106
1106
|
</div>
|
@@ -1109,7 +1109,7 @@ poppler_form_field_text_get_text (<em class="parameter"><code><a class="link" hr
|
|
1109
1109
|
<a name="poppler-form-field-text-set-text"></a><h3>poppler_form_field_text_set_text ()</h3>
|
1110
1110
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1111
1111
|
poppler_form_field_text_set_text (<em class="parameter"><code><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> *field</code></em>,
|
1112
|
-
<em class="parameter"><code>const <a href="
|
1112
|
+
<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> *text</code></em>);</pre>
|
1113
1113
|
<p>Sets the text in <em class="parameter"><code>field</code></em>
|
1114
1114
|
to the given value, replacing the current contents.</p>
|
1115
1115
|
<div class="refsect3">
|
@@ -1138,7 +1138,7 @@ poppler_form_field_text_set_text (<em class="parameter"><code><a class="link" hr
|
|
1138
1138
|
<hr>
|
1139
1139
|
<div class="refsect2">
|
1140
1140
|
<a name="poppler-form-field-text-get-max-len"></a><h3>poppler_form_field_text_get_max_len ()</h3>
|
1141
|
-
<pre class="programlisting"><a href="
|
1141
|
+
<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>
|
1142
1142
|
poppler_form_field_text_get_max_len (<em class="parameter"><code><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> *field</code></em>);</pre>
|
1143
1143
|
<p>Retrieves the maximum allowed length of the text in <em class="parameter"><code>field</code></em>
|
1144
1144
|
</p>
|
@@ -1167,13 +1167,13 @@ poppler_form_field_text_get_max_len (<em class="parameter"><code><a class="link"
|
|
1167
1167
|
<hr>
|
1168
1168
|
<div class="refsect2">
|
1169
1169
|
<a name="poppler-form-field-text-do-scroll"></a><h3>poppler_form_field_text_do_scroll ()</h3>
|
1170
|
-
<pre class="programlisting"><a href="
|
1170
|
+
<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>
|
1171
1171
|
poppler_form_field_text_do_scroll (<em class="parameter"><code><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> *field</code></em>);</pre>
|
1172
1172
|
</div>
|
1173
1173
|
<hr>
|
1174
1174
|
<div class="refsect2">
|
1175
1175
|
<a name="poppler-form-field-text-do-spell-check"></a><h3>poppler_form_field_text_do_spell_check ()</h3>
|
1176
|
-
<pre class="programlisting"><a href="
|
1176
|
+
<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>
|
1177
1177
|
poppler_form_field_text_do_spell_check
|
1178
1178
|
(<em class="parameter"><code><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> *field</code></em>);</pre>
|
1179
1179
|
<p>Checks whether spell checking should be done for the contents of <em class="parameter"><code>field</code></em>
|
@@ -1195,7 +1195,7 @@ poppler_form_field_text_do_spell_check
|
|
1195
1195
|
</div>
|
1196
1196
|
<div class="refsect3">
|
1197
1197
|
<a name="id-1.2.7.8.31.6"></a><h4>Returns</h4>
|
1198
|
-
<p> <a href="
|
1198
|
+
<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 spell checking should be done for <em class="parameter"><code>field</code></em>
|
1199
1199
|
</p>
|
1200
1200
|
<p></p>
|
1201
1201
|
</div>
|
@@ -1203,7 +1203,7 @@ poppler_form_field_text_do_spell_check
|
|
1203
1203
|
<hr>
|
1204
1204
|
<div class="refsect2">
|
1205
1205
|
<a name="poppler-form-field-text-is-password"></a><h3>poppler_form_field_text_is_password ()</h3>
|
1206
|
-
<pre class="programlisting"><a href="
|
1206
|
+
<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>
|
1207
1207
|
poppler_form_field_text_is_password (<em class="parameter"><code><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> *field</code></em>);</pre>
|
1208
1208
|
<p>Checks whether content of <em class="parameter"><code>field</code></em>
|
1209
1209
|
is a password and it must be hidden</p>
|
@@ -1224,7 +1224,7 @@ poppler_form_field_text_is_password (<em class="parameter"><code><a class="link"
|
|
1224
1224
|
</div>
|
1225
1225
|
<div class="refsect3">
|
1226
1226
|
<a name="id-1.2.7.8.32.6"></a><h4>Returns</h4>
|
1227
|
-
<p> <a href="
|
1227
|
+
<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 the content of <em class="parameter"><code>field</code></em>
|
1228
1228
|
is a password</p>
|
1229
1229
|
<p></p>
|
1230
1230
|
</div>
|
@@ -1232,7 +1232,7 @@ is a password</p>
|
|
1232
1232
|
<hr>
|
1233
1233
|
<div class="refsect2">
|
1234
1234
|
<a name="poppler-form-field-text-is-rich-text"></a><h3>poppler_form_field_text_is_rich_text ()</h3>
|
1235
|
-
<pre class="programlisting"><a href="
|
1235
|
+
<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>
|
1236
1236
|
poppler_form_field_text_is_rich_text (<em class="parameter"><code><a class="link" href="PopplerFormField.html" title="PoppplerFormField"><span class="type">PopplerFormField</span></a> *field</code></em>);</pre>
|
1237
1237
|
<p>Checks whether the contents of <em class="parameter"><code>field</code></em>
|
1238
1238
|
are rich text</p>
|
@@ -1253,7 +1253,7 @@ poppler_form_field_text_is_rich_text (<em class="parameter"><code><a class="link
|
|
1253
1253
|
</div>
|
1254
1254
|
<div class="refsect3">
|
1255
1255
|
<a name="id-1.2.7.8.33.6"></a><h4>Returns</h4>
|
1256
|
-
<p> <a href="
|
1256
|
+
<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 the contents of <em class="parameter"><code>field</code></em>
|
1257
1257
|
are rich text</p>
|
1258
1258
|
<p></p>
|
1259
1259
|
</div>
|