poppler 3.0.7-x86-mingw32 → 3.0.8-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.
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,12 +2,12 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Poppler Reference Manual: Annotation Glossary</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
5
+ <title>Annotation Glossary: 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="index.html" title="Poppler Reference Manual">
9
9
  <link rel="prev" href="api-index-0-33.html" title="Index of new symbols in 0.33">
10
- <meta name="generator" content="GTK-Doc V1.21 (XML mode)">
10
+ <meta name="generator" content="GTK-Doc V1.24 (XML mode)">
11
11
  <link rel="stylesheet" href="style.css" type="text/css">
12
12
  </head>
13
13
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -57,7 +57,6 @@
57
57
  <dd class="glossdef"><p>Don't free data after the code is done.</p></dd>
58
58
  </div>
59
59
  <div class="footer">
60
- <hr>
61
- Generated by GTK-Doc V1.21</div>
60
+ <hr>Generated by GTK-Doc V1.24</div>
62
61
  </body>
63
62
  </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: Index of new symbols in 0.12</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
5
+ <title>Index of new symbols in 0.12: 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="index.html" title="Poppler Reference Manual">
9
9
  <link rel="prev" href="api-index-deprecated.html" title="Index of deprecated symbols">
10
10
  <link rel="next" href="api-index-0-14.html" title="Index of new symbols in 0.14">
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">
@@ -117,7 +117,6 @@
117
117
  <dd></dd>
118
118
  </div>
119
119
  <div class="footer">
120
- <hr>
121
- Generated by GTK-Doc V1.21</div>
120
+ <hr>Generated by GTK-Doc V1.24</div>
122
121
  </body>
123
122
  </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: Index of new symbols in 0.14</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
5
+ <title>Index of new symbols in 0.14: 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="index.html" title="Poppler Reference Manual">
9
9
  <link rel="prev" href="api-index-0-12.html" title="Index of new symbols in 0.12">
10
10
  <link rel="next" href="api-index-0-16.html" title="Index of new symbols in 0.16">
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">
@@ -96,7 +96,6 @@
96
96
  <dd></dd>
97
97
  </div>
98
98
  <div class="footer">
99
- <hr>
100
- Generated by GTK-Doc V1.21</div>
99
+ <hr>Generated by GTK-Doc V1.24</div>
101
100
  </body>
102
101
  </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: Index of new symbols in 0.16</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
5
+ <title>Index of new symbols in 0.16: 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="index.html" title="Poppler Reference Manual">
9
9
  <link rel="prev" href="api-index-0-14.html" title="Index of new symbols in 0.14">
10
10
  <link rel="next" href="api-index-0-18.html" title="Index of new symbols in 0.18">
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">
@@ -174,7 +174,6 @@
174
174
  <dd></dd>
175
175
  </div>
176
176
  <div class="footer">
177
- <hr>
178
- Generated by GTK-Doc V1.21</div>
177
+ <hr>Generated by GTK-Doc V1.24</div>
179
178
  </body>
180
179
  </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: Index of new symbols in 0.18</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
5
+ <title>Index of new symbols in 0.18: 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="index.html" title="Poppler Reference Manual">
9
9
  <link rel="prev" href="api-index-0-16.html" title="Index of new symbols in 0.16">
10
10
  <link rel="next" href="api-index-0-20.html" title="Index of new symbols in 0.20">
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">
@@ -66,7 +66,6 @@
66
66
  <dd></dd>
67
67
  </div>
68
68
  <div class="footer">
69
- <hr>
70
- Generated by GTK-Doc V1.21</div>
69
+ <hr>Generated by GTK-Doc V1.24</div>
71
70
  </body>
72
71
  </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: Index of new symbols in 0.20</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
5
+ <title>Index of new symbols in 0.20: 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="index.html" title="Poppler Reference Manual">
9
9
  <link rel="prev" href="api-index-0-18.html" title="Index of new symbols in 0.18">
10
10
  <link rel="next" href="api-index-0-22.html" title="Index of new symbols in 0.22">
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,6 @@
33
33
  <dd></dd>
34
34
  </div>
35
35
  <div class="footer">
36
- <hr>
37
- Generated by GTK-Doc V1.21</div>
36
+ <hr>Generated by GTK-Doc V1.24</div>
38
37
  </body>
39
38
  </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: Index of new symbols in 0.22</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
5
+ <title>Index of new symbols in 0.22: 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="index.html" title="Poppler Reference Manual">
9
9
  <link rel="prev" href="api-index-0-20.html" title="Index of new symbols in 0.20">
10
10
  <link rel="next" href="api-index-0-26.html" title="Index of new symbols in 0.26">
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">
@@ -58,7 +58,6 @@
58
58
  <dd></dd>
59
59
  </div>
60
60
  <div class="footer">
61
- <hr>
62
- Generated by GTK-Doc V1.21</div>
61
+ <hr>Generated by GTK-Doc V1.24</div>
63
62
  </body>
64
63
  </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: Index of new symbols in 0.26</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
5
+ <title>Index of new symbols in 0.26: 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="index.html" title="Poppler Reference Manual">
9
9
  <link rel="prev" href="api-index-0-22.html" title="Index of new symbols in 0.22">
10
10
  <link rel="next" href="api-index-0-33.html" title="Index of new symbols in 0.33">
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">
@@ -413,7 +413,6 @@
413
413
  <dd></dd>
414
414
  </div>
415
415
  <div class="footer">
416
- <hr>
417
- Generated by GTK-Doc V1.21</div>
416
+ <hr>Generated by GTK-Doc V1.24</div>
418
417
  </body>
419
418
  </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: Index of new symbols in 0.33</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
5
+ <title>Index of new symbols in 0.33: 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="index.html" title="Poppler Reference Manual">
9
9
  <link rel="prev" href="api-index-0-26.html" title="Index of new symbols in 0.26">
10
10
  <link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
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">
@@ -29,7 +29,6 @@
29
29
  <dd></dd>
30
30
  </div>
31
31
  <div class="footer">
32
- <hr>
33
- Generated by GTK-Doc V1.21</div>
32
+ <hr>Generated by GTK-Doc V1.24</div>
34
33
  </body>
35
34
  </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: Index of deprecated symbols</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
5
+ <title>Index of deprecated symbols: 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="index.html" title="Poppler Reference Manual">
9
9
  <link rel="prev" href="api-index-full.html" title="Index of all symbols">
10
10
  <link rel="next" href="api-index-0-12.html" title="Index of new symbols in 0.12">
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,6 @@
33
33
  <dd></dd>
34
34
  </div>
35
35
  <div class="footer">
36
- <hr>
37
- Generated by GTK-Doc V1.21</div>
36
+ <hr>Generated by GTK-Doc V1.24</div>
38
37
  </body>
39
38
  </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: Index of all symbols</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
5
+ <title>Index of all symbols: 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="index.html" title="Poppler Reference Manual">
9
9
  <link rel="prev" href="poppler-Version-and-Features-Information.html" title="Version and Features Information">
10
10
  <link rel="next" href="api-index-deprecated.html" title="Index of deprecated 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">
@@ -35,8 +35,6 @@
35
35
   <span class="dim">|</span> 
36
36
  <a class="shortcut" href="#idxM">M</a>
37
37
   <span class="dim">|</span> 
38
- <a class="shortcut" href="#idxO">O</a>
39
-  <span class="dim">|</span> 
40
38
  <a class="shortcut" href="#idxP">P</a>
41
39
   <span class="dim">|</span> 
42
40
  <a class="shortcut" href="#idxQ">Q</a>
@@ -58,7 +56,7 @@
58
56
  <a name="api-index-full"></a>Index of all symbols</h1></div></div></div>
59
57
  <a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
60
58
  <dt>
61
- <a class="link" href="poppler-PopplerAction.html#PopplerAction" title="union PopplerAction">PopplerAction</a>, union in <a class="link" href="poppler-PopplerAction.html" title="PopplerAction">PopplerAction</a>
59
+ <a class="link" href="poppler-PopplerAction.html#PopplerAction" title="PopplerAction">PopplerAction</a>, union in <a class="link" href="poppler-PopplerAction.html" title="PopplerAction">PopplerAction</a>
62
60
  </dt>
63
61
  <dd></dd>
64
62
  <dt>
@@ -730,11 +728,11 @@
730
728
  <dd></dd>
731
729
  <a name="idxE"></a><h3 class="title">E</h3>
732
730
  <dt>
733
- <a class="link" href="poppler-poppler.html#PopplerError" title="enum PopplerError">PopplerError</a>, enum in <a class="link" href="poppler-poppler.html" title="poppler">poppler</a>
731
+ <a class="link" href="poppler-Error-handling.html#POPPLER-ERROR:CAPS" title="POPPLER_ERROR">POPPLER_ERROR</a>, macro in <a class="link" href="poppler-Error-handling.html" title="Error handling">Error handling</a>
734
732
  </dt>
735
733
  <dd></dd>
736
734
  <dt>
737
- <a class="link" href="poppler-poppler.html#POPPLER-ERROR:CAPS" title="POPPLER_ERROR">POPPLER_ERROR</a>, macro in <a class="link" href="poppler-poppler.html" title="poppler">poppler</a>
735
+ <a class="link" href="poppler-Error-handling.html#PopplerError" title="enum PopplerError">PopplerError</a>, enum in <a class="link" href="poppler-Error-handling.html" title="Error handling">Error handling</a>
738
736
  </dt>
