poppler 3.0.7-x64-mingw32 → 3.0.8-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (119) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +6 -6
  3. data/ext/poppler/extconf.rb +1 -0
  4. data/ext/poppler/rbpoppler.c +0 -1
  5. data/lib/2.2/poppler.so +0 -0
  6. data/lib/2.3/poppler.so +0 -0
  7. data/lib/poppler.rb +1 -1
  8. data/test/poppler-test-utils.rb +1 -1
  9. data/vendor/local/bin/cjpeg.exe +0 -0
  10. data/vendor/local/bin/djpeg.exe +0 -0
  11. data/vendor/local/bin/jpegtran.exe +0 -0
  12. data/vendor/local/bin/libjpeg-9.dll +0 -0
  13. data/vendor/local/bin/libopenjp2.dll +0 -0
  14. data/vendor/local/bin/{libpoppler-55.dll → libpoppler-59.dll} +0 -0
  15. data/vendor/local/bin/libpoppler-cpp-0.dll +0 -0
  16. data/vendor/local/bin/libpoppler-glib-8.dll +0 -0
  17. data/vendor/local/bin/libsqlite3-0.dll +0 -0
  18. data/vendor/local/bin/opj_compress.exe +0 -0
  19. data/vendor/local/bin/opj_decompress.exe +0 -0
  20. data/vendor/local/bin/opj_dump.exe +0 -0
  21. data/vendor/local/bin/pdfdetach.exe +0 -0
  22. data/vendor/local/bin/pdffonts.exe +0 -0
  23. data/vendor/local/bin/pdfimages.exe +0 -0
  24. data/vendor/local/bin/pdfinfo.exe +0 -0
  25. data/vendor/local/bin/pdfseparate.exe +0 -0
  26. data/vendor/local/bin/pdftocairo.exe +0 -0
  27. data/vendor/local/bin/pdftohtml.exe +0 -0
  28. data/vendor/local/bin/pdftoppm.exe +0 -0
  29. data/vendor/local/bin/pdftops.exe +0 -0
  30. data/vendor/local/bin/pdftotext.exe +0 -0
  31. data/vendor/local/bin/pdfunite.exe +0 -0
  32. data/vendor/local/bin/rdjpgcom.exe +0 -0
  33. data/vendor/local/bin/sqlite3.exe +0 -0
  34. data/vendor/local/bin/wrjpgcom.exe +0 -0
  35. data/vendor/local/include/jpeglib.h +3 -3
  36. data/vendor/local/include/poppler/cpp/poppler-version.h +2 -2
  37. data/vendor/local/include/poppler/glib/poppler-enums.h +0 -2
  38. data/vendor/local/include/poppler/glib/poppler-features.h +1 -1
  39. data/vendor/local/include/poppler/glib/poppler-page.h +1 -0
  40. data/vendor/local/include/poppler/glib/poppler.h +0 -8
  41. data/vendor/local/include/sqlite3.h +923 -50
  42. data/vendor/local/include/sqlite3ext.h +22 -3
  43. data/vendor/local/lib/girepository-1.0/Poppler-0.18.typelib +0 -0
  44. data/vendor/local/lib/libjpeg.a +0 -0
  45. data/vendor/local/lib/libjpeg.dll.a +0 -0
  46. data/vendor/local/lib/libjpeg.la +4 -4
  47. data/vendor/local/lib/libopenjp2.dll.a +0 -0
  48. data/vendor/local/lib/libpoppler-cpp.a +0 -0
  49. data/vendor/local/lib/libpoppler-cpp.dll.a +0 -0
  50. data/vendor/local/lib/libpoppler-cpp.la +2 -2
  51. data/vendor/local/lib/libpoppler-glib.a +0 -0
  52. data/vendor/local/lib/libpoppler-glib.dll.a +0 -0
  53. data/vendor/local/lib/libpoppler-glib.la +3 -3
  54. data/vendor/local/lib/libpoppler.a +0 -0
  55. data/vendor/local/lib/libpoppler.dll.a +0 -0
  56. data/vendor/local/lib/libpoppler.la +4 -4
  57. data/vendor/local/lib/libsqlite3.a +0 -0
  58. data/vendor/local/lib/libsqlite3.dll.a +0 -0
  59. data/vendor/local/lib/libsqlite3.la +2 -2
  60. data/vendor/local/lib/openjpeg-2.1/OpenJPEGTargets-noconfig.cmake +1 -1
  61. data/vendor/local/lib/openjpeg-2.1/OpenJPEGTargets.cmake +1 -1
  62. data/vendor/local/lib/pkgconfig/poppler-cairo.pc +2 -2
  63. data/vendor/local/lib/pkgconfig/poppler-cpp.pc +2 -2
  64. data/vendor/local/lib/pkgconfig/poppler-glib.pc +2 -2
  65. data/vendor/local/lib/pkgconfig/poppler-splash.pc +2 -2
  66. data/vendor/local/lib/pkgconfig/poppler.pc +1 -1
  67. data/vendor/local/lib/pkgconfig/sqlite3.pc +1 -1
  68. data/vendor/local/share/gir-1.0/Poppler-0.18.gir +27 -36
  69. data/vendor/local/share/gtk-doc/html/poppler/PopplerAnnot.html +228 -263
  70. data/vendor/local/share/gtk-doc/html/poppler/PopplerAttachment.html +16 -20
  71. data/vendor/local/share/gtk-doc/html/poppler/PopplerDocument.html +235 -289
  72. data/vendor/local/share/gtk-doc/html/poppler/PopplerFormField.html +105 -129
  73. data/vendor/local/share/gtk-doc/html/poppler/PopplerLayer.html +28 -33
  74. data/vendor/local/share/gtk-doc/html/poppler/PopplerMedia.html +31 -38
  75. data/vendor/local/share/gtk-doc/html/poppler/PopplerMovie.html +18 -22
  76. data/vendor/local/share/gtk-doc/html/poppler/PopplerPage.html +201 -222
  77. data/vendor/local/share/gtk-doc/html/poppler/PopplerStructureElement.html +310 -356
  78. data/vendor/local/share/gtk-doc/html/poppler/annotation-glossary.html +4 -5
  79. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-12.html +4 -5
  80. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-14.html +4 -5
  81. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-16.html +4 -5
  82. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-18.html +4 -5
  83. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-20.html +4 -5
  84. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-22.html +4 -5
  85. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-26.html +4 -5
  86. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-33.html +4 -5
  87. data/vendor/local/share/gtk-doc/html/poppler/api-index-deprecated.html +4 -5
  88. data/vendor/local/share/gtk-doc/html/poppler/api-index-full.html +7 -15
  89. data/vendor/local/share/gtk-doc/html/poppler/ch01.html +9 -10
  90. data/vendor/local/share/gtk-doc/html/poppler/index.html +7 -8
  91. data/vendor/local/share/gtk-doc/html/poppler/index.sgml +298 -10
  92. data/vendor/local/share/gtk-doc/html/poppler/left-insensitive.png +0 -0
  93. data/vendor/local/share/gtk-doc/html/poppler/left.png +0 -0
  94. data/vendor/local/share/gtk-doc/html/poppler/{poppler-poppler.html → poppler-Error-handling.html} +26 -63
  95. data/vendor/local/share/gtk-doc/html/poppler/poppler-PDF-Utility-functions.html +9 -11
  96. data/vendor/local/share/gtk-doc/html/poppler/poppler-PopplerAction.html +40 -43
  97. data/vendor/local/share/gtk-doc/html/poppler/poppler-PopplerColor.html +19 -22
  98. data/vendor/local/share/gtk-doc/html/poppler/poppler-Version-and-Features-Information.html +13 -17
  99. data/vendor/local/share/gtk-doc/html/poppler/poppler.devhelp2 +294 -6
  100. data/vendor/local/share/gtk-doc/html/poppler/right.png +0 -0
  101. data/vendor/local/share/gtk-doc/html/poppler/style.css +9 -6
  102. data/vendor/local/share/gtk-doc/html/poppler/up-insensitive.png +0 -0
  103. data/vendor/local/share/man/man1/cjpeg.1 +2 -2
  104. data/vendor/local/share/man/man1/djpeg.1 +14 -9
  105. data/vendor/local/share/man/man1/jpegtran.1 +17 -7
  106. data/vendor/local/share/man/man1/pdfdetach.1 +4 -1
  107. data/vendor/local/share/man/man1/pdffonts.1 +3 -0
  108. data/vendor/local/share/man/man1/pdfimages.1 +4 -1
  109. data/vendor/local/share/man/man1/pdfinfo.1 +15 -3
  110. data/vendor/local/share/man/man1/pdfseparate.1 +11 -1
  111. data/vendor/local/share/man/man1/pdftocairo.1 +8 -4
  112. data/vendor/local/share/man/man1/pdftohtml.1 +3 -0
  113. data/vendor/local/share/man/man1/pdftoppm.1 +3 -0
  114. data/vendor/local/share/man/man1/pdftops.1 +3 -0
  115. data/vendor/local/share/man/man1/pdftotext.1 +4 -1
  116. data/vendor/local/share/man/man1/pdfunite.1 +11 -1
  117. metadata +8 -9
  118. data/lib/2.0/poppler.so +0 -0
  119. data/lib/2.1/poppler.so +0 -0
@@ -2,13 +2,13 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Poppler Reference Manual: PopplerColor</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
5
+ <title>PopplerColor: Poppler Reference Manual</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
7
  <link rel="home" href="index.html" title="Poppler Reference Manual">
8
8
  <link rel="up" href="ch01.html" title="Poppler">
9
9
  <link rel="prev" href="PopplerStructureElement.html" title="PopplerStructureElement">
10
- <link rel="next" href="poppler-PDF-Utility-functions.html" title="PDF Utility functions">
11
- <meta name="generator" content="GTK-Doc V1.21 (XML mode)">
10
+ <link rel="next" href="poppler-Error-handling.html" title="Error handling">
11
+ <meta name="generator" content="GTK-Doc V1.24 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -20,7 +20,7 @@
20
20
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
21
21
  <td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
22
22
  <td><a accesskey="p" href="PopplerStructureElement.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