739
737
  <dd></dd>
740
738
  <a name="idxF"></a><h3 class="title">F</h3>
@@ -1171,11 +1169,6 @@
1171
1169
  <a class="link" href="PopplerMovie.html#poppler-movie-show-controls" title="poppler_movie_show_controls ()">poppler_movie_show_controls</a>, function in <a class="link" href="PopplerMovie.html" title="PopplerMovie">PopplerMovie</a>
1172
1170
  </dt>
1173
1171
  <dd></dd>
1174
- <a name="idxO"></a><h3 class="title">O</h3>
1175
- <dt>
1176
- <a class="link" href="poppler-poppler.html#PopplerOrientation" title="enum PopplerOrientation">PopplerOrientation</a>, enum in <a class="link" href="poppler-poppler.html" title="poppler">poppler</a>
1177
- </dt>
1178
- <dd></dd>
1179
1172
  <a name="idxP"></a><h3 class="title">P</h3>
1180
1173
  <dt>
1181
1174
  <a class="link" href="PopplerPage.html#PopplerPage-struct" title="PopplerPage">PopplerPage</a>, struct in <a class="link" href="PopplerPage.html" title="PopplerPage">PopplerPage</a>
@@ -1828,7 +1821,6 @@
1828
1821
  <dd></dd>
1829
1822
  </div>
1830
1823
  <div class="footer">
1831
- <hr>
1832
- Generated by GTK-Doc V1.21</div>
1824
+ <hr>Generated by GTK-Doc V1.24</div>
1833
1825
  </body>
1834
1826
  </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: Poppler</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
5
+ <title>Poppler: 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="index.html" title="Poppler Reference Manual">
9
9
  <link rel="prev" href="index.html" title="Poppler Reference Manual">
10
- <link rel="next" href="poppler-poppler.html" title="poppler">
11
- <meta name="generator" content="GTK-Doc V1.21 (XML mode)">
10
+ <link rel="next" href="PopplerDocument.html" title="PopplerDocument">
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">
@@ -17,16 +17,13 @@
17
17
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
18
  <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
19
  <td><a accesskey="p" href="index.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
- <td><a accesskey="n" href="poppler-poppler.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
20
+ <td><a accesskey="n" href="PopplerDocument.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
22
  <div class="chapter">
23
23
  <div class="titlepage"><div><div><h1 class="title">
24
24
  <a name="id-1.2"></a>Poppler</h1></div></div></div>
25
25
  <div class="toc"><dl class="toc">
26
26
  <dt>
27
- <span class="refentrytitle"><a href="poppler-poppler.html">poppler</a></span><span class="refpurpose"></span>
28
- </dt>
29
- <dt>
30
27
  <span class="refentrytitle"><a href="PopplerDocument.html">PopplerDocument</a></span><span class="refpurpose"> — Information about a document</span>
31
28
  </dt>
32
29
  <dt>
@@ -60,6 +57,9 @@
60
57
  <span class="refentrytitle"><a href="poppler-PopplerColor.html">PopplerColor</a></span><span class="refpurpose"> — Colors</span>
61
58
  </dt>
62
59
  <dt>
60
+ <span class="refentrytitle"><a href="poppler-Error-handling.html">Error handling</a></span><span class="refpurpose"> — Error domain and codes</span>
61
+ </dt>
62
+ <dt>
63
63
  <span class="refentrytitle"><a href="poppler-PDF-Utility-functions.html">PDF Utility functions</a></span><span class="refpurpose"></span>
64
64
  </dt>
65
65
  <dt>
@@ -68,7 +68,6 @@
68
68
  </dl></div>
69
69
  </div>
70
70
  <div class="footer">
71
- <hr>
72
- Generated by GTK-Doc V1.21</div>
71
+ <hr>Generated by GTK-Doc V1.24</div>
73
72
  </body>
74
73
  </html>
@@ -3,10 +3,10 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
  <title>Poppler Reference Manual: Poppler Reference Manual</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
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="next" href="ch01.html" title="Poppler">
9
- <meta name="generator" content="GTK-Doc V1.21 (XML mode)">
9
+ <meta name="generator" content="GTK-Doc V1.24 (XML mode)">
10
10
  <link rel="stylesheet" href="style.css" type="text/css">
11
11
  </head>
12
12
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -15,7 +15,7 @@
15
15
  <div>
16
16
  <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Poppler Reference Manual</p></th></tr></table></div>
17
17
  <div><p class="releaseinfo">
18
- for Poppler 0.36.0
18
+ for Poppler 0.42.0
19
19
 
20
20
  </p></div>
21
21
  </div>
@@ -25,9 +25,6 @@
25
25
  <dt><span class="chapter"><a href="ch01.html">Poppler</a></span></dt>
26
26
  <dd><dl>
27
27
  <dt>
28
- <span class="refentrytitle"><a href="poppler-poppler.html">poppler</a></span><span class="refpurpose"></span>
29
- </dt>
30
- <dt>
31
28
  <span class="refentrytitle"><a href="PopplerDocument.html">PopplerDocument</a></span><span class="refpurpose"> — Information about a document</span>
32
29
  </dt>
33
30
  <dt>
@@ -61,6 +58,9 @@
61
58
  <span class="refentrytitle"><a href="poppler-PopplerColor.html">PopplerColor</a></span><span class="refpurpose"> — Colors</span>
62
59
  </dt>
63
60
  <dt>
61
+ <span class="refentrytitle"><a href="poppler-Error-handling.html">Error handling</a></span><span class="refpurpose"> — Error domain and codes</span>
62
+ </dt>
63
+ <dt>
64
64
  <span class="refentrytitle"><a href="poppler-PDF-Utility-functions.html">PDF Utility functions</a></span><span class="refpurpose"></span>
65
65
  </dt>
66
66
  <dt>
@@ -81,7 +81,6 @@
81
81
  </dl></div>
82
82
  </div>
83
83
  <div class="footer">
84
- <hr>
85
- Generated by GTK-Doc V1.21</div>
84
+ <hr>Generated by GTK-Doc V1.24</div>
86
85
  </body>
87
86
  </html>
@@ -1,12 +1,3 @@
1
- <ANCHOR id="poppler-poppler" href="poppler/poppler-poppler.html">
2
- <ANCHOR id="poppler-poppler.other" href="poppler/poppler-poppler.html#poppler-poppler.other">
3
- <ANCHOR id="poppler-poppler.includes" href="poppler/poppler-poppler.html#poppler-poppler.includes">
4
- <ANCHOR id="poppler-poppler.description" href="poppler/poppler-poppler.html#poppler-poppler.description">
5
- <ANCHOR id="poppler-poppler.functions_details" href="poppler/poppler-poppler.html#poppler-poppler.functions_details">
6
- <ANCHOR id="poppler-poppler.other_details" href="poppler/poppler-poppler.html#poppler-poppler.other_details">
7
- <ANCHOR id="POPPLER-ERROR:CAPS" href="poppler/poppler-poppler.html#POPPLER-ERROR:CAPS">
8
- <ANCHOR id="PopplerError" href="poppler/poppler-poppler.html#PopplerError">
9
- <ANCHOR id="PopplerOrientation" href="poppler/poppler-poppler.html#PopplerOrientation">
10
1
  <ANCHOR id="PopplerDocument" href="poppler/PopplerDocument.html">
11
2
  <ANCHOR id="PopplerDocument.functions" href="poppler/PopplerDocument.html#PopplerDocument.functions">
12
3
  <ANCHOR id="PopplerDocument.properties" href="poppler/PopplerDocument.html#PopplerDocument.properties">
@@ -83,12 +74,55 @@
83
74
  <ANCHOR id="PopplerFontsIter" href="poppler/PopplerDocument.html#PopplerFontsIter">
84
75
  <ANCHOR id="PopplerLayersIter" href="poppler/PopplerDocument.html#PopplerLayersIter">
85
76
  <ANCHOR id="PopplerPageLayout" href="poppler/PopplerDocument.html#PopplerPageLayout">
77
+ <ANCHOR id="POPPLER-PAGE-LAYOUT-UNSET:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-LAYOUT-UNSET:CAPS">
78
+ <ANCHOR id="POPPLER-PAGE-LAYOUT-SINGLE-PAGE:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-LAYOUT-SINGLE-PAGE:CAPS">
79
+ <ANCHOR id="POPPLER-PAGE-LAYOUT-ONE-COLUMN:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-LAYOUT-ONE-COLUMN:CAPS">
80
+ <ANCHOR id="POPPLER-PAGE-LAYOUT-TWO-COLUMN-LEFT:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-LAYOUT-TWO-COLUMN-LEFT:CAPS">
81
+ <ANCHOR id="POPPLER-PAGE-LAYOUT-TWO-COLUMN-RIGHT:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-LAYOUT-TWO-COLUMN-RIGHT:CAPS">
82
+ <ANCHOR id="POPPLER-PAGE-LAYOUT-TWO-PAGE-LEFT:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-LAYOUT-TWO-PAGE-LEFT:CAPS">
83
+ <ANCHOR id="POPPLER-PAGE-LAYOUT-TWO-PAGE-RIGHT:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-LAYOUT-TWO-PAGE-RIGHT:CAPS">
86
84
  <ANCHOR id="PopplerPageMode" href="poppler/PopplerDocument.html#PopplerPageMode">
85
+ <ANCHOR id="POPPLER-PAGE-MODE-UNSET:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-MODE-UNSET:CAPS">
86
+ <ANCHOR id="POPPLER-PAGE-MODE-NONE:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-MODE-NONE:CAPS">
87
+ <ANCHOR id="POPPLER-PAGE-MODE-USE-OUTLINES:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-MODE-USE-OUTLINES:CAPS">
88
+ <ANCHOR id="POPPLER-PAGE-MODE-USE-THUMBS:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-MODE-USE-THUMBS:CAPS">
89
+ <ANCHOR id="POPPLER-PAGE-MODE-FULL-SCREEN:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-MODE-FULL-SCREEN:CAPS">
90
+ <ANCHOR id="POPPLER-PAGE-MODE-USE-OC:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-MODE-USE-OC:CAPS">
91
+ <ANCHOR id="POPPLER-PAGE-MODE-USE-ATTACHMENTS:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-MODE-USE-ATTACHMENTS:CAPS">
87
92
  <ANCHOR id="PopplerFontInfo" href="poppler/PopplerDocument.html#PopplerFontInfo">
88
93
  <ANCHOR id="PopplerFontType" href="poppler/PopplerDocument.html#PopplerFontType">
94
+ <ANCHOR id="POPPLER-FONT-TYPE-UNKNOWN:CAPS" href="poppler/PopplerDocument.html#POPPLER-FONT-TYPE-UNKNOWN:CAPS">
95
+ <ANCHOR id="POPPLER-FONT-TYPE-TYPE1:CAPS" href="poppler/PopplerDocument.html#POPPLER-FONT-TYPE-TYPE1:CAPS">
96
+ <ANCHOR id="POPPLER-FONT-TYPE-TYPE1C:CAPS" href="poppler/PopplerDocument.html#POPPLER-FONT-TYPE-TYPE1C:CAPS">
97
+ <ANCHOR id="POPPLER-FONT-TYPE-TYPE1COT:CAPS" href="poppler/PopplerDocument.html#POPPLER-FONT-TYPE-TYPE1COT:CAPS">
98
+ <ANCHOR id="POPPLER-FONT-TYPE-TYPE3:CAPS" href="poppler/PopplerDocument.html#POPPLER-FONT-TYPE-TYPE3:CAPS">
99
+ <ANCHOR id="POPPLER-FONT-TYPE-TRUETYPE:CAPS" href="poppler/PopplerDocument.html#POPPLER-FONT-TYPE-TRUETYPE:CAPS">
100
+ <ANCHOR id="POPPLER-FONT-TYPE-TRUETYPEOT:CAPS" href="poppler/PopplerDocument.html#POPPLER-FONT-TYPE-TRUETYPEOT:CAPS">
101
+ <ANCHOR id="POPPLER-FONT-TYPE-CID-TYPE0:CAPS" href="poppler/PopplerDocument.html#POPPLER-FONT-TYPE-CID-TYPE0:CAPS">
102
+ <ANCHOR id="POPPLER-FONT-TYPE-CID-TYPE0C:CAPS" href="poppler/PopplerDocument.html#POPPLER-FONT-TYPE-CID-TYPE0C:CAPS">
103
+ <ANCHOR id="POPPLER-FONT-TYPE-CID-TYPE0COT:CAPS" href="poppler/PopplerDocument.html#POPPLER-FONT-TYPE-CID-TYPE0COT:CAPS">
104
+ <ANCHOR id="POPPLER-FONT-TYPE-CID-TYPE2:CAPS" href="poppler/PopplerDocument.html#POPPLER-FONT-TYPE-CID-TYPE2:CAPS">
105
+ <ANCHOR id="POPPLER-FONT-TYPE-CID-TYPE2OT:CAPS" href="poppler/PopplerDocument.html#POPPLER-FONT-TYPE-CID-TYPE2OT:CAPS">
89
106
  <ANCHOR id="PopplerPSFile" href="poppler/PopplerDocument.html#PopplerPSFile">
90
107
  <ANCHOR id="PopplerViewerPreferences" href="poppler/PopplerDocument.html#PopplerViewerPreferences">
108
+ <ANCHOR id="POPPLER-VIEWER-PREFERENCES-UNSET:CAPS" href="poppler/PopplerDocument.html#POPPLER-VIEWER-PREFERENCES-UNSET:CAPS">
109
+ <ANCHOR id="POPPLER-VIEWER-PREFERENCES-HIDE-TOOLBAR:CAPS" href="poppler/PopplerDocument.html#POPPLER-VIEWER-PREFERENCES-HIDE-TOOLBAR:CAPS">
110
+ <ANCHOR id="POPPLER-VIEWER-PREFERENCES-HIDE-MENUBAR:CAPS" href="poppler/PopplerDocument.html#POPPLER-VIEWER-PREFERENCES-HIDE-MENUBAR:CAPS">
111
+ <ANCHOR id="POPPLER-VIEWER-PREFERENCES-HIDE-WINDOWUI:CAPS" href="poppler/PopplerDocument.html#POPPLER-VIEWER-PREFERENCES-HIDE-WINDOWUI:CAPS">
112
+ <ANCHOR id="POPPLER-VIEWER-PREFERENCES-FIT-WINDOW:CAPS" href="poppler/PopplerDocument.html#POPPLER-VIEWER-PREFERENCES-FIT-WINDOW:CAPS">
113
+ <ANCHOR id="POPPLER-VIEWER-PREFERENCES-CENTER-WINDOW:CAPS" href="poppler/PopplerDocument.html#POPPLER-VIEWER-PREFERENCES-CENTER-WINDOW:CAPS">
114
+ <ANCHOR id="POPPLER-VIEWER-PREFERENCES-DISPLAY-DOC-TITLE:CAPS" href="poppler/PopplerDocument.html#POPPLER-VIEWER-PREFERENCES-DISPLAY-DOC-TITLE:CAPS">
115
+ <ANCHOR id="POPPLER-VIEWER-PREFERENCES-DIRECTION-RTL:CAPS" href="poppler/PopplerDocument.html#POPPLER-VIEWER-PREFERENCES-DIRECTION-RTL:CAPS">
91
116
  <ANCHOR id="PopplerPermissions" href="poppler/PopplerDocument.html#PopplerPermissions">
117
+ <ANCHOR id="POPPLER-PERMISSIONS-OK-TO-PRINT:CAPS" href="poppler/PopplerDocument.html#POPPLER-PERMISSIONS-OK-TO-PRINT:CAPS">
118
+ <ANCHOR id="POPPLER-PERMISSIONS-OK-TO-MODIFY:CAPS" href="poppler/PopplerDocument.html#POPPLER-PERMISSIONS-OK-TO-MODIFY:CAPS">
119
+ <ANCHOR id="POPPLER-PERMISSIONS-OK-TO-COPY:CAPS" href="poppler/PopplerDocument.html#POPPLER-PERMISSIONS-OK-TO-COPY:CAPS">
120
+ <ANCHOR id="POPPLER-PERMISSIONS-OK-TO-ADD-NOTES:CAPS" href="poppler/PopplerDocument.html#POPPLER-PERMISSIONS-OK-TO-ADD-NOTES:CAPS">
121
+ <ANCHOR id="POPPLER-PERMISSIONS-OK-TO-FILL-FORM:CAPS" href="poppler/PopplerDocument.html#POPPLER-PERMISSIONS-OK-TO-FILL-FORM:CAPS">
122
+ <ANCHOR id="POPPLER-PERMISSIONS-OK-TO-EXTRACT-CONTENTS:CAPS" href="poppler/PopplerDocument.html#POPPLER-PERMISSIONS-OK-TO-EXTRACT-CONTENTS:CAPS">
123
+ <ANCHOR id="POPPLER-PERMISSIONS-OK-TO-ASSEMBLE:CAPS" href="poppler/PopplerDocument.html#POPPLER-PERMISSIONS-OK-TO-ASSEMBLE:CAPS">
124
+ <ANCHOR id="POPPLER-PERMISSIONS-OK-TO-PRINT-HIGH-RESOLUTION:CAPS" href="poppler/PopplerDocument.html#POPPLER-PERMISSIONS-OK-TO-PRINT-HIGH-RESOLUTION:CAPS">
125
+ <ANCHOR id="POPPLER-PERMISSIONS-FULL:CAPS" href="poppler/PopplerDocument.html#POPPLER-PERMISSIONS-FULL:CAPS">
92
126
  <ANCHOR id="PopplerDocument.property-details" href="poppler/PopplerDocument.html#PopplerDocument.property-details">
93
127
  <ANCHOR id="PopplerDocument--author" href="poppler/PopplerDocument.html#PopplerDocument--author">
94
128
  <ANCHOR id="PopplerDocument--creation-date" href="poppler/PopplerDocument.html#PopplerDocument--creation-date">
@@ -182,12 +216,39 @@
182
216
  <ANCHOR id="PopplerFormFieldMapping" href="poppler/PopplerPage.html#PopplerFormFieldMapping">