23
- <td><a accesskey="n" href="poppler-PDF-Utility-functions.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
23
+ <td><a accesskey="n" href="poppler-Error-handling.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
24
24
  </tr></table>
25
25
  <div class="refentry">
26
26
  <a name="poppler-PopplerColor"></a><div class="titlepage"></div>
@@ -33,7 +33,7 @@
33
33
  </tr></table></div>
34
34
  <div class="refsect1">
35
35
  <a name="poppler-PopplerColor.functions"></a><h2>Functions</h2>
36
- <div class="informaltable"><table width="100%" border="0">
36
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
37
37
  <colgroup>
38
38
  <col width="150px" class="functions_return">
39
39
  <col class="functions_name">
@@ -68,7 +68,7 @@
68
68
  </div>
69
69
  <div class="refsect1">
70
70
  <a name="poppler-PopplerColor.other"></a><h2>Types and Values</h2>
71
- <div class="informaltable"><table width="100%" border="0">
71
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
72
72
  <colgroup>
73
73
  <col width="150px" class="name">
74
74
  <col class="description">
@@ -95,9 +95,8 @@
95
95
  poppler_color_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
96
96
  <p>Creates a new <a class="link" href="poppler-PopplerColor.html#PopplerColor" title="PopplerColor"><span class="type">PopplerColor</span></a></p>
97
97
  <div class="refsect3">
98
- <a name="id-1.2.13.7.2.5"></a><h4>Returns</h4>
98
+ <a name="id-1.2.12.7.2.5"></a><h4>Returns</h4>
99
99
  <p> a new <a class="link" href="poppler-PopplerColor.html#PopplerColor" title="PopplerColor"><span class="type">PopplerColor</span></a>, use <a class="link" href="poppler-PopplerColor.html#poppler-color-free" title="poppler_color_free ()"><code class="function">poppler_color_free()</code></a> to free it</p>
100
- <p></p>
101
100
  </div>
102
101
  </div>
103
102
  <hr>