183
217
  <ANCHOR id="PopplerAnnotMapping" href="poppler/PopplerPage.html#PopplerAnnotMapping">
184
218
  <ANCHOR id="PopplerPageTransitionType" href="poppler/PopplerPage.html#PopplerPageTransitionType">
219
+ <ANCHOR id="POPPLER-PAGE-TRANSITION-REPLACE:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-REPLACE:CAPS">
220
+ <ANCHOR id="POPPLER-PAGE-TRANSITION-SPLIT:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-SPLIT:CAPS">
221
+ <ANCHOR id="POPPLER-PAGE-TRANSITION-BLINDS:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-BLINDS:CAPS">
222
+ <ANCHOR id="POPPLER-PAGE-TRANSITION-BOX:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-BOX:CAPS">
223
+ <ANCHOR id="POPPLER-PAGE-TRANSITION-WIPE:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-WIPE:CAPS">
224
+ <ANCHOR id="POPPLER-PAGE-TRANSITION-DISSOLVE:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-DISSOLVE:CAPS">
225
+ <ANCHOR id="POPPLER-PAGE-TRANSITION-GLITTER:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-GLITTER:CAPS">
226
+ <ANCHOR id="POPPLER-PAGE-TRANSITION-FLY:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-FLY:CAPS">
227
+ <ANCHOR id="POPPLER-PAGE-TRANSITION-PUSH:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-PUSH:CAPS">
228
+ <ANCHOR id="POPPLER-PAGE-TRANSITION-COVER:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-COVER:CAPS">
229
+ <ANCHOR id="POPPLER-PAGE-TRANSITION-UNCOVER:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-UNCOVER:CAPS">
230
+ <ANCHOR id="POPPLER-PAGE-TRANSITION-FADE:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-FADE:CAPS">
185
231
  <ANCHOR id="PopplerPageTransitionAlignment" href="poppler/PopplerPage.html#PopplerPageTransitionAlignment">
232
+ <ANCHOR id="POPPLER-PAGE-TRANSITION-HORIZONTAL:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-HORIZONTAL:CAPS">
233
+ <ANCHOR id="POPPLER-PAGE-TRANSITION-VERTICAL:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-VERTICAL:CAPS">
186
234
  <ANCHOR id="PopplerPageTransitionDirection" href="poppler/PopplerPage.html#PopplerPageTransitionDirection">
235
+ <ANCHOR id="POPPLER-PAGE-TRANSITION-INWARD:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-INWARD:CAPS">
236
+ <ANCHOR id="POPPLER-PAGE-TRANSITION-OUTWARD:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-OUTWARD:CAPS">
187
237
  <ANCHOR id="PopplerSelectionStyle" href="poppler/PopplerPage.html#PopplerSelectionStyle">
238
+ <ANCHOR id="POPPLER-SELECTION-GLYPH:CAPS" href="poppler/PopplerPage.html#POPPLER-SELECTION-GLYPH:CAPS">
239
+ <ANCHOR id="POPPLER-SELECTION-WORD:CAPS" href="poppler/PopplerPage.html#POPPLER-SELECTION-WORD:CAPS">
240
+ <ANCHOR id="POPPLER-SELECTION-LINE:CAPS" href="poppler/PopplerPage.html#POPPLER-SELECTION-LINE:CAPS">
188
241
  <ANCHOR id="PopplerTextAttributes" href="poppler/PopplerPage.html#PopplerTextAttributes">
189
242
  <ANCHOR id="PopplerPrintFlags" href="poppler/PopplerPage.html#PopplerPrintFlags">
243
+ <ANCHOR id="POPPLER-PRINT-DOCUMENT:CAPS" href="poppler/PopplerPage.html#POPPLER-PRINT-DOCUMENT:CAPS">
244
+ <ANCHOR id="POPPLER-PRINT-MARKUP-ANNOTS:CAPS" href="poppler/PopplerPage.html#POPPLER-PRINT-MARKUP-ANNOTS:CAPS">
245
+ <ANCHOR id="POPPLER-PRINT-STAMP-ANNOTS-ONLY:CAPS" href="poppler/PopplerPage.html#POPPLER-PRINT-STAMP-ANNOTS-ONLY:CAPS">
246
+ <ANCHOR id="POPPLER-PRINT-ALL:CAPS" href="poppler/PopplerPage.html#POPPLER-PRINT-ALL:CAPS">
190
247
  <ANCHOR id="PopplerFindFlags" href="poppler/PopplerPage.html#PopplerFindFlags">
248
+ <ANCHOR id="POPPLER-FIND-DEFAULT:CAPS" href="poppler/PopplerPage.html#POPPLER-FIND-DEFAULT:CAPS">
249
+ <ANCHOR id="POPPLER-FIND-CASE-SENSITIVE:CAPS" href="poppler/PopplerPage.html#POPPLER-FIND-CASE-SENSITIVE:CAPS">
250
+ <ANCHOR id="POPPLER-FIND-BACKWARDS:CAPS" href="poppler/PopplerPage.html#POPPLER-FIND-BACKWARDS:CAPS">
251
+ <ANCHOR id="POPPLER-FIND-WHOLE-WORDS-ONLY:CAPS" href="poppler/PopplerPage.html#POPPLER-FIND-WHOLE-WORDS-ONLY:CAPS">
191
252
  <ANCHOR id="PopplerPage.property-details" href="poppler/PopplerPage.html#PopplerPage.property-details">
192
253
  <ANCHOR id="PopplerPage--label" href="poppler/PopplerPage.html#PopplerPage--label">
193
254
  <ANCHOR id="poppler-PopplerAction" href="poppler/poppler-PopplerAction.html">
@@ -214,10 +275,38 @@
214
275
  <ANCHOR id="PopplerActionOCGState" href="poppler/poppler-PopplerAction.html#PopplerActionOCGState">
215
276
  <ANCHOR id="PopplerActionJavascript" href="poppler/poppler-PopplerAction.html#PopplerActionJavascript">
216
277
  <ANCHOR id="PopplerActionType" href="poppler/poppler-PopplerAction.html#PopplerActionType">
278
+ <ANCHOR id="POPPLER-ACTION-UNKNOWN:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-UNKNOWN:CAPS">
279
+ <ANCHOR id="POPPLER-ACTION-NONE:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-NONE:CAPS">
280
+ <ANCHOR id="POPPLER-ACTION-GOTO-DEST:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-GOTO-DEST:CAPS">
281
+ <ANCHOR id="POPPLER-ACTION-GOTO-REMOTE:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-GOTO-REMOTE:CAPS">
282
+ <ANCHOR id="POPPLER-ACTION-LAUNCH:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-LAUNCH:CAPS">
283
+ <ANCHOR id="POPPLER-ACTION-URI:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-URI:CAPS">
284
+ <ANCHOR id="POPPLER-ACTION-NAMED:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-NAMED:CAPS">
285
+ <ANCHOR id="POPPLER-ACTION-MOVIE:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-MOVIE:CAPS">
286
+ <ANCHOR id="POPPLER-ACTION-RENDITION:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-RENDITION:CAPS">
287
+ <ANCHOR id="POPPLER-ACTION-OCG-STATE:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-OCG-STATE:CAPS">
288
+ <ANCHOR id="POPPLER-ACTION-JAVASCRIPT:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-JAVASCRIPT:CAPS">
217
289
  <ANCHOR id="PopplerDestType" href="poppler/poppler-PopplerAction.html#PopplerDestType">
290
+ <ANCHOR id="POPPLER-DEST-UNKNOWN:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-DEST-UNKNOWN:CAPS">
291
+ <ANCHOR id="POPPLER-DEST-XYZ:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-DEST-XYZ:CAPS">
292
+ <ANCHOR id="POPPLER-DEST-FIT:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-DEST-FIT:CAPS">
293
+ <ANCHOR id="POPPLER-DEST-FITH:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-DEST-FITH:CAPS">
294
+ <ANCHOR id="POPPLER-DEST-FITV:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-DEST-FITV:CAPS">
295
+ <ANCHOR id="POPPLER-DEST-FITR:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-DEST-FITR:CAPS">
296
+ <ANCHOR id="POPPLER-DEST-FITB:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-DEST-FITB:CAPS">
297
+ <ANCHOR id="POPPLER-DEST-FITBH:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-DEST-FITBH:CAPS">
298
+ <ANCHOR id="POPPLER-DEST-FITBV:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-DEST-FITBV:CAPS">
299
+ <ANCHOR id="POPPLER-DEST-NAMED:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-DEST-NAMED:CAPS">
218
300
  <ANCHOR id="PopplerActionMovieOperation" href="poppler/poppler-PopplerAction.html#PopplerActionMovieOperation">
301
+ <ANCHOR id="POPPLER-ACTION-MOVIE-PLAY:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-MOVIE-PLAY:CAPS">
302
+ <ANCHOR id="POPPLER-ACTION-MOVIE-PAUSE:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-MOVIE-PAUSE:CAPS">
303
+ <ANCHOR id="POPPLER-ACTION-MOVIE-RESUME:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-MOVIE-RESUME:CAPS">
304
+ <ANCHOR id="POPPLER-ACTION-MOVIE-STOP:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-MOVIE-STOP:CAPS">
219
305
  <ANCHOR id="PopplerActionLayer" href="poppler/poppler-PopplerAction.html#PopplerActionLayer">
220
306
  <ANCHOR id="PopplerActionLayerAction" href="poppler/poppler-PopplerAction.html#PopplerActionLayerAction">
307
+ <ANCHOR id="POPPLER-ACTION-LAYER-ON:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-LAYER-ON:CAPS">
308
+ <ANCHOR id="POPPLER-ACTION-LAYER-OFF:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-LAYER-OFF:CAPS">
309
+ <ANCHOR id="POPPLER-ACTION-LAYER-TOGGLE:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-LAYER-TOGGLE:CAPS">
221
310
  <ANCHOR id="PopplerAttachment" href="poppler/PopplerAttachment.html">
222
311
  <ANCHOR id="PopplerAttachment.functions" href="poppler/PopplerAttachment.html#PopplerAttachment.functions">
223
312
  <ANCHOR id="PopplerAttachment.other" href="poppler/PopplerAttachment.html#PopplerAttachment.other">
@@ -272,9 +361,22 @@
272
361
  <ANCHOR id="PopplerFormField.other_details" href="poppler/PopplerFormField.html#PopplerFormField.other_details">
273
362
  <ANCHOR id="PopplerFormField-struct" href="poppler/PopplerFormField.html#PopplerFormField-struct">
274
363
  <ANCHOR id="PopplerFormFieldType" href="poppler/PopplerFormField.html#PopplerFormFieldType">
364
+ <ANCHOR id="POPPLER-FORM-FIELD-UNKNOWN:CAPS" href="poppler/PopplerFormField.html#POPPLER-FORM-FIELD-UNKNOWN:CAPS">
365
+ <ANCHOR id="POPPLER-FORM-FIELD-BUTTON:CAPS" href="poppler/PopplerFormField.html#POPPLER-FORM-FIELD-BUTTON:CAPS">
366
+ <ANCHOR id="POPPLER-FORM-FIELD-TEXT:CAPS" href="poppler/PopplerFormField.html#POPPLER-FORM-FIELD-TEXT:CAPS">
367
+ <ANCHOR id="POPPLER-FORM-FIELD-CHOICE:CAPS" href="poppler/PopplerFormField.html#POPPLER-FORM-FIELD-CHOICE:CAPS">
368
+ <ANCHOR id="POPPLER-FORM-FIELD-SIGNATURE:CAPS" href="poppler/PopplerFormField.html#POPPLER-FORM-FIELD-SIGNATURE:CAPS">
275
369
  <ANCHOR id="PopplerFormButtonType" href="poppler/PopplerFormField.html#PopplerFormButtonType">
370
+ <ANCHOR id="POPPLER-FORM-BUTTON-PUSH:CAPS" href="poppler/PopplerFormField.html#POPPLER-FORM-BUTTON-PUSH:CAPS">
371
+ <ANCHOR id="POPPLER-FORM-BUTTON-CHECK:CAPS" href="poppler/PopplerFormField.html#POPPLER-FORM-BUTTON-CHECK:CAPS">
372
+ <ANCHOR id="POPPLER-FORM-BUTTON-RADIO:CAPS" href="poppler/PopplerFormField.html#POPPLER-FORM-BUTTON-RADIO:CAPS">
276
373
  <ANCHOR id="PopplerFormChoiceType" href="poppler/PopplerFormField.html#PopplerFormChoiceType">
374
+ <ANCHOR id="POPPLER-FORM-CHOICE-COMBO:CAPS" href="poppler/PopplerFormField.html#POPPLER-FORM-CHOICE-COMBO:CAPS">
375
+ <ANCHOR id="POPPLER-FORM-CHOICE-LIST:CAPS" href="poppler/PopplerFormField.html#POPPLER-FORM-CHOICE-LIST:CAPS">
277
376
  <ANCHOR id="PopplerFormTextType" href="poppler/PopplerFormField.html#PopplerFormTextType">
377
+ <ANCHOR id="POPPLER-FORM-TEXT-NORMAL:CAPS" href="poppler/PopplerFormField.html#POPPLER-FORM-TEXT-NORMAL:CAPS">
378
+ <ANCHOR id="POPPLER-FORM-TEXT-MULTILINE:CAPS" href="poppler/PopplerFormField.html#POPPLER-FORM-TEXT-MULTILINE:CAPS">
379
+ <ANCHOR id="POPPLER-FORM-TEXT-FILE-SELECT:CAPS" href="poppler/PopplerFormField.html#POPPLER-FORM-TEXT-FILE-SELECT:CAPS">
278
380
  <ANCHOR id="PopplerAnnot" href="poppler/PopplerAnnot.html">
279
381
  <ANCHOR id="PopplerAnnot.functions" href="poppler/PopplerAnnot.html#PopplerAnnot.functions">
280
382
  <ANCHOR id="PopplerAnnot.other" href="poppler/PopplerAnnot.html#PopplerAnnot.other">
@@ -356,12 +458,64 @@
356
458
  <ANCHOR id="PopplerAnnotMovie" href="poppler/PopplerAnnot.html#PopplerAnnotMovie">
357
459
  <ANCHOR id="PopplerAnnotScreen" href="poppler/PopplerAnnot.html#PopplerAnnotScreen">
358
460
  <ANCHOR id="PopplerAnnotType" href="poppler/PopplerAnnot.html#PopplerAnnotType">
461
+ <ANCHOR id="POPPLER-ANNOT-UNKNOWN:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-UNKNOWN:CAPS">
462
+ <ANCHOR id="POPPLER-ANNOT-TEXT:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT:CAPS">
463
+ <ANCHOR id="POPPLER-ANNOT-LINK:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-LINK:CAPS">
464
+ <ANCHOR id="POPPLER-ANNOT-FREE-TEXT:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FREE-TEXT:CAPS">
465
+ <ANCHOR id="POPPLER-ANNOT-LINE:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-LINE:CAPS">
466
+ <ANCHOR id="POPPLER-ANNOT-SQUARE:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-SQUARE:CAPS">
467
+ <ANCHOR id="POPPLER-ANNOT-CIRCLE:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-CIRCLE:CAPS">
468
+ <ANCHOR id="POPPLER-ANNOT-POLYGON:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-POLYGON:CAPS">
469
+ <ANCHOR id="POPPLER-ANNOT-POLY-LINE:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-POLY-LINE:CAPS">
470
+ <ANCHOR id="POPPLER-ANNOT-HIGHLIGHT:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-HIGHLIGHT:CAPS">
471
+ <ANCHOR id="POPPLER-ANNOT-UNDERLINE:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-UNDERLINE:CAPS">
472
+ <ANCHOR id="POPPLER-ANNOT-SQUIGGLY:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-SQUIGGLY:CAPS">
473
+ <ANCHOR id="POPPLER-ANNOT-STRIKE-OUT:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-STRIKE-OUT:CAPS">
474
+ <ANCHOR id="POPPLER-ANNOT-STAMP:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-STAMP:CAPS">
475
+ <ANCHOR id="POPPLER-ANNOT-CARET:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-CARET:CAPS">
476
+ <ANCHOR id="POPPLER-ANNOT-INK:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-INK:CAPS">
477
+ <ANCHOR id="POPPLER-ANNOT-POPUP:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-POPUP:CAPS">
478
+ <ANCHOR id="POPPLER-ANNOT-FILE-ATTACHMENT:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FILE-ATTACHMENT:CAPS">
479
+ <ANCHOR id="POPPLER-ANNOT-SOUND:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-SOUND:CAPS">
480
+ <ANCHOR id="POPPLER-ANNOT-MOVIE:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-MOVIE:CAPS">
481
+ <ANCHOR id="POPPLER-ANNOT-WIDGET:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-WIDGET:CAPS">
482
+ <ANCHOR id="POPPLER-ANNOT-SCREEN:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-SCREEN:CAPS">
483
+ <ANCHOR id="POPPLER-ANNOT-PRINTER-MARK:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-PRINTER-MARK:CAPS">
484
+ <ANCHOR id="POPPLER-ANNOT-TRAP-NET:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TRAP-NET:CAPS">
485
+ <ANCHOR id="POPPLER-ANNOT-WATERMARK:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-WATERMARK:CAPS">
486
+ <ANCHOR id="POPPLER-ANNOT-3D:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-3D:CAPS">
359
487
  <ANCHOR id="PopplerAnnotFlag" href="poppler/PopplerAnnot.html#PopplerAnnotFlag">