@@ -108,8 +107,8 @@ poppler_color_copy (<em class="parameter"><code><a class="link" href="poppler-Po
108
107
  <p>Creates a copy of <em class="parameter"><code>color</code></em>
109
108
  </p>
110
109
  <div class="refsect3">
111
- <a name="id-1.2.13.7.3.5"></a><h4>Parameters</h4>
112
- <div class="informaltable"><table width="100%" border="0">
110
+ <a name="id-1.2.12.7.3.5"></a><h4>Parameters</h4>
111
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
113
112
  <colgroup>
114
113
  <col width="150px" class="parameters_name">
115
114
  <col class="parameters_description">
@@ -123,10 +122,9 @@ poppler_color_copy (<em class="parameter"><code><a class="link" href="poppler-Po
123
122
  </table></div>
124
123
  </div>
125
124
  <div class="refsect3">
126
- <a name="id-1.2.13.7.3.6"></a><h4>Returns</h4>
125
+ <a name="id-1.2.12.7.3.6"></a><h4>Returns</h4>
127
126
  <p> a new allocated copy of <em class="parameter"><code>color</code></em>
128
127
  </p>
129
- <p></p>
130
128
  </div>
131
129
  </div>
132
130
  <hr>
@@ -136,8 +134,8 @@ poppler_color_copy (<em class="parameter"><code><a class="link" href="poppler-Po
136
134
  poppler_color_free (<em class="parameter"><code><a class="link" href="poppler-PopplerColor.html#PopplerColor" title="PopplerColor"><span class="type">PopplerColor</span></a> *color</code></em>);</pre>
137
135
  <p>Frees the given <a class="link" href="poppler-PopplerColor.html#PopplerColor" title="PopplerColor"><span class="type">PopplerColor</span></a></p>
138
136
  <div class="refsect3">
139
- <a name="id-1.2.13.7.4.5"></a><h4>Parameters</h4>
140
- <div class="informaltable"><table width="100%" border="0">
137
+ <a name="id-1.2.12.7.4.5"></a><h4>Parameters</h4>
138
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
141
139
  <colgroup>
142
140
  <col width="150px" class="parameters_name">
143
141
  <col class="parameters_description">
@@ -165,8 +163,8 @@ poppler_color_free (<em class="parameter"><code><a class="link" href="poppler-Po
165
163
  <p>A <a class="link" href="poppler-PopplerColor.html#PopplerColor" title="PopplerColor"><span class="type">PopplerColor</span></a> describes a RGB color. Color components
166
164
  are values between 0 and 65535</p>
167
165
  <div class="refsect3">
168
- <a name="id-1.2.13.8.2.5"></a><h4>Members</h4>
169
- <div class="informaltable"><table width="100%" border="0">
166
+ <a name="id-1.2.12.8.2.5"></a><h4>Members</h4>
167
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
170
168
  <colgroup>
171
169
  <col width="300px" class="struct_members_name">
172
170
  <col class="struct_members_description">
@@ -174,17 +172,17 @@ are values between 0 and 65535</p>
174
172
  </colgroup>
175
173
  <tbody>
176
174
  <tr>
177
- <td class="struct_member_name"><p><span class="type">guint16</span> <em class="structfield"><code><a name="PopplerColor.red"></a>red</code></em>;</p></td>
175
+ <td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> <em class="structfield"><code><a name="PopplerColor.red"></a>red</code></em>;</p></td>
178
176
  <td class="struct_member_description"><p>the red componment of color</p></td>
179
177
  <td class="struct_member_annotations"> </td>
180
178
  </tr>
181
179
  <tr>
182
- <td class="struct_member_name"><p><span class="type">guint16</span> <em class="structfield"><code><a name="PopplerColor.green"></a>green</code></em>;</p></td>
180
+ <td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> <em class="structfield"><code><a name="PopplerColor.green"></a>green</code></em>;</p></td>
183
181
  <td class="struct_member_description"><p>the green component of color</p></td>
184
182
  <td class="struct_member_annotations"> </td>
185
183
  </tr>
186
184
  <tr>
187
- <td class="struct_member_name"><p><span class="type">guint16</span> <em class="structfield"><code><a name="PopplerColor.blue"></a>blue</code></em>;</p></td>
185
+ <td class="struct_member_name"><p><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint16"><span class="type">guint16</span></a> <em class="structfield"><code><a name="PopplerColor.blue"></a>blue</code></em>;</p></td>
188
186
  <td class="struct_member_description"><p>the blue component of color</p></td>
189
187
  <td class="struct_member_annotations"> </td>
190
188
  </tr>
@@ -195,7 +193,6 @@ are values between 0 and 65535</p>
195
193
  </div>
196
194
  </div>
197
195
  <div class="footer">
198
- <hr>
199
- Generated by GTK-Doc V1.21</div>
196
+ <hr>Generated by GTK-Doc V1.24</div>
200
197
  </body>
201
198
  </html>
@@ -2,13 +2,13 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Poppler Reference Manual: Version and Features Information</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
5
+ <title>Version and Features Information: Poppler Reference Manual</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7
7
  <link rel="home" href="index.html" title="Poppler Reference Manual">
8
8
  <link rel="up" href="ch01.html" title="Poppler">
9
9
  <link rel="prev" href="poppler-PDF-Utility-functions.html" title="PDF Utility functions">
10
10
  <link rel="next" href="api-index-full.html" title="Index of all symbols">
11
- <meta name="generator" content="GTK-Doc V1.21 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.24 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -33,7 +33,7 @@
33
33
  </tr></table></div>
34
34
  <div class="refsect1">
35
35
  <a name="poppler-Version-and-Features-Information.functions"></a><h2>Functions</h2>
36
- <div class="informaltable"><table width="100%" border="0">
36
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
37
37
  <colgroup>
38
38
  <col width="150px" class="functions_return">
39
39
  <col class="functions_name">
@@ -77,7 +77,7 @@
77
77
  </div>
78
78
  <div class="refsect1">
79
79
  <a name="poppler-Version-and-Features-Information.other"></a><h2>Types and Values</h2>
80
- <div class="informaltable"><table width="100%" border="0">
80
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
81
81
  <colgroup>
82
82
  <col width="150px" class="name">
83
83
  <col class="description">
@@ -114,16 +114,16 @@ depend but not require a specific poppler version.</p>
114
114
  </pre>
115
115
  <p>The major version number of the poppler header files (e.g. in poppler version
116
116
  0.1.2 this is 0.)</p>
117
- <p class="since">Since 0.12</p>
117
+ <p class="since">Since: <a class="link" href="api-index-0-12.html#api-index-0.12">0.12</a></p>
118
118
  </div>
119
119
  <hr>
120
120
  <div class="refsect2">
121
121
  <a name="POPPLER-MINOR-VERSION:CAPS"></a><h3>POPPLER_MINOR_VERSION</h3>
122
- <pre class="programlisting">#define POPPLER_MINOR_VERSION (36)
122
+ <pre class="programlisting">#define POPPLER_MINOR_VERSION (42)
123
123
  </pre>
124
124
  <p>The major version number of the poppler header files (e.g. in poppler version
125
125
  0.1.2 this is 1.)</p>
126
- <p class="since">Since 0.12</p>
126
+ <p class="since">Since: <a class="link" href="api-index-0-12.html#api-index-0.12">0.12</a></p>
127
127
  </div>
128
128
  <hr>
129
129
  <div class="refsect2">
@@ -132,7 +132,7 @@ depend but not require a specific poppler version.</p>
132
132
  </pre>
133
133
  <p>The micro version number of the poppler header files (e.g. in poppler version
134
134
  0.1.2 this is 2.)</p>
135
- <p class="since">Since 0.12</p>
135
+ <p class="since">Since: <a class="link" href="api-index-0-12.html#api-index-0.12">0.12</a></p>
136
136
  </div>
137
137
  <hr>
138
138
  <div class="refsect2">
@@ -141,7 +141,7 @@ depend but not require a specific poppler version.</p>
141
141
  <p>Checks the version fo the poppler library</p>
142
142
  <div class="refsect3">
143
143
  <a name="id-1.2.15.7.5.5"></a><h4>Parameters</h4>
144
- <div class="informaltable"><table width="100%" border="0">
144
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
145
145
  <colgroup>
146
146
  <col width="150px" class="parameters_name">
147
147
  <col class="parameters_description">
@@ -170,9 +170,8 @@ depend but not require a specific poppler version.</p>
170
170
  <a name="id-1.2.15.7.5.6"></a><h4>Returns</h4>
171
171
  <p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the version of the poppler header files is the same
172
172
  as or newer than the passed-in version</p>
173
- <p></p>
174
173
  </div>
175
- <p class="since">Since 0.12</p>
174
+ <p class="since">Since: <a class="link" href="api-index-0-12.html#api-index-0.12">0.12</a></p>
176
175
  </div>
177
176
  <hr>
178
177
  <div class="refsect2">
@@ -183,7 +182,6 @@ poppler_get_version (<em class="parameter"><code><span class="type">void</span><
183
182
  <div class="refsect3">
184
183
  <a name="id-1.2.15.7.6.5"></a><h4>Returns</h4>
185
184
  <p> the version of poppler.</p>
186
- <p></p>
187
185
  </div>
188
186
  </div>
189
187
  <hr>
@@ -195,7 +193,6 @@ poppler_get_backend (<em class="parameter"><code><span class="type">void</span><
195
193
  <div class="refsect3">
196
194
  <a name="id-1.2.15.7.7.5"></a><h4>Returns</h4>
197
195
  <p> The backend used by poppler</p>
198
- <p></p>
199
196
  </div>
200
197
  </div>
201
198
  </div>
@@ -213,7 +210,7 @@ poppler_get_backend (<em class="parameter"><code><span class="type">void</span><
213
210
  <p>Backend codes returned by <a class="link" href="poppler-Version-and-Features-Information.html#poppler-get-backend" title="poppler_get_backend ()"><code class="function">poppler_get_backend()</code></a>.</p>
214
211
  <div class="refsect3">
215
212
  <a name="id-1.2.15.8.3.4"></a><h4>Members</h4>
216
- <div class="informaltable"><table width="100%" border="0">
213
+ <div class="informaltable"><table class="informaltable" width="100%" border="0">
217
214
  <colgroup>
218
215
  <col width="300px" class="enum_members_name">
219
216
  <col class="enum_members_description">
@@ -248,7 +245,6 @@ poppler_get_backend (<em class="parameter"><code><span class="type">void</span><
248
245
  </div>
249
246
  </div>
250
247
  <div class="footer">
251
- <hr>
252
- Generated by GTK-Doc V1.21</div>
248
+ <hr>Generated by GTK-Doc V1.24</div>
253
249
  </body>
254
250
  </html>
@@ -1,9 +1,7 @@
1
1
  <?xml version="1.0" encoding="utf-8" standalone="no"?>
2
- <!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
3
2
  <book xmlns="http://www.devhelp.net/book" title="Poppler Reference Manual" link="index.html" author="" name="poppler" version="2" language="c">
4
3
  <chapters>
5
4
  <sub name="Poppler" link="ch01.html">
6
- <sub name="poppler" link="poppler-poppler.html"/>
7
5
  <sub name="PopplerDocument" link="PopplerDocument.html"/>
8
6
  <sub name="PopplerPage" link="PopplerPage.html"/>
9
7
  <sub name="PopplerAction" link="poppler-PopplerAction.html"/>
@@ -15,6 +13,7 @@
15
13
  <sub name="PopplerMovie" link="PopplerMovie.html"/>
16
14
  <sub name="PopplerStructureElement" link="PopplerStructureElement.html"/>
17
15
  <sub name="PopplerColor" link="poppler-PopplerColor.html"/>
16
+ <sub name="Error handling" link="poppler-Error-handling.html"/>
18
17
  <sub name="PDF Utility functions" link="poppler-PDF-Utility-functions.html"/>
19
18
  <sub name="Version and Features Information" link="poppler-Version-and-Features-Information.html"/>
20
19
  </sub>
@@ -31,9 +30,6 @@
31
30
  <sub name="Annotation Glossary" link="annotation-glossary.html"/>
32
31
  </chapters>
33
32
  <functions>
34
- <keyword type="macro" name="POPPLER_ERROR" link="poppler-poppler.html#POPPLER-ERROR:CAPS"/>
35
- <keyword type="enum" name="enum PopplerError" link="poppler-poppler.html#PopplerError"/>
36
- <keyword type="enum" name="enum PopplerOrientation" link="poppler-poppler.html#PopplerOrientation"/>
37
33
  <keyword type="function" name="poppler_document_new_from_file ()" link="PopplerDocument.html#poppler-document-new-from-file"/>
38
34
  <keyword type="function" name="poppler_document_new_from_data ()" link="PopplerDocument.html#poppler-document-new-from-data"/>
39
35
  <keyword type="function" name="poppler_document_new_from_stream ()" link="PopplerDocument.html#poppler-document-new-from-stream" since="0.22"/>
@@ -201,7 +197,7 @@
201
197
  <keyword type="function" name="poppler_action_free ()" link="poppler-PopplerAction.html#poppler-action-free"/>
202
198
  <keyword type="function" name="poppler_dest_copy ()" link="poppler-PopplerAction.html#poppler-dest-copy"/>
203
199
  <keyword type="function" name="poppler_dest_free ()" link="poppler-PopplerAction.html#poppler-dest-free"/>
204
- <keyword type="union" name="union PopplerAction" link="poppler-PopplerAction.html#PopplerAction"/>
200
+ <keyword type="union" name="PopplerAction" link="poppler-PopplerAction.html#PopplerAction"/>
205
201
  <keyword type="struct" name="PopplerDest" link="poppler-PopplerAction.html#PopplerDest"/>
206
202
  <keyword type="struct" name="struct PopplerActionAny" link="poppler-PopplerAction.html#PopplerActionAny"/>
207
203
  <keyword type="struct" name="struct PopplerActionGotoDest" link="poppler-PopplerAction.html#PopplerActionGotoDest"/>
@@ -460,6 +456,8 @@
460
456
  <keyword type="function" name="poppler_color_copy ()" link="poppler-PopplerColor.html#poppler-color-copy"/>
461
457
  <keyword type="function" name="poppler_color_free ()" link="poppler-PopplerColor.html#poppler-color-free"/>
462
458
  <keyword type="struct" name="PopplerColor" link="poppler-PopplerColor.html#PopplerColor"/>
459
+ <keyword type="macro" name="POPPLER_ERROR" link="poppler-Error-handling.html#POPPLER-ERROR:CAPS"/>
460
+ <keyword type="enum" name="enum PopplerError" link="poppler-Error-handling.html#PopplerError"/>
463
461
  <keyword type="function" name="poppler_date_parse ()" link="poppler-PDF-Utility-functions.html#poppler-date-parse" since="0.12"/>
464
462
  <keyword type="macro" name="POPPLER_MAJOR_VERSION" link="poppler-Version-and-Features-Information.html#POPPLER-MAJOR-VERSION:CAPS" since="0.12"/>
465
463
  <keyword type="macro" name="POPPLER_MINOR_VERSION" link="poppler-Version-and-Features-Information.html#POPPLER-MINOR-VERSION:CAPS" since="0.12"/>
@@ -469,5 +467,295 @@
469
467
  <keyword type="function" name="poppler_get_backend ()" link="poppler-Version-and-Features-Information.html#poppler-get-backend"/>
470
468
  <keyword type="macro" name="POPPLER_HAS_CAIRO" link="poppler-Version-and-Features-Information.html#POPPLER-HAS-CAIRO:CAPS"/>
471
469
  <keyword type="enum" name="enum PopplerBackend" link="poppler-Version-and-Features-Information.html#PopplerBackend"/>
470
+ <keyword type="constant" name="POPPLER_PAGE_LAYOUT_UNSET" link="PopplerDocument.html#POPPLER-PAGE-LAYOUT-UNSET:CAPS"/>
471
+ <keyword type="constant" name="POPPLER_PAGE_LAYOUT_SINGLE_PAGE" link="PopplerDocument.html#POPPLER-PAGE-LAYOUT-SINGLE-PAGE:CAPS"/>
472
+ <keyword type="constant" name="POPPLER_PAGE_LAYOUT_ONE_COLUMN" link="PopplerDocument.html#POPPLER-PAGE-LAYOUT-ONE-COLUMN:CAPS"/>
473
+ <keyword type="constant" name="POPPLER_PAGE_LAYOUT_TWO_COLUMN_LEFT" link="PopplerDocument.html#POPPLER-PAGE-LAYOUT-TWO-COLUMN-LEFT:CAPS"/>
474
+ <keyword type="constant" name="POPPLER_PAGE_LAYOUT_TWO_COLUMN_RIGHT" link="PopplerDocument.html#POPPLER-PAGE-LAYOUT-TWO-COLUMN-RIGHT:CAPS"/>
475
+ <keyword type="constant" name="POPPLER_PAGE_LAYOUT_TWO_PAGE_LEFT" link="PopplerDocument.html#POPPLER-PAGE-LAYOUT-TWO-PAGE-LEFT:CAPS"/>
476
+ <keyword type="constant" name="POPPLER_PAGE_LAYOUT_TWO_PAGE_RIGHT" link="PopplerDocument.html#POPPLER-PAGE-LAYOUT-TWO-PAGE-RIGHT:CAPS"/>
477
+ <keyword type="constant" name="POPPLER_PAGE_MODE_UNSET" link="PopplerDocument.html#POPPLER-PAGE-MODE-UNSET:CAPS"/>
478
+ <keyword type="constant" name="POPPLER_PAGE_MODE_NONE" link="PopplerDocument.html#POPPLER-PAGE-MODE-NONE:CAPS"/>
479
+ <keyword type="constant" name="POPPLER_PAGE_MODE_USE_OUTLINES" link="PopplerDocument.html#POPPLER-PAGE-MODE-USE-OUTLINES:CAPS"/>
480
+ <keyword type="constant" name="POPPLER_PAGE_MODE_USE_THUMBS" link="PopplerDocument.html#POPPLER-PAGE-MODE-USE-THUMBS:CAPS"/>
481
+ <keyword type="constant" name="POPPLER_PAGE_MODE_FULL_SCREEN" link="PopplerDocument.html#POPPLER-PAGE-MODE-FULL-SCREEN:CAPS"/>
482
+ <keyword type="constant" name="POPPLER_PAGE_MODE_USE_OC" link="PopplerDocument.html#POPPLER-PAGE-MODE-USE-OC:CAPS"/>
483
+ <keyword type="constant" name="POPPLER_PAGE_MODE_USE_ATTACHMENTS" link="PopplerDocument.html#POPPLER-PAGE-MODE-USE-ATTACHMENTS:CAPS"/>
484
+ <keyword type="constant" name="POPPLER_FONT_TYPE_UNKNOWN" link="PopplerDocument.html#POPPLER-FONT-TYPE-UNKNOWN:CAPS"/>
485
+ <keyword type="constant" name="POPPLER_FONT_TYPE_TYPE1" link="PopplerDocument.html#POPPLER-FONT-TYPE-TYPE1:CAPS"/>
486
+ <keyword type="constant" name="POPPLER_FONT_TYPE_TYPE1C" link="PopplerDocument.html#POPPLER-FONT-TYPE-TYPE1C:CAPS"/>
487
+ <keyword type="constant" name="POPPLER_FONT_TYPE_TYPE1COT" link="PopplerDocument.html#POPPLER-FONT-TYPE-TYPE1COT:CAPS"/>
488
+ <keyword type="constant" name="POPPLER_FONT_TYPE_TYPE3" link="PopplerDocument.html#POPPLER-FONT-TYPE-TYPE3:CAPS"/>
489
+ <keyword type="constant" name="POPPLER_FONT_TYPE_TRUETYPE" link="PopplerDocument.html#POPPLER-FONT-TYPE-TRUETYPE:CAPS"/>
490
+ <keyword type="constant" name="POPPLER_FONT_TYPE_TRUETYPEOT" link="PopplerDocument.html#POPPLER-FONT-TYPE-TRUETYPEOT:CAPS"/>
491
+ <keyword type="constant" name="POPPLER_FONT_TYPE_CID_TYPE0" link="PopplerDocument.html#POPPLER-FONT-TYPE-CID-TYPE0:CAPS"/>
492
+ <keyword type="constant" name="POPPLER_FONT_TYPE_CID_TYPE0C" link="PopplerDocument.html#POPPLER-FONT-TYPE-CID-TYPE0C:CAPS"/>
493
+ <keyword type="constant" name="POPPLER_FONT_TYPE_CID_TYPE0COT" link="PopplerDocument.html#POPPLER-FONT-TYPE-CID-TYPE0COT:CAPS"/>
494
+ <keyword type="constant" name="POPPLER_FONT_TYPE_CID_TYPE2" link="PopplerDocument.html#POPPLER-FONT-TYPE-CID-TYPE2:CAPS"/>
495
+ <keyword type="constant" name="POPPLER_FONT_TYPE_CID_TYPE2OT" link="PopplerDocument.html#POPPLER-FONT-TYPE-CID-TYPE2OT:CAPS"/>
496
+ <keyword type="constant" name="POPPLER_VIEWER_PREFERENCES_UNSET" link="PopplerDocument.html#POPPLER-VIEWER-PREFERENCES-UNSET:CAPS"/>
497
+ <keyword type="constant" name="POPPLER_VIEWER_PREFERENCES_HIDE_TOOLBAR" link="PopplerDocument.html#POPPLER-VIEWER-PREFERENCES-HIDE-TOOLBAR:CAPS"/>
498
+ <keyword type="constant" name="POPPLER_VIEWER_PREFERENCES_HIDE_MENUBAR" link="PopplerDocument.html#POPPLER-VIEWER-PREFERENCES-HIDE-MENUBAR:CAPS"/>
499
+ <keyword type="constant" name="POPPLER_VIEWER_PREFERENCES_HIDE_WINDOWUI" link="PopplerDocument.html#POPPLER-VIEWER-PREFERENCES-HIDE-WINDOWUI:CAPS"/>
500
+ <keyword type="constant" name="POPPLER_VIEWER_PREFERENCES_FIT_WINDOW" link="PopplerDocument.html#POPPLER-VIEWER-PREFERENCES-FIT-WINDOW:CAPS"/>
501
+ <keyword type="constant" name="POPPLER_VIEWER_PREFERENCES_CENTER_WINDOW" link="PopplerDocument.html#POPPLER-VIEWER-PREFERENCES-CENTER-WINDOW:CAPS"/>
502
+ <keyword type="constant" name="POPPLER_VIEWER_PREFERENCES_DISPLAY_DOC_TITLE" link="PopplerDocument.html#POPPLER-VIEWER-PREFERENCES-DISPLAY-DOC-TITLE:CAPS"/>
503
+ <keyword type="constant" name="POPPLER_VIEWER_PREFERENCES_DIRECTION_RTL" link="PopplerDocument.html#POPPLER-VIEWER-PREFERENCES-DIRECTION-RTL:CAPS"/>
504
+ <keyword type="constant" name="POPPLER_PERMISSIONS_OK_TO_PRINT" link="PopplerDocument.html#POPPLER-PERMISSIONS-OK-TO-PRINT:CAPS"/>
505
+ <keyword type="constant" name="POPPLER_PERMISSIONS_OK_TO_MODIFY" link="PopplerDocument.html#POPPLER-PERMISSIONS-OK-TO-MODIFY:CAPS"/>
506
+ <keyword type="constant" name="POPPLER_PERMISSIONS_OK_TO_COPY" link="PopplerDocument.html#POPPLER-PERMISSIONS-OK-TO-COPY:CAPS"/>
507
+ <keyword type="constant" name="POPPLER_PERMISSIONS_OK_TO_ADD_NOTES" link="PopplerDocument.html#POPPLER-PERMISSIONS-OK-TO-ADD-NOTES:CAPS"/>
508
+ <keyword type="constant" name="POPPLER_PERMISSIONS_OK_TO_FILL_FORM" link="PopplerDocument.html#POPPLER-PERMISSIONS-OK-TO-FILL-FORM:CAPS"/>
509
+ <keyword type="constant" name="POPPLER_PERMISSIONS_OK_TO_EXTRACT_CONTENTS" link="PopplerDocument.html#POPPLER-PERMISSIONS-OK-TO-EXTRACT-CONTENTS:CAPS"/>
510
+ <keyword type="constant" name="POPPLER_PERMISSIONS_OK_TO_ASSEMBLE" link="PopplerDocument.html#POPPLER-PERMISSIONS-OK-TO-ASSEMBLE:CAPS"/>
511
+ <keyword type="constant" name="POPPLER_PERMISSIONS_OK_TO_PRINT_HIGH_RESOLUTION" link="PopplerDocument.html#POPPLER-PERMISSIONS-OK-TO-PRINT-HIGH-RESOLUTION:CAPS"/>
512
+ <keyword type="constant" name="POPPLER_PERMISSIONS_FULL" link="PopplerDocument.html#POPPLER-PERMISSIONS-FULL:CAPS"/>
513
+ <keyword type="constant" name="POPPLER_PAGE_TRANSITION_REPLACE" link="PopplerPage.html#POPPLER-PAGE-TRANSITION-REPLACE:CAPS"/>
514
+ <keyword type="constant" name="POPPLER_PAGE_TRANSITION_SPLIT" link="PopplerPage.html#POPPLER-PAGE-TRANSITION-SPLIT:CAPS"/>
515
+ <keyword type="constant" name="POPPLER_PAGE_TRANSITION_BLINDS" link="PopplerPage.html#POPPLER-PAGE-TRANSITION-BLINDS:CAPS"/>
516
+ <keyword type="constant" name="POPPLER_PAGE_TRANSITION_BOX" link="PopplerPage.html#POPPLER-PAGE-TRANSITION-BOX:CAPS"/>
517
+ <keyword type="constant" name="POPPLER_PAGE_TRANSITION_WIPE" link="PopplerPage.html#POPPLER-PAGE-TRANSITION-WIPE:CAPS"/>
518
+ <keyword type="constant" name="POPPLER_PAGE_TRANSITION_DISSOLVE" link="PopplerPage.html#POPPLER-PAGE-TRANSITION-DISSOLVE:CAPS"/>
519
+ <keyword type="constant" name="POPPLER_PAGE_TRANSITION_GLITTER" link="PopplerPage.html#POPPLER-PAGE-TRANSITION-GLITTER:CAPS"/>
520
+ <keyword type="constant" name="POPPLER_PAGE_TRANSITION_FLY" link="PopplerPage.html#POPPLER-PAGE-TRANSITION-FLY:CAPS"/>
521
+ <keyword type="constant" name="POPPLER_PAGE_TRANSITION_PUSH" link="PopplerPage.html#POPPLER-PAGE-TRANSITION-PUSH:CAPS"/>
522
+ <keyword type="constant" name="POPPLER_PAGE_TRANSITION_COVER" link="PopplerPage.html#POPPLER-PAGE-TRANSITION-COVER:CAPS"/>
523
+ <keyword type="constant" name="POPPLER_PAGE_TRANSITION_UNCOVER" link="PopplerPage.html#POPPLER-PAGE-TRANSITION-UNCOVER:CAPS"/>
524
+ <keyword type="constant" name="POPPLER_PAGE_TRANSITION_FADE" link="PopplerPage.html#POPPLER-PAGE-TRANSITION-FADE:CAPS"/>
525
+ <keyword type="constant" name="POPPLER_PAGE_TRANSITION_HORIZONTAL" link="PopplerPage.html#POPPLER-PAGE-TRANSITION-HORIZONTAL:CAPS"/>
526
+ <keyword type="constant" name="POPPLER_PAGE_TRANSITION_VERTICAL" link="PopplerPage.html#POPPLER-PAGE-TRANSITION-VERTICAL:CAPS"/>
527
+ <keyword type="constant" name="POPPLER_PAGE_TRANSITION_INWARD" link="PopplerPage.html#POPPLER-PAGE-TRANSITION-INWARD:CAPS"/>
528
+ <keyword type="constant" name="POPPLER_PAGE_TRANSITION_OUTWARD" link="PopplerPage.html#POPPLER-PAGE-TRANSITION-OUTWARD:CAPS"/>
529
+ <keyword type="constant" name="POPPLER_SELECTION_GLYPH" link="PopplerPage.html#POPPLER-SELECTION-GLYPH:CAPS"/>
530
+ <keyword type="constant" name="POPPLER_SELECTION_WORD" link="PopplerPage.html#POPPLER-SELECTION-WORD:CAPS"/>
531
+ <keyword type="constant" name="POPPLER_SELECTION_LINE" link="PopplerPage.html#POPPLER-SELECTION-LINE:CAPS"/>
532
+ <keyword type="constant" name="POPPLER_PRINT_DOCUMENT" link="PopplerPage.html#POPPLER-PRINT-DOCUMENT:CAPS"/>
533
+ <keyword type="constant" name="POPPLER_PRINT_MARKUP_ANNOTS" link="PopplerPage.html#POPPLER-PRINT-MARKUP-ANNOTS:CAPS"/>
534
+ <keyword type="constant" name="POPPLER_PRINT_STAMP_ANNOTS_ONLY" link="PopplerPage.html#POPPLER-PRINT-STAMP-ANNOTS-ONLY:CAPS"/>
535
+ <keyword type="constant" name="POPPLER_PRINT_ALL" link="PopplerPage.html#POPPLER-PRINT-ALL:CAPS"/>
536
+ <keyword type="constant" name="POPPLER_FIND_DEFAULT" link="PopplerPage.html#POPPLER-FIND-DEFAULT:CAPS"/>
537
+ <keyword type="constant" name="POPPLER_FIND_CASE_SENSITIVE" link="PopplerPage.html#POPPLER-FIND-CASE-SENSITIVE:CAPS"/>
538
+ <keyword type="constant" name="POPPLER_FIND_BACKWARDS" link="PopplerPage.html#POPPLER-FIND-BACKWARDS:CAPS"/>
539
+ <keyword type="constant" name="POPPLER_FIND_WHOLE_WORDS_ONLY" link="PopplerPage.html#POPPLER-FIND-WHOLE-WORDS-ONLY:CAPS"/>
540
+ <keyword type="constant" name="POPPLER_ACTION_UNKNOWN" link="poppler-PopplerAction.html#POPPLER-ACTION-UNKNOWN:CAPS"/>
541
+ <keyword type="constant" name="POPPLER_ACTION_NONE" link="poppler-PopplerAction.html#POPPLER-ACTION-NONE:CAPS"/>
542
+ <keyword type="constant" name="POPPLER_ACTION_GOTO_DEST" link="poppler-PopplerAction.html#POPPLER-ACTION-GOTO-DEST:CAPS"/>
543
+ <keyword type="constant" name="POPPLER_ACTION_GOTO_REMOTE" link="poppler-PopplerAction.html#POPPLER-ACTION-GOTO-REMOTE:CAPS"/>
544
+ <keyword type="constant" name="POPPLER_ACTION_LAUNCH" link="poppler-PopplerAction.html#POPPLER-ACTION-LAUNCH:CAPS"/>
545
+ <keyword type="constant" name="POPPLER_ACTION_URI" link="poppler-PopplerAction.html#POPPLER-ACTION-URI:CAPS"/>
546
+ <keyword type="constant" name="POPPLER_ACTION_NAMED" link="poppler-PopplerAction.html#POPPLER-ACTION-NAMED:CAPS"/>
547
+ <keyword type="constant" name="POPPLER_ACTION_MOVIE" link="poppler-PopplerAction.html#POPPLER-ACTION-MOVIE:CAPS"/>
548
+ <keyword type="constant" name="POPPLER_ACTION_RENDITION" link="poppler-PopplerAction.html#POPPLER-ACTION-RENDITION:CAPS"/>
549
+ <keyword type="constant" name="POPPLER_ACTION_OCG_STATE" link="poppler-PopplerAction.html#POPPLER-ACTION-OCG-STATE:CAPS"/>
550
+ <keyword type="constant" name="POPPLER_ACTION_JAVASCRIPT" link="poppler-PopplerAction.html#POPPLER-ACTION-JAVASCRIPT:CAPS"/>
551
+ <keyword type="constant" name="POPPLER_DEST_UNKNOWN" link="poppler-PopplerAction.html#POPPLER-DEST-UNKNOWN:CAPS"/>
552
+ <keyword type="constant" name="POPPLER_DEST_XYZ" link="poppler-PopplerAction.html#POPPLER-DEST-XYZ:CAPS"/>
553
+ <keyword type="constant" name="POPPLER_DEST_FIT" link="poppler-PopplerAction.html#POPPLER-DEST-FIT:CAPS"/>
554
+ <keyword type="constant" name="POPPLER_DEST_FITH" link="poppler-PopplerAction.html#POPPLER-DEST-FITH:CAPS"/>
555
+ <keyword type="constant" name="POPPLER_DEST_FITV" link="poppler-PopplerAction.html#POPPLER-DEST-FITV:CAPS"/>
556
+ <keyword type="constant" name="POPPLER_DEST_FITR" link="poppler-PopplerAction.html#POPPLER-DEST-FITR:CAPS"/>
557
+ <keyword type="constant" name="POPPLER_DEST_FITB" link="poppler-PopplerAction.html#POPPLER-DEST-FITB:CAPS"/>
558
+ <keyword type="constant" name="POPPLER_DEST_FITBH" link="poppler-PopplerAction.html#POPPLER-DEST-FITBH:CAPS"/>
559
+ <keyword type="constant" name="POPPLER_DEST_FITBV" link="poppler-PopplerAction.html#POPPLER-DEST-FITBV:CAPS"/>
560
+ <keyword type="constant" name="POPPLER_DEST_NAMED" link="poppler-PopplerAction.html#POPPLER-DEST-NAMED:CAPS"/>
561
+ <keyword type="constant" name="POPPLER_ACTION_MOVIE_PLAY" link="poppler-PopplerAction.html#POPPLER-ACTION-MOVIE-PLAY:CAPS"/>
562
+ <keyword type="constant" name="POPPLER_ACTION_MOVIE_PAUSE" link="poppler-PopplerAction.html#POPPLER-ACTION-MOVIE-PAUSE:CAPS"/>
563
+ <keyword type="constant" name="POPPLER_ACTION_MOVIE_RESUME" link="poppler-PopplerAction.html#POPPLER-ACTION-MOVIE-RESUME:CAPS"/>
564
+ <keyword type="constant" name="POPPLER_ACTION_MOVIE_STOP" link="poppler-PopplerAction.html#POPPLER-ACTION-MOVIE-STOP:CAPS"/>
565
+ <keyword type="constant" name="POPPLER_ACTION_LAYER_ON" link="poppler-PopplerAction.html#POPPLER-ACTION-LAYER-ON:CAPS"/>
566
+ <keyword type="constant" name="POPPLER_ACTION_LAYER_OFF" link="poppler-PopplerAction.html#POPPLER-ACTION-LAYER-OFF:CAPS"/>
567
+ <keyword type="constant" name="POPPLER_ACTION_LAYER_TOGGLE" link="poppler-PopplerAction.html#POPPLER-ACTION-LAYER-TOGGLE:CAPS"/>
568
+ <keyword type="constant" name="POPPLER_FORM_FIELD_UNKNOWN" link="PopplerFormField.html#POPPLER-FORM-FIELD-UNKNOWN:CAPS"/>
569
+ <keyword type="constant" name="POPPLER_FORM_FIELD_BUTTON" link="PopplerFormField.html#POPPLER-FORM-FIELD-BUTTON:CAPS"/>
570
+ <keyword type="constant" name="POPPLER_FORM_FIELD_TEXT" link="PopplerFormField.html#POPPLER-FORM-FIELD-TEXT:CAPS"/>
571
+ <keyword type="constant" name="POPPLER_FORM_FIELD_CHOICE" link="PopplerFormField.html#POPPLER-FORM-FIELD-CHOICE:CAPS"/>
572
+ <keyword type="constant" name="POPPLER_FORM_FIELD_SIGNATURE" link="PopplerFormField.html#POPPLER-FORM-FIELD-SIGNATURE:CAPS"/>
573
+ <keyword type="constant" name="POPPLER_FORM_BUTTON_PUSH" link="PopplerFormField.html#POPPLER-FORM-BUTTON-PUSH:CAPS"/>
574
+ <keyword type="constant" name="POPPLER_FORM_BUTTON_CHECK" link="PopplerFormField.html#POPPLER-FORM-BUTTON-CHECK:CAPS"/>
575
+ <keyword type="constant" name="POPPLER_FORM_BUTTON_RADIO" link="PopplerFormField.html#POPPLER-FORM-BUTTON-RADIO:CAPS"/>
576
+ <keyword type="constant" name="POPPLER_FORM_CHOICE_COMBO" link="PopplerFormField.html#POPPLER-FORM-CHOICE-COMBO:CAPS"/>
577
+ <keyword type="constant" name="POPPLER_FORM_CHOICE_LIST" link="PopplerFormField.html#POPPLER-FORM-CHOICE-LIST:CAPS"/>
578
+ <keyword type="constant" name="POPPLER_FORM_TEXT_NORMAL" link="PopplerFormField.html#POPPLER-FORM-TEXT-NORMAL:CAPS"/>
579
+ <keyword type="constant" name="POPPLER_FORM_TEXT_MULTILINE" link="PopplerFormField.html#POPPLER-FORM-TEXT-MULTILINE:CAPS"/>
580
+ <keyword type="constant" name="POPPLER_FORM_TEXT_FILE_SELECT" link="PopplerFormField.html#POPPLER-FORM-TEXT-FILE-SELECT:CAPS"/>
581
+ <keyword type="constant" name="POPPLER_ANNOT_UNKNOWN" link="PopplerAnnot.html#POPPLER-ANNOT-UNKNOWN:CAPS"/>
582
+ <keyword type="constant" name="POPPLER_ANNOT_TEXT" link="PopplerAnnot.html#POPPLER-ANNOT-TEXT:CAPS"/>
583
+ <keyword type="constant" name="POPPLER_ANNOT_LINK" link="PopplerAnnot.html#POPPLER-ANNOT-LINK:CAPS"/>
584
+ <keyword type="constant" name="POPPLER_ANNOT_FREE_TEXT" link="PopplerAnnot.html#POPPLER-ANNOT-FREE-TEXT:CAPS"/>
585
+ <keyword type="constant" name="POPPLER_ANNOT_LINE" link="PopplerAnnot.html#POPPLER-ANNOT-LINE:CAPS"/>
586
+ <keyword type="constant" name="POPPLER_ANNOT_SQUARE" link="PopplerAnnot.html#POPPLER-ANNOT-SQUARE:CAPS"/>
587
+ <keyword type="constant" name="POPPLER_ANNOT_CIRCLE" link="PopplerAnnot.html#POPPLER-ANNOT-CIRCLE:CAPS"/>
588
+ <keyword type="constant" name="POPPLER_ANNOT_POLYGON" link="PopplerAnnot.html#POPPLER-ANNOT-POLYGON:CAPS"/>
589
+ <keyword type="constant" name="POPPLER_ANNOT_POLY_LINE" link="PopplerAnnot.html#POPPLER-ANNOT-POLY-LINE:CAPS"/>
590
+ <keyword type="constant" name="POPPLER_ANNOT_HIGHLIGHT" link="PopplerAnnot.html#POPPLER-ANNOT-HIGHLIGHT:CAPS"/>
591
+ <keyword type="constant" name="POPPLER_ANNOT_UNDERLINE" link="PopplerAnnot.html#POPPLER-ANNOT-UNDERLINE:CAPS"/>
592
+ <keyword type="constant" name="POPPLER_ANNOT_SQUIGGLY" link="PopplerAnnot.html#POPPLER-ANNOT-SQUIGGLY:CAPS"/>
593
+ <keyword type="constant" name="POPPLER_ANNOT_STRIKE_OUT" link="PopplerAnnot.html#POPPLER-ANNOT-STRIKE-OUT:CAPS"/>
594
+ <keyword type="constant" name="POPPLER_ANNOT_STAMP" link="PopplerAnnot.html#POPPLER-ANNOT-STAMP:CAPS"/>
595
+ <keyword type="constant" name="POPPLER_ANNOT_CARET" link="PopplerAnnot.html#POPPLER-ANNOT-CARET:CAPS"/>
596
+ <keyword type="constant" name="POPPLER_ANNOT_INK" link="PopplerAnnot.html#POPPLER-ANNOT-INK:CAPS"/>
597
+ <keyword type="constant" name="POPPLER_ANNOT_POPUP" link="PopplerAnnot.html#POPPLER-ANNOT-POPUP:CAPS"/>
598
+ <keyword type="constant" name="POPPLER_ANNOT_FILE_ATTACHMENT" link="PopplerAnnot.html#POPPLER-ANNOT-FILE-ATTACHMENT:CAPS"/>
599
+ <keyword type="constant" name="POPPLER_ANNOT_SOUND" link="PopplerAnnot.html#POPPLER-ANNOT-SOUND:CAPS"/>
600
+ <keyword type="constant" name="POPPLER_ANNOT_MOVIE" link="PopplerAnnot.html#POPPLER-ANNOT-MOVIE:CAPS"/>
601
+ <keyword type="constant" name="POPPLER_ANNOT_WIDGET" link="PopplerAnnot.html#POPPLER-ANNOT-WIDGET:CAPS"/>
602
+ <keyword type="constant" name="POPPLER_ANNOT_SCREEN" link="PopplerAnnot.html#POPPLER-ANNOT-SCREEN:CAPS"/>
603
+ <keyword type="constant" name="POPPLER_ANNOT_PRINTER_MARK" link="PopplerAnnot.html#POPPLER-ANNOT-PRINTER-MARK:CAPS"/>
604
+ <keyword type="constant" name="POPPLER_ANNOT_TRAP_NET" link="PopplerAnnot.html#POPPLER-ANNOT-TRAP-NET:CAPS"/>
605
+ <keyword type="constant" name="POPPLER_ANNOT_WATERMARK" link="PopplerAnnot.html#POPPLER-ANNOT-WATERMARK:CAPS"/>
606
+ <keyword type="constant" name="POPPLER_ANNOT_3D" link="PopplerAnnot.html#POPPLER-ANNOT-3D:CAPS"/>
607
+ <keyword type="constant" name="POPPLER_ANNOT_FLAG_UNKNOWN" link="PopplerAnnot.html#POPPLER-ANNOT-FLAG-UNKNOWN:CAPS"/>
608
+ <keyword type="constant" name="POPPLER_ANNOT_FLAG_INVISIBLE" link="PopplerAnnot.html#POPPLER-ANNOT-FLAG-INVISIBLE:CAPS"/>
609
+ <keyword type="constant" name="POPPLER_ANNOT_FLAG_HIDDEN" link="PopplerAnnot.html#POPPLER-ANNOT-FLAG-HIDDEN:CAPS"/>
610
+ <keyword type="constant" name="POPPLER_ANNOT_FLAG_PRINT" link="PopplerAnnot.html#POPPLER-ANNOT-FLAG-PRINT:CAPS"/>
611
+ <keyword type="constant" name="POPPLER_ANNOT_FLAG_NO_ZOOM" link="PopplerAnnot.html#POPPLER-ANNOT-FLAG-NO-ZOOM:CAPS"/>
612
+ <keyword type="constant" name="POPPLER_ANNOT_FLAG_NO_ROTATE" link="PopplerAnnot.html#POPPLER-ANNOT-FLAG-NO-ROTATE:CAPS"/>
613
+ <keyword type="constant" name="POPPLER_ANNOT_FLAG_NO_VIEW" link="PopplerAnnot.html#POPPLER-ANNOT-FLAG-NO-VIEW:CAPS"/>
614
+ <keyword type="constant" name="POPPLER_ANNOT_FLAG_READ_ONLY" link="PopplerAnnot.html#POPPLER-ANNOT-FLAG-READ-ONLY:CAPS"/>
615
+ <keyword type="constant" name="POPPLER_ANNOT_FLAG_LOCKED" link="PopplerAnnot.html#POPPLER-ANNOT-FLAG-LOCKED:CAPS"/>
616
+ <keyword type="constant" name="POPPLER_ANNOT_FLAG_TOGGLE_NO_VIEW" link="PopplerAnnot.html#POPPLER-ANNOT-FLAG-TOGGLE-NO-VIEW:CAPS"/>
617
+ <keyword type="constant" name="POPPLER_ANNOT_FLAG_LOCKED_CONTENTS" link="PopplerAnnot.html#POPPLER-ANNOT-FLAG-LOCKED-CONTENTS:CAPS"/>
618
+ <keyword type="constant" name="POPPLER_ANNOT_EXTERNAL_DATA_MARKUP_3D" link="PopplerAnnot.html#POPPLER-ANNOT-EXTERNAL-DATA-MARKUP-3D:CAPS"/>
619
+ <keyword type="constant" name="POPPLER_ANNOT_EXTERNAL_DATA_MARKUP_UNKNOWN" link="PopplerAnnot.html#POPPLER-ANNOT-EXTERNAL-DATA-MARKUP-UNKNOWN:CAPS"/>
620
+ <keyword type="constant" name="POPPLER_ANNOT_MARKUP_REPLY_TYPE_R" link="PopplerAnnot.html#POPPLER-ANNOT-MARKUP-REPLY-TYPE-R:CAPS"/>
621
+ <keyword type="constant" name="POPPLER_ANNOT_MARKUP_REPLY_TYPE_GROUP" link="PopplerAnnot.html#POPPLER-ANNOT-MARKUP-REPLY-TYPE-GROUP:CAPS"/>
622
+ <keyword type="constant" name="POPPLER_ANNOT_TEXT_STATE_MARKED" link="PopplerAnnot.html#POPPLER-ANNOT-TEXT-STATE-MARKED:CAPS"/>
623
+ <keyword type="constant" name="POPPLER_ANNOT_TEXT_STATE_UNMARKED" link="PopplerAnnot.html#POPPLER-ANNOT-TEXT-STATE-UNMARKED:CAPS"/>
624
+ <keyword type="constant" name="POPPLER_ANNOT_TEXT_STATE_ACCEPTED" link="PopplerAnnot.html#POPPLER-ANNOT-TEXT-STATE-ACCEPTED:CAPS"/>
625
+ <keyword type="constant" name="POPPLER_ANNOT_TEXT_STATE_REJECTED" link="PopplerAnnot.html#POPPLER-ANNOT-TEXT-STATE-REJECTED:CAPS"/>
626
+ <keyword type="constant" name="POPPLER_ANNOT_TEXT_STATE_CANCELLED" link="PopplerAnnot.html#POPPLER-ANNOT-TEXT-STATE-CANCELLED:CAPS"/>
627
+ <keyword type="constant" name="POPPLER_ANNOT_TEXT_STATE_COMPLETED" link="PopplerAnnot.html#POPPLER-ANNOT-TEXT-STATE-COMPLETED:CAPS"/>
628
+ <keyword type="constant" name="POPPLER_ANNOT_TEXT_STATE_NONE" link="PopplerAnnot.html#POPPLER-ANNOT-TEXT-STATE-NONE:CAPS"/>
629
+ <keyword type="constant" name="POPPLER_ANNOT_TEXT_STATE_UNKNOWN" link="PopplerAnnot.html#POPPLER-ANNOT-TEXT-STATE-UNKNOWN:CAPS"/>
630
+ <keyword type="constant" name="POPPLER_ANNOT_FREE_TEXT_QUADDING_LEFT_JUSTIFIED" link="PopplerAnnot.html#POPPLER-ANNOT-FREE-TEXT-QUADDING-LEFT-JUSTIFIED:CAPS"/>
631
+ <keyword type="constant" name="POPPLER_ANNOT_FREE_TEXT_QUADDING_CENTERED" link="PopplerAnnot.html#POPPLER-ANNOT-FREE-TEXT-QUADDING-CENTERED:CAPS"/>
632
+ <keyword type="constant" name="POPPLER_ANNOT_FREE_TEXT_QUADDING_RIGHT_JUSTIFIED" link="PopplerAnnot.html#POPPLER-ANNOT-FREE-TEXT-QUADDING-RIGHT-JUSTIFIED:CAPS"/>
633
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_CONTENT" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-CONTENT:CAPS"/>
634
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_OBJECT_REFERENCE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-OBJECT-REFERENCE:CAPS"/>
635
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_DOCUMENT" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-DOCUMENT:CAPS"/>
636
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_PART" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-PART:CAPS"/>
637
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_ARTICLE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-ARTICLE:CAPS"/>
638
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_SECTION" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-SECTION:CAPS"/>
639
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_DIV" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-DIV:CAPS"/>
640
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_SPAN" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-SPAN:CAPS"/>
641
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_QUOTE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-QUOTE:CAPS"/>
642
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_NOTE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-NOTE:CAPS"/>
643
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_REFERENCE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-REFERENCE:CAPS"/>
644
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_BIBENTRY" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-BIBENTRY:CAPS"/>
645
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_CODE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-CODE:CAPS"/>
646
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_LINK" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-LINK:CAPS"/>
647
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_ANNOT" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-ANNOT:CAPS"/>
648
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_BLOCKQUOTE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-BLOCKQUOTE:CAPS"/>
649
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_CAPTION" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-CAPTION:CAPS"/>
650
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_NONSTRUCT" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-NONSTRUCT:CAPS"/>
651
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_TOC" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-TOC:CAPS"/>
652
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_TOC_ITEM" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-TOC-ITEM:CAPS"/>
653
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_INDEX" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-INDEX:CAPS"/>
654
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_PRIVATE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-PRIVATE:CAPS"/>
655
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_PARAGRAPH" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-PARAGRAPH:CAPS"/>
656
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_HEADING" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-HEADING:CAPS"/>
657
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_HEADING_1" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-HEADING-1:CAPS"/>
658
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_HEADING_2" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-HEADING-2:CAPS"/>
659
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_HEADING_3" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-HEADING-3:CAPS"/>
660
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_HEADING_4" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-HEADING-4:CAPS"/>
661
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_HEADING_5" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-HEADING-5:CAPS"/>
662
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_HEADING_6" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-HEADING-6:CAPS"/>
663
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_LIST" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-LIST:CAPS"/>
664
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_LIST_ITEM" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-LIST-ITEM:CAPS"/>
665
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_LIST_LABEL" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-LIST-LABEL:CAPS"/>
666
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_LIST_BODY" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-LIST-BODY:CAPS"/>
667
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_TABLE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-TABLE:CAPS"/>
668
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_TABLE_ROW" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-TABLE-ROW:CAPS"/>
669
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_TABLE_HEADING" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-TABLE-HEADING:CAPS"/>
670
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_TABLE_DATA" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-TABLE-DATA:CAPS"/>
671
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_TABLE_HEADER" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-TABLE-HEADER:CAPS"/>
672
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_TABLE_FOOTER" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-TABLE-FOOTER:CAPS"/>
673
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_TABLE_BODY" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-TABLE-BODY:CAPS"/>
674
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_RUBY" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-RUBY:CAPS"/>
675
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_RUBY_BASE_TEXT" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-RUBY-BASE-TEXT:CAPS"/>
676
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_RUBY_ANNOT_TEXT" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-RUBY-ANNOT-TEXT:CAPS"/>
677
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_RUBY_PUNCTUATION" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-RUBY-PUNCTUATION:CAPS"/>
678
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_WARICHU" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-WARICHU:CAPS"/>
679
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_WARICHU_TEXT" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-WARICHU-TEXT:CAPS"/>
680
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_WARICHU_PUNCTUATION" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-WARICHU-PUNCTUATION:CAPS"/>
681
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_FIGURE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-FIGURE:CAPS"/>
682
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_FORMULA" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-FORMULA:CAPS"/>
683
+ <keyword type="constant" name="POPPLER_STRUCTURE_ELEMENT_FORM" link="PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-FORM:CAPS"/>
684
+ <keyword type="constant" name="POPPLER_STRUCTURE_GET_TEXT_NONE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-GET-TEXT-NONE:CAPS"/>
685
+ <keyword type="constant" name="POPPLER_STRUCTURE_GET_TEXT_RECURSIVE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-GET-TEXT-RECURSIVE:CAPS"/>
686
+ <keyword type="constant" name="POPPLER_STRUCTURE_PLACEMENT_BLOCK" link="PopplerStructureElement.html#POPPLER-STRUCTURE-PLACEMENT-BLOCK:CAPS"/>
687
+ <keyword type="constant" name="POPPLER_STRUCTURE_PLACEMENT_INLINE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-PLACEMENT-INLINE:CAPS"/>
688
+ <keyword type="constant" name="POPPLER_STRUCTURE_PLACEMENT_BEFORE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-PLACEMENT-BEFORE:CAPS"/>
689
+ <keyword type="constant" name="POPPLER_STRUCTURE_PLACEMENT_START" link="PopplerStructureElement.html#POPPLER-STRUCTURE-PLACEMENT-START:CAPS"/>
690
+ <keyword type="constant" name="POPPLER_STRUCTURE_PLACEMENT_END" link="PopplerStructureElement.html#POPPLER-STRUCTURE-PLACEMENT-END:CAPS"/>
691
+ <keyword type="constant" name="POPPLER_STRUCTURE_WRITING_MODE_LR_TB" link="PopplerStructureElement.html#POPPLER-STRUCTURE-WRITING-MODE-LR-TB:CAPS"/>
692
+ <keyword type="constant" name="POPPLER_STRUCTURE_WRITING_MODE_RL_TB" link="PopplerStructureElement.html#POPPLER-STRUCTURE-WRITING-MODE-RL-TB:CAPS"/>
693
+ <keyword type="constant" name="POPPLER_STRUCTURE_WRITING_MODE_TB_RL" link="PopplerStructureElement.html#POPPLER-STRUCTURE-WRITING-MODE-TB-RL:CAPS"/>
694
+ <keyword type="constant" name="POPPLER_STRUCTURE_BORDER_STYLE_NONE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-BORDER-STYLE-NONE:CAPS"/>
695
+ <keyword type="constant" name="POPPLER_STRUCTURE_BORDER_STYLE_HIDDEN" link="PopplerStructureElement.html#POPPLER-STRUCTURE-BORDER-STYLE-HIDDEN:CAPS"/>
696
+ <keyword type="constant" name="POPPLER_STRUCTURE_BORDER_STYLE_DOTTED" link="PopplerStructureElement.html#POPPLER-STRUCTURE-BORDER-STYLE-DOTTED:CAPS"/>
697
+ <keyword type="constant" name="POPPLER_STRUCTURE_BORDER_STYLE_DASHED" link="PopplerStructureElement.html#POPPLER-STRUCTURE-BORDER-STYLE-DASHED:CAPS"/>
698
+ <keyword type="constant" name="POPPLER_STRUCTURE_BORDER_STYLE_SOLID" link="PopplerStructureElement.html#POPPLER-STRUCTURE-BORDER-STYLE-SOLID:CAPS"/>
699
+ <keyword type="constant" name="POPPLER_STRUCTURE_BORDER_STYLE_DOUBLE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-BORDER-STYLE-DOUBLE:CAPS"/>
700
+ <keyword type="constant" name="POPPLER_STRUCTURE_BORDER_STYLE_GROOVE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-BORDER-STYLE-GROOVE:CAPS"/>
701
+ <keyword type="constant" name="POPPLER_STRUCTURE_BORDER_STYLE_INSET" link="PopplerStructureElement.html#POPPLER-STRUCTURE-BORDER-STYLE-INSET:CAPS"/>
702
+ <keyword type="constant" name="POPPLER_STRUCTURE_BORDER_STYLE_OUTSET" link="PopplerStructureElement.html#POPPLER-STRUCTURE-BORDER-STYLE-OUTSET:CAPS"/>
703
+ <keyword type="constant" name="POPPLER_STRUCTURE_TEXT_ALIGN_START" link="PopplerStructureElement.html#POPPLER-STRUCTURE-TEXT-ALIGN-START:CAPS"/>
704
+ <keyword type="constant" name="POPPLER_STRUCTURE_TEXT_ALIGN_CENTER" link="PopplerStructureElement.html#POPPLER-STRUCTURE-TEXT-ALIGN-CENTER:CAPS"/>
705
+ <keyword type="constant" name="POPPLER_STRUCTURE_TEXT_ALIGN_END" link="PopplerStructureElement.html#POPPLER-STRUCTURE-TEXT-ALIGN-END:CAPS"/>
706
+ <keyword type="constant" name="POPPLER_STRUCTURE_TEXT_ALIGN_JUSTIFY" link="PopplerStructureElement.html#POPPLER-STRUCTURE-TEXT-ALIGN-JUSTIFY:CAPS"/>
707
+ <keyword type="constant" name="POPPLER_STRUCTURE_BLOCK_ALIGN_BEFORE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-BLOCK-ALIGN-BEFORE:CAPS"/>
708
+ <keyword type="constant" name="POPPLER_STRUCTURE_BLOCK_ALIGN_MIDDLE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-BLOCK-ALIGN-MIDDLE:CAPS"/>
709
+ <keyword type="constant" name="POPPLER_STRUCTURE_BLOCK_ALIGN_AFTER" link="PopplerStructureElement.html#POPPLER-STRUCTURE-BLOCK-ALIGN-AFTER:CAPS"/>
710
+ <keyword type="constant" name="POPPLER_STRUCTURE_BLOCK_ALIGN_JUSTIFY" link="PopplerStructureElement.html#POPPLER-STRUCTURE-BLOCK-ALIGN-JUSTIFY:CAPS"/>
711
+ <keyword type="constant" name="POPPLER_STRUCTURE_INLINE_ALIGN_START" link="PopplerStructureElement.html#POPPLER-STRUCTURE-INLINE-ALIGN-START:CAPS"/>
712
+ <keyword type="constant" name="POPPLER_STRUCTURE_INLINE_ALIGN_CENTER" link="PopplerStructureElement.html#POPPLER-STRUCTURE-INLINE-ALIGN-CENTER:CAPS"/>
713
+ <keyword type="constant" name="POPPLER_STRUCTURE_INLINE_ALIGN_END" link="PopplerStructureElement.html#POPPLER-STRUCTURE-INLINE-ALIGN-END:CAPS"/>
714
+ <keyword type="constant" name="POPPLER_STRUCTURE_TEXT_DECORATION_NONE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-TEXT-DECORATION-NONE:CAPS"/>
715
+ <keyword type="constant" name="POPPLER_STRUCTURE_TEXT_DECORATION_UNDERLINE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-TEXT-DECORATION-UNDERLINE:CAPS"/>
716
+ <keyword type="constant" name="POPPLER_STRUCTURE_TEXT_DECORATION_OVERLINE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-TEXT-DECORATION-OVERLINE:CAPS"/>
717
+ <keyword type="constant" name="POPPLER_STRUCTURE_TEXT_DECORATION_LINETHROUGH" link="PopplerStructureElement.html#POPPLER-STRUCTURE-TEXT-DECORATION-LINETHROUGH:CAPS"/>
718
+ <keyword type="constant" name="POPPLER_STRUCTURE_RUBY_ALIGN_START" link="PopplerStructureElement.html#POPPLER-STRUCTURE-RUBY-ALIGN-START:CAPS"/>
719
+ <keyword type="constant" name="POPPLER_STRUCTURE_RUBY_ALIGN_CENTER" link="PopplerStructureElement.html#POPPLER-STRUCTURE-RUBY-ALIGN-CENTER:CAPS"/>
720
+ <keyword type="constant" name="POPPLER_STRUCTURE_RUBY_ALIGN_END" link="PopplerStructureElement.html#POPPLER-STRUCTURE-RUBY-ALIGN-END:CAPS"/>
721
+ <keyword type="constant" name="POPPLER_STRUCTURE_RUBY_ALIGN_JUSTIFY" link="PopplerStructureElement.html#POPPLER-STRUCTURE-RUBY-ALIGN-JUSTIFY:CAPS"/>
722
+ <keyword type="constant" name="POPPLER_STRUCTURE_RUBY_ALIGN_DISTRIBUTE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-RUBY-ALIGN-DISTRIBUTE:CAPS"/>
723
+ <keyword type="constant" name="POPPLER_STRUCTURE_RUBY_POSITION_BEFORE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-RUBY-POSITION-BEFORE:CAPS"/>
724
+ <keyword type="constant" name="POPPLER_STRUCTURE_RUBY_POSITION_AFTER" link="PopplerStructureElement.html#POPPLER-STRUCTURE-RUBY-POSITION-AFTER:CAPS"/>
725
+ <keyword type="constant" name="POPPLER_STRUCTURE_RUBY_POSITION_WARICHU" link="PopplerStructureElement.html#POPPLER-STRUCTURE-RUBY-POSITION-WARICHU:CAPS"/>
726
+ <keyword type="constant" name="POPPLER_STRUCTURE_RUBY_POSITION_INLINE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-RUBY-POSITION-INLINE:CAPS"/>
727
+ <keyword type="constant" name="POPPLER_STRUCTURE_GLYPH_ORIENTATION_AUTO" link="PopplerStructureElement.html#POPPLER-STRUCTURE-GLYPH-ORIENTATION-AUTO:CAPS"/>
728
+ <keyword type="constant" name="POPPLER_STRUCTURE_GLYPH_ORIENTATION_0" link="PopplerStructureElement.html#POPPLER-STRUCTURE-GLYPH-ORIENTATION-0:CAPS"/>
729
+ <keyword type="constant" name="POPPLER_STRUCTURE_GLYPH_ORIENTATION_90" link="PopplerStructureElement.html#POPPLER-STRUCTURE-GLYPH-ORIENTATION-90:CAPS"/>
730
+ <keyword type="constant" name="POPPLER_STRUCTURE_GLYPH_ORIENTATION_180" link="PopplerStructureElement.html#POPPLER-STRUCTURE-GLYPH-ORIENTATION-180:CAPS"/>
731
+ <keyword type="constant" name="POPPLER_STRUCTURE_GLYPH_ORIENTATION_270" link="PopplerStructureElement.html#POPPLER-STRUCTURE-GLYPH-ORIENTATION-270:CAPS"/>
732
+ <keyword type="constant" name="POPPLER_STRUCTURE_LIST_NUMBERING_NONE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-LIST-NUMBERING-NONE:CAPS"/>
733
+ <keyword type="constant" name="POPPLER_STRUCTURE_LIST_NUMBERING_DISC" link="PopplerStructureElement.html#POPPLER-STRUCTURE-LIST-NUMBERING-DISC:CAPS"/>
734
+ <keyword type="constant" name="POPPLER_STRUCTURE_LIST_NUMBERING_CIRCLE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-LIST-NUMBERING-CIRCLE:CAPS"/>
735
+ <keyword type="constant" name="POPPLER_STRUCTURE_LIST_NUMBERING_SQUARE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-LIST-NUMBERING-SQUARE:CAPS"/>
736
+ <keyword type="constant" name="POPPLER_STRUCTURE_LIST_NUMBERING_DECIMAL" link="PopplerStructureElement.html#POPPLER-STRUCTURE-LIST-NUMBERING-DECIMAL:CAPS"/>
737
+ <keyword type="constant" name="POPPLER_STRUCTURE_LIST_NUMBERING_UPPER_ROMAN" link="PopplerStructureElement.html#POPPLER-STRUCTURE-LIST-NUMBERING-UPPER-ROMAN:CAPS"/>
738
+ <keyword type="constant" name="POPPLER_STRUCTURE_LIST_NUMBERING_LOWER_ROMAN" link="PopplerStructureElement.html#POPPLER-STRUCTURE-LIST-NUMBERING-LOWER-ROMAN:CAPS"/>
739
+ <keyword type="constant" name="POPPLER_STRUCTURE_LIST_NUMBERING_UPPER_ALPHA" link="PopplerStructureElement.html#POPPLER-STRUCTURE-LIST-NUMBERING-UPPER-ALPHA:CAPS"/>
740
+ <keyword type="constant" name="POPPLER_STRUCTURE_LIST_NUMBERING_LOWER_ALPHA" link="PopplerStructureElement.html#POPPLER-STRUCTURE-LIST-NUMBERING-LOWER-ALPHA:CAPS"/>
741
+ <keyword type="constant" name="POPPLER_STRUCTURE_TABLE_SCOPE_ROW" link="PopplerStructureElement.html#POPPLER-STRUCTURE-TABLE-SCOPE-ROW:CAPS"/>
742
+ <keyword type="constant" name="POPPLER_STRUCTURE_TABLE_SCOPE_COLUMN" link="PopplerStructureElement.html#POPPLER-STRUCTURE-TABLE-SCOPE-COLUMN:CAPS"/>
743
+ <keyword type="constant" name="POPPLER_STRUCTURE_TABLE_SCOPE_BOTH" link="PopplerStructureElement.html#POPPLER-STRUCTURE-TABLE-SCOPE-BOTH:CAPS"/>
744
+ <keyword type="constant" name="POPPLER_STRUCTURE_FORM_ROLE_UNDEFINED" link="PopplerStructureElement.html#POPPLER-STRUCTURE-FORM-ROLE-UNDEFINED:CAPS"/>
745
+ <keyword type="constant" name="POPPLER_STRUCTURE_FORM_ROLE_RADIO_BUTTON" link="PopplerStructureElement.html#POPPLER-STRUCTURE-FORM-ROLE-RADIO-BUTTON:CAPS"/>
746
+ <keyword type="constant" name="POPPLER_STRUCTURE_FORM_ROLE_PUSH_BUTTON" link="PopplerStructureElement.html#POPPLER-STRUCTURE-FORM-ROLE-PUSH-BUTTON:CAPS"/>
747
+ <keyword type="constant" name="POPPLER_STRUCTURE_FORM_ROLE_TEXT_VALUE" link="PopplerStructureElement.html#POPPLER-STRUCTURE-FORM-ROLE-TEXT-VALUE:CAPS"/>
748
+ <keyword type="constant" name="POPPLER_STRUCTURE_FORM_ROLE_CHECKBOX" link="PopplerStructureElement.html#POPPLER-STRUCTURE-FORM-ROLE-CHECKBOX:CAPS"/>
749
+ <keyword type="constant" name="POPPLER_STRUCTURE_FORM_STATE_ON" link="PopplerStructureElement.html#POPPLER-STRUCTURE-FORM-STATE-ON:CAPS"/>
750
+ <keyword type="constant" name="POPPLER_STRUCTURE_FORM_STATE_OFF" link="PopplerStructureElement.html#POPPLER-STRUCTURE-FORM-STATE-OFF:CAPS"/>
751
+ <keyword type="constant" name="POPPLER_STRUCTURE_FORM_STATE_NEUTRAL" link="PopplerStructureElement.html#POPPLER-STRUCTURE-FORM-STATE-NEUTRAL:CAPS"/>
752
+ <keyword type="constant" name="POPPLER_ERROR_INVALID" link="poppler-Error-handling.html#POPPLER-ERROR-INVALID:CAPS"/>
753
+ <keyword type="constant" name="POPPLER_ERROR_ENCRYPTED" link="poppler-Error-handling.html#POPPLER-ERROR-ENCRYPTED:CAPS"/>
754
+ <keyword type="constant" name="POPPLER_ERROR_OPEN_FILE" link="poppler-Error-handling.html#POPPLER-ERROR-OPEN-FILE:CAPS"/>
755
+ <keyword type="constant" name="POPPLER_ERROR_BAD_CATALOG" link="poppler-Error-handling.html#POPPLER-ERROR-BAD-CATALOG:CAPS"/>
756
+ <keyword type="constant" name="POPPLER_ERROR_DAMAGED" link="poppler-Error-handling.html#POPPLER-ERROR-DAMAGED:CAPS"/>
757
+ <keyword type="constant" name="POPPLER_BACKEND_UNKNOWN" link="poppler-Version-and-Features-Information.html#POPPLER-BACKEND-UNKNOWN:CAPS"/>
758
+ <keyword type="constant" name="POPPLER_BACKEND_SPLASH" link="poppler-Version-and-Features-Information.html#POPPLER-BACKEND-SPLASH:CAPS"/>
759
+ <keyword type="constant" name="POPPLER_BACKEND_CAIRO" link="poppler-Version-and-Features-Information.html#POPPLER-BACKEND-CAIRO:CAPS"/>
472
760
  </functions>
473
761
  </book>