488
+ <ANCHOR id="POPPLER-ANNOT-FLAG-UNKNOWN:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FLAG-UNKNOWN:CAPS">
489
+ <ANCHOR id="POPPLER-ANNOT-FLAG-INVISIBLE:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FLAG-INVISIBLE:CAPS">
490
+ <ANCHOR id="POPPLER-ANNOT-FLAG-HIDDEN:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FLAG-HIDDEN:CAPS">
491
+ <ANCHOR id="POPPLER-ANNOT-FLAG-PRINT:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FLAG-PRINT:CAPS">
492
+ <ANCHOR id="POPPLER-ANNOT-FLAG-NO-ZOOM:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FLAG-NO-ZOOM:CAPS">
493
+ <ANCHOR id="POPPLER-ANNOT-FLAG-NO-ROTATE:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FLAG-NO-ROTATE:CAPS">
494
+ <ANCHOR id="POPPLER-ANNOT-FLAG-NO-VIEW:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FLAG-NO-VIEW:CAPS">
495
+ <ANCHOR id="POPPLER-ANNOT-FLAG-READ-ONLY:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FLAG-READ-ONLY:CAPS">
496
+ <ANCHOR id="POPPLER-ANNOT-FLAG-LOCKED:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FLAG-LOCKED:CAPS">
497
+ <ANCHOR id="POPPLER-ANNOT-FLAG-TOGGLE-NO-VIEW:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FLAG-TOGGLE-NO-VIEW:CAPS">
498
+ <ANCHOR id="POPPLER-ANNOT-FLAG-LOCKED-CONTENTS:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FLAG-LOCKED-CONTENTS:CAPS">
360
499
  <ANCHOR id="PopplerAnnotExternalDataType" href="poppler/PopplerAnnot.html#PopplerAnnotExternalDataType">
500
+ <ANCHOR id="POPPLER-ANNOT-EXTERNAL-DATA-MARKUP-3D:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-EXTERNAL-DATA-MARKUP-3D:CAPS">
501
+ <ANCHOR id="POPPLER-ANNOT-EXTERNAL-DATA-MARKUP-UNKNOWN:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-EXTERNAL-DATA-MARKUP-UNKNOWN:CAPS">
361
502
  <ANCHOR id="PopplerAnnotMarkupReplyType" href="poppler/PopplerAnnot.html#PopplerAnnotMarkupReplyType">
503
+ <ANCHOR id="POPPLER-ANNOT-MARKUP-REPLY-TYPE-R:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-MARKUP-REPLY-TYPE-R:CAPS">
504
+ <ANCHOR id="POPPLER-ANNOT-MARKUP-REPLY-TYPE-GROUP:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-MARKUP-REPLY-TYPE-GROUP:CAPS">
362
505
  <ANCHOR id="PopplerAnnotTextState" href="poppler/PopplerAnnot.html#PopplerAnnotTextState">
506
+ <ANCHOR id="POPPLER-ANNOT-TEXT-STATE-MARKED:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-STATE-MARKED:CAPS">
507
+ <ANCHOR id="POPPLER-ANNOT-TEXT-STATE-UNMARKED:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-STATE-UNMARKED:CAPS">
508
+ <ANCHOR id="POPPLER-ANNOT-TEXT-STATE-ACCEPTED:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-STATE-ACCEPTED:CAPS">
509
+ <ANCHOR id="POPPLER-ANNOT-TEXT-STATE-REJECTED:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-STATE-REJECTED:CAPS">
510
+ <ANCHOR id="POPPLER-ANNOT-TEXT-STATE-CANCELLED:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-STATE-CANCELLED:CAPS">
511
+ <ANCHOR id="POPPLER-ANNOT-TEXT-STATE-COMPLETED:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-STATE-COMPLETED:CAPS">
512
+ <ANCHOR id="POPPLER-ANNOT-TEXT-STATE-NONE:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-STATE-NONE:CAPS">
513
+ <ANCHOR id="POPPLER-ANNOT-TEXT-STATE-UNKNOWN:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-STATE-UNKNOWN:CAPS">
363
514
  <ANCHOR id="PopplerAnnotCalloutLine" href="poppler/PopplerAnnot.html#PopplerAnnotCalloutLine">
364
515
  <ANCHOR id="PopplerAnnotFreeTextQuadding" href="poppler/PopplerAnnot.html#PopplerAnnotFreeTextQuadding">
516
+ <ANCHOR id="POPPLER-ANNOT-FREE-TEXT-QUADDING-LEFT-JUSTIFIED:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FREE-TEXT-QUADDING-LEFT-JUSTIFIED:CAPS">
517
+ <ANCHOR id="POPPLER-ANNOT-FREE-TEXT-QUADDING-CENTERED:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FREE-TEXT-QUADDING-CENTERED:CAPS">
518
+ <ANCHOR id="POPPLER-ANNOT-FREE-TEXT-QUADDING-RIGHT-JUSTIFIED:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FREE-TEXT-QUADDING-RIGHT-JUSTIFIED:CAPS">
365
519
  <ANCHOR id="PopplerAnnotSquare" href="poppler/PopplerAnnot.html#PopplerAnnotSquare">
366
520
  <ANCHOR id="PopplerPoint" href="poppler/PopplerAnnot.html#PopplerPoint">
367
521
  <ANCHOR id="PopplerQuadrilateral" href="poppler/PopplerAnnot.html#PopplerQuadrilateral">
@@ -496,24 +650,142 @@
496
650
  <ANCHOR id="PopplerStructureElement.other_details" href="poppler/PopplerStructureElement.html#PopplerStructureElement.other_details">
497
651
  <ANCHOR id="PopplerStructureElement-struct" href="poppler/PopplerStructureElement.html#PopplerStructureElement-struct">
498
652
  <ANCHOR id="PopplerStructureElementKind" href="poppler/PopplerStructureElement.html#PopplerStructureElementKind">
653
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-CONTENT:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-CONTENT:CAPS">
654
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-OBJECT-REFERENCE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-OBJECT-REFERENCE:CAPS">
655
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-DOCUMENT:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-DOCUMENT:CAPS">
656
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-PART:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-PART:CAPS">
657
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-ARTICLE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-ARTICLE:CAPS">
658
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-SECTION:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-SECTION:CAPS">
659
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-DIV:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-DIV:CAPS">
660
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-SPAN:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-SPAN:CAPS">
661
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-QUOTE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-QUOTE:CAPS">
662
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-NOTE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-NOTE:CAPS">
663
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-REFERENCE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-REFERENCE:CAPS">
664
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-BIBENTRY:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-BIBENTRY:CAPS">
665
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-CODE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-CODE:CAPS">
666
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-LINK:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-LINK:CAPS">
667
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-ANNOT:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-ANNOT:CAPS">
668
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-BLOCKQUOTE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-BLOCKQUOTE:CAPS">
669
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-CAPTION:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-CAPTION:CAPS">
670
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-NONSTRUCT:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-NONSTRUCT:CAPS">
671
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-TOC:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-TOC:CAPS">
672
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-TOC-ITEM:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-TOC-ITEM:CAPS">
673
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-INDEX:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-INDEX:CAPS">
674
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-PRIVATE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-PRIVATE:CAPS">
675
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-PARAGRAPH:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-PARAGRAPH:CAPS">
676
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-HEADING:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-HEADING:CAPS">
677
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-HEADING-1:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-HEADING-1:CAPS">
678
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-HEADING-2:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-HEADING-2:CAPS">
679
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-HEADING-3:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-HEADING-3:CAPS">
680
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-HEADING-4:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-HEADING-4:CAPS">
681
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-HEADING-5:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-HEADING-5:CAPS">
682
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-HEADING-6:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-HEADING-6:CAPS">
683
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-LIST:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-LIST:CAPS">
684
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-LIST-ITEM:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-LIST-ITEM:CAPS">
685
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-LIST-LABEL:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-LIST-LABEL:CAPS">
686
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-LIST-BODY:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-LIST-BODY:CAPS">
687
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-TABLE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-TABLE:CAPS">
688
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-TABLE-ROW:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-TABLE-ROW:CAPS">
689
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-TABLE-HEADING:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-TABLE-HEADING:CAPS">
690
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-TABLE-DATA:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-TABLE-DATA:CAPS">
691
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-TABLE-HEADER:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-TABLE-HEADER:CAPS">
692
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-TABLE-FOOTER:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-TABLE-FOOTER:CAPS">
693
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-TABLE-BODY:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-TABLE-BODY:CAPS">
694
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-RUBY:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-RUBY:CAPS">
695
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-RUBY-BASE-TEXT:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-RUBY-BASE-TEXT:CAPS">
696
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-RUBY-ANNOT-TEXT:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-RUBY-ANNOT-TEXT:CAPS">
697
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-RUBY-PUNCTUATION:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-RUBY-PUNCTUATION:CAPS">
698
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-WARICHU:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-WARICHU:CAPS">
699
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-WARICHU-TEXT:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-WARICHU-TEXT:CAPS">
700
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-WARICHU-PUNCTUATION:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-WARICHU-PUNCTUATION:CAPS">
701
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-FIGURE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-FIGURE:CAPS">
702
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-FORMULA:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-FORMULA:CAPS">
703
+ <ANCHOR id="POPPLER-STRUCTURE-ELEMENT-FORM:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-ELEMENT-FORM:CAPS">
499
704
  <ANCHOR id="PopplerStructureElementIter-struct" href="poppler/PopplerStructureElement.html#PopplerStructureElementIter-struct">
500
705
  <ANCHOR id="PopplerStructureGetTextFlags" href="poppler/PopplerStructureElement.html#PopplerStructureGetTextFlags">
706
+ <ANCHOR id="POPPLER-STRUCTURE-GET-TEXT-NONE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-GET-TEXT-NONE:CAPS">
707
+ <ANCHOR id="POPPLER-STRUCTURE-GET-TEXT-RECURSIVE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-GET-TEXT-RECURSIVE:CAPS">
501
708
  <ANCHOR id="PopplerStructurePlacement" href="poppler/PopplerStructureElement.html#PopplerStructurePlacement">
709
+ <ANCHOR id="POPPLER-STRUCTURE-PLACEMENT-BLOCK:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-PLACEMENT-BLOCK:CAPS">
710
+ <ANCHOR id="POPPLER-STRUCTURE-PLACEMENT-INLINE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-PLACEMENT-INLINE:CAPS">
711
+ <ANCHOR id="POPPLER-STRUCTURE-PLACEMENT-BEFORE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-PLACEMENT-BEFORE:CAPS">
712
+ <ANCHOR id="POPPLER-STRUCTURE-PLACEMENT-START:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-PLACEMENT-START:CAPS">
713
+ <ANCHOR id="POPPLER-STRUCTURE-PLACEMENT-END:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-PLACEMENT-END:CAPS">
502
714
  <ANCHOR id="PopplerStructureWritingMode" href="poppler/PopplerStructureElement.html#PopplerStructureWritingMode">
715
+ <ANCHOR id="POPPLER-STRUCTURE-WRITING-MODE-LR-TB:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-WRITING-MODE-LR-TB:CAPS">
716
+ <ANCHOR id="POPPLER-STRUCTURE-WRITING-MODE-RL-TB:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-WRITING-MODE-RL-TB:CAPS">
717
+ <ANCHOR id="POPPLER-STRUCTURE-WRITING-MODE-TB-RL:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-WRITING-MODE-TB-RL:CAPS">
503
718
  <ANCHOR id="PopplerStructureBorderStyle" href="poppler/PopplerStructureElement.html#PopplerStructureBorderStyle">
719
+ <ANCHOR id="POPPLER-STRUCTURE-BORDER-STYLE-NONE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-BORDER-STYLE-NONE:CAPS">
720
+ <ANCHOR id="POPPLER-STRUCTURE-BORDER-STYLE-HIDDEN:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-BORDER-STYLE-HIDDEN:CAPS">
721
+ <ANCHOR id="POPPLER-STRUCTURE-BORDER-STYLE-DOTTED:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-BORDER-STYLE-DOTTED:CAPS">
722
+ <ANCHOR id="POPPLER-STRUCTURE-BORDER-STYLE-DASHED:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-BORDER-STYLE-DASHED:CAPS">
723
+ <ANCHOR id="POPPLER-STRUCTURE-BORDER-STYLE-SOLID:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-BORDER-STYLE-SOLID:CAPS">
724
+ <ANCHOR id="POPPLER-STRUCTURE-BORDER-STYLE-DOUBLE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-BORDER-STYLE-DOUBLE:CAPS">
725
+ <ANCHOR id="POPPLER-STRUCTURE-BORDER-STYLE-GROOVE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-BORDER-STYLE-GROOVE:CAPS">
726
+ <ANCHOR id="POPPLER-STRUCTURE-BORDER-STYLE-INSET:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-BORDER-STYLE-INSET:CAPS">
727
+ <ANCHOR id="POPPLER-STRUCTURE-BORDER-STYLE-OUTSET:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-BORDER-STYLE-OUTSET:CAPS">
504
728
  <ANCHOR id="PopplerStructureTextAlign" href="poppler/PopplerStructureElement.html#PopplerStructureTextAlign">
729
+ <ANCHOR id="POPPLER-STRUCTURE-TEXT-ALIGN-START:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-TEXT-ALIGN-START:CAPS">
730
+ <ANCHOR id="POPPLER-STRUCTURE-TEXT-ALIGN-CENTER:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-TEXT-ALIGN-CENTER:CAPS">
731
+ <ANCHOR id="POPPLER-STRUCTURE-TEXT-ALIGN-END:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-TEXT-ALIGN-END:CAPS">
732
+ <ANCHOR id="POPPLER-STRUCTURE-TEXT-ALIGN-JUSTIFY:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-TEXT-ALIGN-JUSTIFY:CAPS">
505
733
  <ANCHOR id="PopplerStructureBlockAlign" href="poppler/PopplerStructureElement.html#PopplerStructureBlockAlign">
734
+ <ANCHOR id="POPPLER-STRUCTURE-BLOCK-ALIGN-BEFORE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-BLOCK-ALIGN-BEFORE:CAPS">
735
+ <ANCHOR id="POPPLER-STRUCTURE-BLOCK-ALIGN-MIDDLE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-BLOCK-ALIGN-MIDDLE:CAPS">
736
+ <ANCHOR id="POPPLER-STRUCTURE-BLOCK-ALIGN-AFTER:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-BLOCK-ALIGN-AFTER:CAPS">
737
+ <ANCHOR id="POPPLER-STRUCTURE-BLOCK-ALIGN-JUSTIFY:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-BLOCK-ALIGN-JUSTIFY:CAPS">
506
738
  <ANCHOR id="PopplerStructureInlineAlign" href="poppler/PopplerStructureElement.html#PopplerStructureInlineAlign">
739
+ <ANCHOR id="POPPLER-STRUCTURE-INLINE-ALIGN-START:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-INLINE-ALIGN-START:CAPS">
740
+ <ANCHOR id="POPPLER-STRUCTURE-INLINE-ALIGN-CENTER:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-INLINE-ALIGN-CENTER:CAPS">
741
+ <ANCHOR id="POPPLER-STRUCTURE-INLINE-ALIGN-END:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-INLINE-ALIGN-END:CAPS">
507
742
  <ANCHOR id="PopplerStructureTextDecoration" href="poppler/PopplerStructureElement.html#PopplerStructureTextDecoration">
743
+ <ANCHOR id="POPPLER-STRUCTURE-TEXT-DECORATION-NONE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-TEXT-DECORATION-NONE:CAPS">
744
+ <ANCHOR id="POPPLER-STRUCTURE-TEXT-DECORATION-UNDERLINE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-TEXT-DECORATION-UNDERLINE:CAPS">
745
+ <ANCHOR id="POPPLER-STRUCTURE-TEXT-DECORATION-OVERLINE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-TEXT-DECORATION-OVERLINE:CAPS">
746
+ <ANCHOR id="POPPLER-STRUCTURE-TEXT-DECORATION-LINETHROUGH:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-TEXT-DECORATION-LINETHROUGH:CAPS">
508
747
  <ANCHOR id="PopplerStructureRubyAlign" href="poppler/PopplerStructureElement.html#PopplerStructureRubyAlign">
748
+ <ANCHOR id="POPPLER-STRUCTURE-RUBY-ALIGN-START:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-RUBY-ALIGN-START:CAPS">
749
+ <ANCHOR id="POPPLER-STRUCTURE-RUBY-ALIGN-CENTER:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-RUBY-ALIGN-CENTER:CAPS">
750
+ <ANCHOR id="POPPLER-STRUCTURE-RUBY-ALIGN-END:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-RUBY-ALIGN-END:CAPS">
751
+ <ANCHOR id="POPPLER-STRUCTURE-RUBY-ALIGN-JUSTIFY:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-RUBY-ALIGN-JUSTIFY:CAPS">
752
+ <ANCHOR id="POPPLER-STRUCTURE-RUBY-ALIGN-DISTRIBUTE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-RUBY-ALIGN-DISTRIBUTE:CAPS">
509
753
  <ANCHOR id="PopplerStructureRubyPosition" href="poppler/PopplerStructureElement.html#PopplerStructureRubyPosition">
754
+ <ANCHOR id="POPPLER-STRUCTURE-RUBY-POSITION-BEFORE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-RUBY-POSITION-BEFORE:CAPS">
755
+ <ANCHOR id="POPPLER-STRUCTURE-RUBY-POSITION-AFTER:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-RUBY-POSITION-AFTER:CAPS">
756
+ <ANCHOR id="POPPLER-STRUCTURE-RUBY-POSITION-WARICHU:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-RUBY-POSITION-WARICHU:CAPS">
757
+ <ANCHOR id="POPPLER-STRUCTURE-RUBY-POSITION-INLINE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-RUBY-POSITION-INLINE:CAPS">
510
758
  <ANCHOR id="PopplerStructureGlyphOrientation" href="poppler/PopplerStructureElement.html#PopplerStructureGlyphOrientation">
759
+ <ANCHOR id="POPPLER-STRUCTURE-GLYPH-ORIENTATION-AUTO:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-GLYPH-ORIENTATION-AUTO:CAPS">
760
+ <ANCHOR id="POPPLER-STRUCTURE-GLYPH-ORIENTATION-0:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-GLYPH-ORIENTATION-0:CAPS">
761
+ <ANCHOR id="POPPLER-STRUCTURE-GLYPH-ORIENTATION-90:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-GLYPH-ORIENTATION-90:CAPS">
762
+ <ANCHOR id="POPPLER-STRUCTURE-GLYPH-ORIENTATION-180:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-GLYPH-ORIENTATION-180:CAPS">
763
+ <ANCHOR id="POPPLER-STRUCTURE-GLYPH-ORIENTATION-270:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-GLYPH-ORIENTATION-270:CAPS">
511
764
  <ANCHOR id="PopplerStructureListNumbering" href="poppler/PopplerStructureElement.html#PopplerStructureListNumbering">
765
+ <ANCHOR id="POPPLER-STRUCTURE-LIST-NUMBERING-NONE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-LIST-NUMBERING-NONE:CAPS">
766
+ <ANCHOR id="POPPLER-STRUCTURE-LIST-NUMBERING-DISC:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-LIST-NUMBERING-DISC:CAPS">
767
+ <ANCHOR id="POPPLER-STRUCTURE-LIST-NUMBERING-CIRCLE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-LIST-NUMBERING-CIRCLE:CAPS">
768
+ <ANCHOR id="POPPLER-STRUCTURE-LIST-NUMBERING-SQUARE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-LIST-NUMBERING-SQUARE:CAPS">
769
+ <ANCHOR id="POPPLER-STRUCTURE-LIST-NUMBERING-DECIMAL:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-LIST-NUMBERING-DECIMAL:CAPS">
770
+ <ANCHOR id="POPPLER-STRUCTURE-LIST-NUMBERING-UPPER-ROMAN:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-LIST-NUMBERING-UPPER-ROMAN:CAPS">
771
+ <ANCHOR id="POPPLER-STRUCTURE-LIST-NUMBERING-LOWER-ROMAN:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-LIST-NUMBERING-LOWER-ROMAN:CAPS">
772
+ <ANCHOR id="POPPLER-STRUCTURE-LIST-NUMBERING-UPPER-ALPHA:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-LIST-NUMBERING-UPPER-ALPHA:CAPS">
773
+ <ANCHOR id="POPPLER-STRUCTURE-LIST-NUMBERING-LOWER-ALPHA:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-LIST-NUMBERING-LOWER-ALPHA:CAPS">
512
774
  <ANCHOR id="PopplerStructureTableScope" href="poppler/PopplerStructureElement.html#PopplerStructureTableScope">
775
+ <ANCHOR id="POPPLER-STRUCTURE-TABLE-SCOPE-ROW:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-TABLE-SCOPE-ROW:CAPS">
776
+ <ANCHOR id="POPPLER-STRUCTURE-TABLE-SCOPE-COLUMN:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-TABLE-SCOPE-COLUMN:CAPS">
777
+ <ANCHOR id="POPPLER-STRUCTURE-TABLE-SCOPE-BOTH:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-TABLE-SCOPE-BOTH:CAPS">
513
778
  <ANCHOR id="PopplerStructureFormRole" href="poppler/PopplerStructureElement.html#PopplerStructureFormRole">
779
+ <ANCHOR id="POPPLER-STRUCTURE-FORM-ROLE-UNDEFINED:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-FORM-ROLE-UNDEFINED:CAPS">
780
+ <ANCHOR id="POPPLER-STRUCTURE-FORM-ROLE-RADIO-BUTTON:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-FORM-ROLE-RADIO-BUTTON:CAPS">
781
+ <ANCHOR id="POPPLER-STRUCTURE-FORM-ROLE-PUSH-BUTTON:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-FORM-ROLE-PUSH-BUTTON:CAPS">
782
+ <ANCHOR id="POPPLER-STRUCTURE-FORM-ROLE-TEXT-VALUE:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-FORM-ROLE-TEXT-VALUE:CAPS">
783
+ <ANCHOR id="POPPLER-STRUCTURE-FORM-ROLE-CHECKBOX:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-FORM-ROLE-CHECKBOX:CAPS">
514
784
  <ANCHOR id="PopplerStructureFormState" href="poppler/PopplerStructureElement.html#PopplerStructureFormState">
785
+ <ANCHOR id="POPPLER-STRUCTURE-FORM-STATE-ON:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-FORM-STATE-ON:CAPS">
786
+ <ANCHOR id="POPPLER-STRUCTURE-FORM-STATE-OFF:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-FORM-STATE-OFF:CAPS">
787
+ <ANCHOR id="POPPLER-STRUCTURE-FORM-STATE-NEUTRAL:CAPS" href="poppler/PopplerStructureElement.html#POPPLER-STRUCTURE-FORM-STATE-NEUTRAL:CAPS">
515
788
  <ANCHOR id="PopplerTextSpan" href="poppler/PopplerStructureElement.html#PopplerTextSpan">
516
- <ANCHOR id="PopplerStructureElement.see-also" href="poppler/PopplerStructureElement.html#PopplerStructureElement.see-also">
517
789
  <ANCHOR id="poppler-PopplerColor" href="poppler/poppler-PopplerColor.html">
518
790
  <ANCHOR id="poppler-PopplerColor.functions" href="poppler/poppler-PopplerColor.html#poppler-PopplerColor.functions">
519
791
  <ANCHOR id="poppler-PopplerColor.other" href="poppler/poppler-PopplerColor.html#poppler-PopplerColor.other">
@@ -525,6 +797,19 @@
525
797
  <ANCHOR id="poppler-color-free" href="poppler/poppler-PopplerColor.html#poppler-color-free">
526
798
  <ANCHOR id="poppler-PopplerColor.other_details" href="poppler/poppler-PopplerColor.html#poppler-PopplerColor.other_details">
527
799
  <ANCHOR id="PopplerColor" href="poppler/poppler-PopplerColor.html#PopplerColor">
800
+ <ANCHOR id="poppler-Error-handling" href="poppler/poppler-Error-handling.html">
801
+ <ANCHOR id="poppler-Error-handling.other" href="poppler/poppler-Error-handling.html#poppler-Error-handling.other">
802
+ <ANCHOR id="poppler-Error-handling.includes" href="poppler/poppler-Error-handling.html#poppler-Error-handling.includes">
803
+ <ANCHOR id="poppler-Error-handling.description" href="poppler/poppler-Error-handling.html#poppler-Error-handling.description">
804
+ <ANCHOR id="poppler-Error-handling.functions_details" href="poppler/poppler-Error-handling.html#poppler-Error-handling.functions_details">
805
+ <ANCHOR id="poppler-Error-handling.other_details" href="poppler/poppler-Error-handling.html#poppler-Error-handling.other_details">
806
+ <ANCHOR id="POPPLER-ERROR:CAPS" href="poppler/poppler-Error-handling.html#POPPLER-ERROR:CAPS">
807
+ <ANCHOR id="PopplerError" href="poppler/poppler-Error-handling.html#PopplerError">
808
+ <ANCHOR id="POPPLER-ERROR-INVALID:CAPS" href="poppler/poppler-Error-handling.html#POPPLER-ERROR-INVALID:CAPS">
809
+ <ANCHOR id="POPPLER-ERROR-ENCRYPTED:CAPS" href="poppler/poppler-Error-handling.html#POPPLER-ERROR-ENCRYPTED:CAPS">
810
+ <ANCHOR id="POPPLER-ERROR-OPEN-FILE:CAPS" href="poppler/poppler-Error-handling.html#POPPLER-ERROR-OPEN-FILE:CAPS">
811
+ <ANCHOR id="POPPLER-ERROR-BAD-CATALOG:CAPS" href="poppler/poppler-Error-handling.html#POPPLER-ERROR-BAD-CATALOG:CAPS">
812
+ <ANCHOR id="POPPLER-ERROR-DAMAGED:CAPS" href="poppler/poppler-Error-handling.html#POPPLER-ERROR-DAMAGED:CAPS">
528
813
  <ANCHOR id="poppler-PDF-Utility-functions" href="poppler/poppler-PDF-Utility-functions.html">
529
814
  <ANCHOR id="poppler-PDF-Utility-functions.functions" href="poppler/poppler-PDF-Utility-functions.html#poppler-PDF-Utility-functions.functions">
530
815
  <ANCHOR id="poppler-PDF-Utility-functions.includes" href="poppler/poppler-PDF-Utility-functions.html#poppler-PDF-Utility-functions.includes">
@@ -547,6 +832,9 @@
547
832
  <ANCHOR id="poppler-Version-and-Features-Information.other_details" href="poppler/poppler-Version-and-Features-Information.html#poppler-Version-and-Features-Information.other_details">
548
833
  <ANCHOR id="POPPLER-HAS-CAIRO:CAPS" href="poppler/poppler-Version-and-Features-Information.html#POPPLER-HAS-CAIRO:CAPS">
549
834
  <ANCHOR id="PopplerBackend" href="poppler/poppler-Version-and-Features-Information.html#PopplerBackend">
835
+ <ANCHOR id="POPPLER-BACKEND-UNKNOWN:CAPS" href="poppler/poppler-Version-and-Features-Information.html#POPPLER-BACKEND-UNKNOWN:CAPS">
836
+ <ANCHOR id="POPPLER-BACKEND-SPLASH:CAPS" href="poppler/poppler-Version-and-Features-Information.html#POPPLER-BACKEND-SPLASH:CAPS">
837
+ <ANCHOR id="POPPLER-BACKEND-CAIRO:CAPS" href="poppler/poppler-Version-and-Features-Information.html#POPPLER-BACKEND-CAIRO:CAPS">
550
838
  <ANCHOR id="annotation-glossterm-allow-none" href="poppler/annotation-glossary.html#annotation-glossterm-allow-none">
551
839
  <ANCHOR id="annotation-glossterm-array" href="poppler/annotation-glossary.html#annotation-glossterm-array">
552
840
  <ANCHOR id="annotation-glossterm-closure" href="poppler/annotation-glossary.html#annotation-glossterm-closure">