poppler 2.2.0-x86-mingw32 → 2.2.1-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 (120) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +5 -5
  3. data/ext/poppler/extconf.rb +1 -1
  4. data/lib/2.0/poppler.so +0 -0
  5. data/test/test_annotation.rb +3 -1
  6. data/test/test_page.rb +0 -18
  7. data/vendor/local/bin/cjpeg.exe +0 -0
  8. data/vendor/local/bin/djpeg.exe +0 -0
  9. data/vendor/local/bin/jpegtran.exe +0 -0
  10. data/vendor/local/bin/libjpeg-9.dll +0 -0
  11. data/vendor/local/bin/{libpoppler-44.dll → libpoppler-46.dll} +0 -0
  12. data/vendor/local/bin/libpoppler-cpp-0.dll +0 -0
  13. data/vendor/local/bin/libpoppler-glib-8.dll +0 -0
  14. data/vendor/local/bin/libsqlite3-0.dll +0 -0
  15. data/vendor/local/bin/pdfdetach.exe +0 -0
  16. data/vendor/local/bin/pdffonts.exe +0 -0
  17. data/vendor/local/bin/pdfimages.exe +0 -0
  18. data/vendor/local/bin/pdfinfo.exe +0 -0
  19. data/vendor/local/bin/pdfseparate.exe +0 -0
  20. data/vendor/local/bin/pdftocairo.exe +0 -0
  21. data/vendor/local/bin/pdftohtml.exe +0 -0
  22. data/vendor/local/bin/pdftoppm.exe +0 -0
  23. data/vendor/local/bin/pdftops.exe +0 -0
  24. data/vendor/local/bin/pdftotext.exe +0 -0
  25. data/vendor/local/bin/pdfunite.exe +0 -0
  26. data/vendor/local/bin/rdjpgcom.exe +0 -0
  27. data/vendor/local/bin/sqlite3.exe +0 -0
  28. data/vendor/local/bin/wrjpgcom.exe +0 -0
  29. data/vendor/local/include/jconfig.h +7 -1
  30. data/vendor/local/include/jmorecfg.h +68 -12
  31. data/vendor/local/include/jpeglib.h +19 -12
  32. data/vendor/local/include/poppler/cpp/poppler-document.h +104 -0
  33. data/vendor/local/include/poppler/cpp/poppler-embedded-file.h +55 -0
  34. data/vendor/local/include/poppler/cpp/poppler-font.h +91 -0
  35. data/vendor/local/include/poppler/cpp/poppler-global.h +111 -0
  36. data/vendor/local/include/poppler/cpp/poppler-image.h +71 -0
  37. data/vendor/local/include/poppler/cpp/poppler-page-renderer.h +66 -0
  38. data/vendor/local/include/poppler/cpp/poppler-page-transition.h +82 -0
  39. data/vendor/local/include/poppler/cpp/poppler-page.h +76 -0
  40. data/vendor/local/include/poppler/cpp/poppler-rectangle.h +84 -0
  41. data/vendor/local/include/poppler/cpp/poppler-toc.h +74 -0
  42. data/vendor/local/include/poppler/cpp/poppler-version.h +39 -0
  43. data/vendor/local/include/poppler/glib/poppler-annot.h +64 -0
  44. data/vendor/local/include/poppler/glib/poppler-enums.h +34 -0
  45. data/vendor/local/include/poppler/glib/poppler-features.h +1 -1
  46. data/vendor/local/include/poppler/glib/poppler-media.h +1 -1
  47. data/vendor/local/include/poppler/glib/poppler-page.h +61 -0
  48. data/vendor/local/include/poppler/glib/poppler-structure-element.h +357 -0
  49. data/vendor/local/include/poppler/glib/poppler.h +11 -1
  50. data/vendor/local/include/sqlite3.h +245 -89
  51. data/vendor/local/lib/girepository-1.0/Poppler-0.18.typelib +0 -0
  52. data/vendor/local/lib/libjpeg.a +0 -0
  53. data/vendor/local/lib/libjpeg.dll.a +0 -0
  54. data/vendor/local/lib/libjpeg.la +2 -2
  55. data/vendor/local/lib/libpoppler-cpp.a +0 -0
  56. data/vendor/local/lib/libpoppler-cpp.dll.a +0 -0
  57. data/vendor/local/lib/libpoppler-cpp.la +41 -0
  58. data/vendor/local/lib/libpoppler-glib.a +0 -0
  59. data/vendor/local/lib/libpoppler-glib.dll.a +0 -0
  60. data/vendor/local/lib/libpoppler-glib.la +2 -2
  61. data/vendor/local/lib/libpoppler.a +0 -0
  62. data/vendor/local/lib/libpoppler.dll.a +0 -0
  63. data/vendor/local/lib/libpoppler.la +4 -4
  64. data/vendor/local/lib/libsqlite3.a +0 -0
  65. data/vendor/local/lib/libsqlite3.dll.a +0 -0
  66. data/vendor/local/lib/libsqlite3.la +1 -1
  67. data/vendor/local/lib/pkgconfig/poppler-cairo.pc +2 -2
  68. data/vendor/local/lib/pkgconfig/poppler-cpp.pc +13 -0
  69. data/vendor/local/lib/pkgconfig/poppler-glib.pc +2 -2
  70. data/vendor/local/lib/pkgconfig/poppler-splash.pc +2 -2
  71. data/vendor/local/lib/pkgconfig/poppler.pc +1 -1
  72. data/vendor/local/lib/pkgconfig/sqlite3.pc +2 -2
  73. data/vendor/local/share/gir-1.0/Poppler-0.18.gir +2993 -169
  74. data/vendor/local/share/gtk-doc/html/poppler/PopplerAnnot.html +2674 -1137
  75. data/vendor/local/share/gtk-doc/html/poppler/PopplerAttachment.html +186 -133
  76. data/vendor/local/share/gtk-doc/html/poppler/PopplerDocument.html +2523 -1782
  77. data/vendor/local/share/gtk-doc/html/poppler/PopplerFormField.html +1071 -738
  78. data/vendor/local/share/gtk-doc/html/poppler/PopplerLayer.html +225 -146
  79. data/vendor/local/share/gtk-doc/html/poppler/PopplerMedia.html +276 -201
  80. data/vendor/local/share/gtk-doc/html/poppler/PopplerMovie.html +142 -101
  81. data/vendor/local/share/gtk-doc/html/poppler/PopplerPage.html +2191 -1421
  82. data/vendor/local/share/gtk-doc/html/poppler/PopplerStructureElement.html +3781 -0
  83. data/vendor/local/share/gtk-doc/html/poppler/annotation-glossary.html +30 -44
  84. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-12.html +34 -39
  85. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-14.html +27 -32
  86. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-16.html +50 -55
  87. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-18.html +23 -28
  88. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-20.html +12 -15
  89. data/vendor/local/share/gtk-doc/html/poppler/api-index-0-22.html +18 -23
  90. data/vendor/local/share/gtk-doc/html/poppler/api-index-deprecated.html +12 -15
  91. data/vendor/local/share/gtk-doc/html/poppler/api-index-full.html +762 -280
  92. data/vendor/local/share/gtk-doc/html/poppler/ch01.html +12 -9
  93. data/vendor/local/share/gtk-doc/html/poppler/home.png +0 -0
  94. data/vendor/local/share/gtk-doc/html/poppler/index.html +7 -4
  95. data/vendor/local/share/gtk-doc/html/poppler/index.sgml +258 -269
  96. data/vendor/local/share/gtk-doc/html/poppler/left-insensitive.png +0 -0
  97. data/vendor/local/share/gtk-doc/html/poppler/left.png +0 -0
  98. data/vendor/local/share/gtk-doc/html/poppler/poppler-PopplerAction.html +454 -320
  99. data/vendor/local/share/gtk-doc/html/poppler/poppler-Version-and-Features-Information.html +102 -76
  100. data/vendor/local/share/gtk-doc/html/poppler/poppler-poppler.html +367 -278
  101. data/vendor/local/share/gtk-doc/html/poppler/poppler.devhelp2 +356 -409
  102. data/vendor/local/share/gtk-doc/html/poppler/right-insensitive.png +0 -0
  103. data/vendor/local/share/gtk-doc/html/poppler/right.png +0 -0
  104. data/vendor/local/share/gtk-doc/html/poppler/style.css +314 -104
  105. data/vendor/local/share/gtk-doc/html/poppler/up-insensitive.png +0 -0
  106. data/vendor/local/share/gtk-doc/html/poppler/up.png +0 -0
  107. data/vendor/local/share/man/man1/cjpeg.1 +23 -2
  108. data/vendor/local/share/man/man1/djpeg.1 +2 -2
  109. data/vendor/local/share/man/man1/jpegtran.1 +12 -4
  110. data/vendor/local/share/man/man1/pdfimages.1 +78 -7
  111. data/vendor/local/share/man/man1/pdfinfo.1 +6 -0
  112. data/vendor/local/share/man/man1/pdftocairo.1 +9 -17
  113. data/vendor/local/share/man/man1/pdftohtml.1 +1 -1
  114. data/vendor/local/share/man/man1/pdftoppm.1 +12 -0
  115. data/vendor/local/share/man/man1/pdftops.1 +10 -20
  116. data/vendor/local/share/man/man1/rdjpgcom.1 +1 -1
  117. data/vendor/local/share/man/man1/sqlite3.1 +72 -22
  118. metadata +34 -15
  119. data/lib/1.9/poppler.so +0 -0
  120. data/lib/2.1/poppler.so +0 -0
@@ -2,22 +2,22 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Poppler</title>
5
+ <title>Poppler Reference Manual: Poppler</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.78.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
10
  <link rel="next" href="poppler-poppler.html" title="poppler">
11
- <meta name="generator" content="GTK-Doc V1.19 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.21 (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">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
16
- <td><a accesskey="p" href="index.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
- <td> </td>
18
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
- <th width="100%" align="center">Poppler Reference Manual</th>
20
- <td><a accesskey="n" href="poppler-poppler.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts"></td>
17
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
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>
21
21
  </tr></table>
22
22
  <div class="chapter">
23
23
  <div class="titlepage"><div><div><h1 class="title">
@@ -54,12 +54,15 @@
54
54
  <span class="refentrytitle"><a href="PopplerMovie.html">PopplerMovie</a></span><span class="refpurpose"> — Movies</span>
55
55
  </dt>
56
56
  <dt>
57
+ <span class="refentrytitle"><a href="PopplerStructureElement.html">PopplerStructureElement</a></span><span class="refpurpose"> — Document structure element.</span>
58
+ </dt>
59
+ <dt>
57
60
  <span class="refentrytitle"><a href="poppler-Version-and-Features-Information.html">Version and Features Information</a></span><span class="refpurpose"> — Variables and functions to check the poppler version and features</span>
58
61
  </dt>
59
62
  </dl></div>
60
63
  </div>
61
64
  <div class="footer">
62
65
  <hr>
63
- Generated by GTK-Doc V1.19</div>
66
+ Generated by GTK-Doc V1.21</div>
64
67
  </body>
65
68
  </html>
@@ -2,11 +2,11 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Poppler Reference Manual</title>
5
+ <title>Poppler Reference Manual: Poppler Reference Manual</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.78.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.19 (XML mode)">
9
+ <meta name="generator" content="GTK-Doc V1.21 (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.24.5
18
+ for Poppler 0.26.5
19
19
 
20
20
  </p></div>
21
21
  </div>
@@ -55,6 +55,9 @@
55
55
  <span class="refentrytitle"><a href="PopplerMovie.html">PopplerMovie</a></span><span class="refpurpose"> — Movies</span>
56
56
  </dt>
57
57
  <dt>
58
+ <span class="refentrytitle"><a href="PopplerStructureElement.html">PopplerStructureElement</a></span><span class="refpurpose"> — Document structure element.</span>
59
+ </dt>
60
+ <dt>
58
61
  <span class="refentrytitle"><a href="poppler-Version-and-Features-Information.html">Version and Features Information</a></span><span class="refpurpose"> — Variables and functions to check the poppler version and features</span>
59
62
  </dt>
60
63
  </dl></dd>
@@ -71,6 +74,6 @@
71
74
  </div>
72
75
  <div class="footer">
73
76
  <hr>
74
- Generated by GTK-Doc V1.19</div>
77
+ Generated by GTK-Doc V1.21</div>
75
78
  </body>
76
79
  </html>
@@ -1,100 +1,31 @@
1
1
  <ANCHOR id="poppler-poppler" href="poppler/poppler-poppler.html">
2
- <ANCHOR id="poppler-poppler.synopsis" href="poppler/poppler-poppler.html#poppler-poppler.synopsis">
2
+ <ANCHOR id="poppler-poppler.functions" href="poppler/poppler-poppler.html#poppler-poppler.functions">
3
+ <ANCHOR id="poppler-poppler.other" href="poppler/poppler-poppler.html#poppler-poppler.other">
4
+ <ANCHOR id="poppler-poppler.includes" href="poppler/poppler-poppler.html#poppler-poppler.includes">
3
5
  <ANCHOR id="poppler-poppler.description" href="poppler/poppler-poppler.html#poppler-poppler.description">
4
- <ANCHOR id="poppler-poppler.details" href="poppler/poppler-poppler.html#poppler-poppler.details">
6
+ <ANCHOR id="poppler-poppler.functions_details" href="poppler/poppler-poppler.html#poppler-poppler.functions_details">
7
+ <ANCHOR id="poppler-get-backend" href="poppler/poppler-poppler.html#poppler-get-backend">
8
+ <ANCHOR id="poppler-get-version" href="poppler/poppler-poppler.html#poppler-get-version">
9
+ <ANCHOR id="poppler-date-parse" href="poppler/poppler-poppler.html#poppler-date-parse">
10
+ <ANCHOR id="poppler-color-new" href="poppler/poppler-poppler.html#poppler-color-new">
11
+ <ANCHOR id="poppler-color-copy" href="poppler/poppler-poppler.html#poppler-color-copy">
12
+ <ANCHOR id="poppler-color-free" href="poppler/poppler-poppler.html#poppler-color-free">
13
+ <ANCHOR id="poppler-poppler.other_details" href="poppler/poppler-poppler.html#poppler-poppler.other_details">
5
14
  <ANCHOR id="POPPLER-ERROR:CAPS" href="poppler/poppler-poppler.html#POPPLER-ERROR:CAPS">
6
15
  <ANCHOR id="PopplerError" href="poppler/poppler-poppler.html#PopplerError">
7
- <ANCHOR id="POPPLER-ERROR-INVALID:CAPS" href="poppler/poppler-poppler.html#POPPLER-ERROR-INVALID:CAPS">
8
- <ANCHOR id="POPPLER-ERROR-ENCRYPTED:CAPS" href="poppler/poppler-poppler.html#POPPLER-ERROR-ENCRYPTED:CAPS">
9
- <ANCHOR id="POPPLER-ERROR-OPEN-FILE:CAPS" href="poppler/poppler-poppler.html#POPPLER-ERROR-OPEN-FILE:CAPS">
10
- <ANCHOR id="POPPLER-ERROR-BAD-CATALOG:CAPS" href="poppler/poppler-poppler.html#POPPLER-ERROR-BAD-CATALOG:CAPS">
11
- <ANCHOR id="POPPLER-ERROR-DAMAGED:CAPS" href="poppler/poppler-poppler.html#POPPLER-ERROR-DAMAGED:CAPS">
12
16
  <ANCHOR id="PopplerOrientation" href="poppler/poppler-poppler.html#PopplerOrientation">
13
- <ANCHOR id="POPPLER-ORIENTATION-PORTRAIT:CAPS" href="poppler/poppler-poppler.html#POPPLER-ORIENTATION-PORTRAIT:CAPS">
14
- <ANCHOR id="POPPLER-ORIENTATION-LANDSCAPE:CAPS" href="poppler/poppler-poppler.html#POPPLER-ORIENTATION-LANDSCAPE:CAPS">
15
- <ANCHOR id="POPPLER-ORIENTATION-UPSIDEDOWN:CAPS" href="poppler/poppler-poppler.html#POPPLER-ORIENTATION-UPSIDEDOWN:CAPS">
16
- <ANCHOR id="POPPLER-ORIENTATION-SEASCAPE:CAPS" href="poppler/poppler-poppler.html#POPPLER-ORIENTATION-SEASCAPE:CAPS">
17
17
  <ANCHOR id="PopplerBackend" href="poppler/poppler-poppler.html#PopplerBackend">
18
- <ANCHOR id="POPPLER-BACKEND-UNKNOWN:CAPS" href="poppler/poppler-poppler.html#POPPLER-BACKEND-UNKNOWN:CAPS">
19
- <ANCHOR id="POPPLER-BACKEND-SPLASH:CAPS" href="poppler/poppler-poppler.html#POPPLER-BACKEND-SPLASH:CAPS">
20
- <ANCHOR id="POPPLER-BACKEND-CAIRO:CAPS" href="poppler/poppler-poppler.html#POPPLER-BACKEND-CAIRO:CAPS">
21
18
  <ANCHOR id="PopplerColor" href="poppler/poppler-poppler.html#PopplerColor">
22
19
  <ANCHOR id="PopplerPrintFlags" href="poppler/poppler-poppler.html#PopplerPrintFlags">
23
- <ANCHOR id="POPPLER-PRINT-DOCUMENT:CAPS" href="poppler/poppler-poppler.html#POPPLER-PRINT-DOCUMENT:CAPS">
24
- <ANCHOR id="POPPLER-PRINT-MARKUP-ANNOTS:CAPS" href="poppler/poppler-poppler.html#POPPLER-PRINT-MARKUP-ANNOTS:CAPS">
25
- <ANCHOR id="POPPLER-PRINT-STAMP-ANNOTS-ONLY:CAPS" href="poppler/poppler-poppler.html#POPPLER-PRINT-STAMP-ANNOTS-ONLY:CAPS">
26
- <ANCHOR id="POPPLER-PRINT-ALL:CAPS" href="poppler/poppler-poppler.html#POPPLER-PRINT-ALL:CAPS">
27
20
  <ANCHOR id="PopplerFindFlags" href="poppler/poppler-poppler.html#PopplerFindFlags">
28
- <ANCHOR id="POPPLER-FIND-DEFAULT:CAPS" href="poppler/poppler-poppler.html#POPPLER-FIND-DEFAULT:CAPS">
29
- <ANCHOR id="POPPLER-FIND-CASE-SENSITIVE:CAPS" href="poppler/poppler-poppler.html#POPPLER-FIND-CASE-SENSITIVE:CAPS">
30
- <ANCHOR id="POPPLER-FIND-BACKWARDS:CAPS" href="poppler/poppler-poppler.html#POPPLER-FIND-BACKWARDS:CAPS">
31
- <ANCHOR id="POPPLER-FIND-WHOLE-WORDS-ONLY:CAPS" href="poppler/poppler-poppler.html#POPPLER-FIND-WHOLE-WORDS-ONLY:CAPS">
32
- <ANCHOR id="poppler-get-backend" href="poppler/poppler-poppler.html#poppler-get-backend">
33
- <ANCHOR id="poppler-get-version" href="poppler/poppler-poppler.html#poppler-get-version">
34
- <ANCHOR id="poppler-date-parse" href="poppler/poppler-poppler.html#poppler-date-parse">
35
- <ANCHOR id="poppler-color-new" href="poppler/poppler-poppler.html#poppler-color-new">
36
- <ANCHOR id="poppler-color-copy" href="poppler/poppler-poppler.html#poppler-color-copy">
37
- <ANCHOR id="poppler-color-free" href="poppler/poppler-poppler.html#poppler-color-free">
38
21
  <ANCHOR id="PopplerDocument" href="poppler/PopplerDocument.html">
39
- <ANCHOR id="PopplerDocument.synopsis" href="poppler/PopplerDocument.html#PopplerDocument.synopsis">
40
- <ANCHOR id="PopplerDocument.object-hierarchy" href="poppler/PopplerDocument.html#PopplerDocument.object-hierarchy">
22
+ <ANCHOR id="PopplerDocument.functions" href="poppler/PopplerDocument.html#PopplerDocument.functions">
41
23
  <ANCHOR id="PopplerDocument.properties" href="poppler/PopplerDocument.html#PopplerDocument.properties">
24
+ <ANCHOR id="PopplerDocument.other" href="poppler/PopplerDocument.html#PopplerDocument.other">
25
+ <ANCHOR id="PopplerDocument.object-hierarchy" href="poppler/PopplerDocument.html#PopplerDocument.object-hierarchy">
26
+ <ANCHOR id="PopplerDocument.includes" href="poppler/PopplerDocument.html#PopplerDocument.includes">
42
27
  <ANCHOR id="PopplerDocument.description" href="poppler/PopplerDocument.html#PopplerDocument.description">
43
- <ANCHOR id="PopplerDocument.details" href="poppler/PopplerDocument.html#PopplerDocument.details">
44
- <ANCHOR id="PopplerDocument-struct" href="poppler/PopplerDocument.html#PopplerDocument-struct">
45
- <ANCHOR id="PopplerIndexIter" href="poppler/PopplerDocument.html#PopplerIndexIter">
46
- <ANCHOR id="PopplerFontsIter" href="poppler/PopplerDocument.html#PopplerFontsIter">
47
- <ANCHOR id="PopplerLayersIter" href="poppler/PopplerDocument.html#PopplerLayersIter">
48
- <ANCHOR id="PopplerPageLayout" href="poppler/PopplerDocument.html#PopplerPageLayout">
49
- <ANCHOR id="POPPLER-PAGE-LAYOUT-UNSET:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-LAYOUT-UNSET:CAPS">
50
- <ANCHOR id="POPPLER-PAGE-LAYOUT-SINGLE-PAGE:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-LAYOUT-SINGLE-PAGE:CAPS">
51
- <ANCHOR id="POPPLER-PAGE-LAYOUT-ONE-COLUMN:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-LAYOUT-ONE-COLUMN:CAPS">
52
- <ANCHOR id="POPPLER-PAGE-LAYOUT-TWO-COLUMN-LEFT:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-LAYOUT-TWO-COLUMN-LEFT:CAPS">
53
- <ANCHOR id="POPPLER-PAGE-LAYOUT-TWO-COLUMN-RIGHT:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-LAYOUT-TWO-COLUMN-RIGHT:CAPS">
54
- <ANCHOR id="POPPLER-PAGE-LAYOUT-TWO-PAGE-LEFT:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-LAYOUT-TWO-PAGE-LEFT:CAPS">
55
- <ANCHOR id="POPPLER-PAGE-LAYOUT-TWO-PAGE-RIGHT:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-LAYOUT-TWO-PAGE-RIGHT:CAPS">
56
- <ANCHOR id="PopplerPageMode" href="poppler/PopplerDocument.html#PopplerPageMode">
57
- <ANCHOR id="POPPLER-PAGE-MODE-UNSET:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-MODE-UNSET:CAPS">
58
- <ANCHOR id="POPPLER-PAGE-MODE-NONE:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-MODE-NONE:CAPS">
59
- <ANCHOR id="POPPLER-PAGE-MODE-USE-OUTLINES:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-MODE-USE-OUTLINES:CAPS">
60
- <ANCHOR id="POPPLER-PAGE-MODE-USE-THUMBS:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-MODE-USE-THUMBS:CAPS">
61
- <ANCHOR id="POPPLER-PAGE-MODE-FULL-SCREEN:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-MODE-FULL-SCREEN:CAPS">
62
- <ANCHOR id="POPPLER-PAGE-MODE-USE-OC:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-MODE-USE-OC:CAPS">
63
- <ANCHOR id="POPPLER-PAGE-MODE-USE-ATTACHMENTS:CAPS" href="poppler/PopplerDocument.html#POPPLER-PAGE-MODE-USE-ATTACHMENTS:CAPS">
64
- <ANCHOR id="PopplerFontInfo" href="poppler/PopplerDocument.html#PopplerFontInfo">
65
- <ANCHOR id="PopplerFontType" href="poppler/PopplerDocument.html#PopplerFontType">
66
- <ANCHOR id="POPPLER-FONT-TYPE-UNKNOWN:CAPS" href="poppler/PopplerDocument.html#POPPLER-FONT-TYPE-UNKNOWN:CAPS">
67
- <ANCHOR id="POPPLER-FONT-TYPE-TYPE1:CAPS" href="poppler/PopplerDocument.html#POPPLER-FONT-TYPE-TYPE1:CAPS">
68
- <ANCHOR id="POPPLER-FONT-TYPE-TYPE1C:CAPS" href="poppler/PopplerDocument.html#POPPLER-FONT-TYPE-TYPE1C:CAPS">
69
- <ANCHOR id="POPPLER-FONT-TYPE-TYPE1COT:CAPS" href="poppler/PopplerDocument.html#POPPLER-FONT-TYPE-TYPE1COT:CAPS">
70
- <ANCHOR id="POPPLER-FONT-TYPE-TYPE3:CAPS" href="poppler/PopplerDocument.html#POPPLER-FONT-TYPE-TYPE3:CAPS">
71
- <ANCHOR id="POPPLER-FONT-TYPE-TRUETYPE:CAPS" href="poppler/PopplerDocument.html#POPPLER-FONT-TYPE-TRUETYPE:CAPS">
72
- <ANCHOR id="POPPLER-FONT-TYPE-TRUETYPEOT:CAPS" href="poppler/PopplerDocument.html#POPPLER-FONT-TYPE-TRUETYPEOT:CAPS">
73
- <ANCHOR id="POPPLER-FONT-TYPE-CID-TYPE0:CAPS" href="poppler/PopplerDocument.html#POPPLER-FONT-TYPE-CID-TYPE0:CAPS">
74
- <ANCHOR id="POPPLER-FONT-TYPE-CID-TYPE0C:CAPS" href="poppler/PopplerDocument.html#POPPLER-FONT-TYPE-CID-TYPE0C:CAPS">
75
- <ANCHOR id="POPPLER-FONT-TYPE-CID-TYPE0COT:CAPS" href="poppler/PopplerDocument.html#POPPLER-FONT-TYPE-CID-TYPE0COT:CAPS">
76
- <ANCHOR id="POPPLER-FONT-TYPE-CID-TYPE2:CAPS" href="poppler/PopplerDocument.html#POPPLER-FONT-TYPE-CID-TYPE2:CAPS">
77
- <ANCHOR id="POPPLER-FONT-TYPE-CID-TYPE2OT:CAPS" href="poppler/PopplerDocument.html#POPPLER-FONT-TYPE-CID-TYPE2OT:CAPS">
78
- <ANCHOR id="PopplerPSFile" href="poppler/PopplerDocument.html#PopplerPSFile">
79
- <ANCHOR id="PopplerViewerPreferences" href="poppler/PopplerDocument.html#PopplerViewerPreferences">
80
- <ANCHOR id="POPPLER-VIEWER-PREFERENCES-UNSET:CAPS" href="poppler/PopplerDocument.html#POPPLER-VIEWER-PREFERENCES-UNSET:CAPS">
81
- <ANCHOR id="POPPLER-VIEWER-PREFERENCES-HIDE-TOOLBAR:CAPS" href="poppler/PopplerDocument.html#POPPLER-VIEWER-PREFERENCES-HIDE-TOOLBAR:CAPS">
82
- <ANCHOR id="POPPLER-VIEWER-PREFERENCES-HIDE-MENUBAR:CAPS" href="poppler/PopplerDocument.html#POPPLER-VIEWER-PREFERENCES-HIDE-MENUBAR:CAPS">
83
- <ANCHOR id="POPPLER-VIEWER-PREFERENCES-HIDE-WINDOWUI:CAPS" href="poppler/PopplerDocument.html#POPPLER-VIEWER-PREFERENCES-HIDE-WINDOWUI:CAPS">
84
- <ANCHOR id="POPPLER-VIEWER-PREFERENCES-FIT-WINDOW:CAPS" href="poppler/PopplerDocument.html#POPPLER-VIEWER-PREFERENCES-FIT-WINDOW:CAPS">
85
- <ANCHOR id="POPPLER-VIEWER-PREFERENCES-CENTER-WINDOW:CAPS" href="poppler/PopplerDocument.html#POPPLER-VIEWER-PREFERENCES-CENTER-WINDOW:CAPS">
86
- <ANCHOR id="POPPLER-VIEWER-PREFERENCES-DISPLAY-DOC-TITLE:CAPS" href="poppler/PopplerDocument.html#POPPLER-VIEWER-PREFERENCES-DISPLAY-DOC-TITLE:CAPS">
87
- <ANCHOR id="POPPLER-VIEWER-PREFERENCES-DIRECTION-RTL:CAPS" href="poppler/PopplerDocument.html#POPPLER-VIEWER-PREFERENCES-DIRECTION-RTL:CAPS">
88
- <ANCHOR id="PopplerPermissions" href="poppler/PopplerDocument.html#PopplerPermissions">
89
- <ANCHOR id="POPPLER-PERMISSIONS-OK-TO-PRINT:CAPS" href="poppler/PopplerDocument.html#POPPLER-PERMISSIONS-OK-TO-PRINT:CAPS">
90
- <ANCHOR id="POPPLER-PERMISSIONS-OK-TO-MODIFY:CAPS" href="poppler/PopplerDocument.html#POPPLER-PERMISSIONS-OK-TO-MODIFY:CAPS">
91
- <ANCHOR id="POPPLER-PERMISSIONS-OK-TO-COPY:CAPS" href="poppler/PopplerDocument.html#POPPLER-PERMISSIONS-OK-TO-COPY:CAPS">
92
- <ANCHOR id="POPPLER-PERMISSIONS-OK-TO-ADD-NOTES:CAPS" href="poppler/PopplerDocument.html#POPPLER-PERMISSIONS-OK-TO-ADD-NOTES:CAPS">
93
- <ANCHOR id="POPPLER-PERMISSIONS-OK-TO-FILL-FORM:CAPS" href="poppler/PopplerDocument.html#POPPLER-PERMISSIONS-OK-TO-FILL-FORM:CAPS">
94
- <ANCHOR id="POPPLER-PERMISSIONS-OK-TO-EXTRACT-CONTENTS:CAPS" href="poppler/PopplerDocument.html#POPPLER-PERMISSIONS-OK-TO-EXTRACT-CONTENTS:CAPS">
95
- <ANCHOR id="POPPLER-PERMISSIONS-OK-TO-ASSEMBLE:CAPS" href="poppler/PopplerDocument.html#POPPLER-PERMISSIONS-OK-TO-ASSEMBLE:CAPS">
96
- <ANCHOR id="POPPLER-PERMISSIONS-OK-TO-PRINT-HIGH-RESOLUTION:CAPS" href="poppler/PopplerDocument.html#POPPLER-PERMISSIONS-OK-TO-PRINT-HIGH-RESOLUTION:CAPS">
97
- <ANCHOR id="POPPLER-PERMISSIONS-FULL:CAPS" href="poppler/PopplerDocument.html#POPPLER-PERMISSIONS-FULL:CAPS">
28
+ <ANCHOR id="PopplerDocument.functions_details" href="poppler/PopplerDocument.html#PopplerDocument.functions_details">
98
29
  <ANCHOR id="poppler-document-new-from-file" href="poppler/PopplerDocument.html#poppler-document-new-from-file">
99
30
  <ANCHOR id="poppler-document-new-from-data" href="poppler/PopplerDocument.html#poppler-document-new-from-data">
100
31
  <ANCHOR id="poppler-document-new-from-stream" href="poppler/PopplerDocument.html#poppler-document-new-from-stream">
@@ -157,6 +88,18 @@
157
88
  <ANCHOR id="poppler-ps-file-free" href="poppler/PopplerDocument.html#poppler-ps-file-free">
158
89
  <ANCHOR id="poppler-ps-file-set-paper-size" href="poppler/PopplerDocument.html#poppler-ps-file-set-paper-size">
159
90
  <ANCHOR id="poppler-ps-file-set-duplex" href="poppler/PopplerDocument.html#poppler-ps-file-set-duplex">
91
+ <ANCHOR id="PopplerDocument.other_details" href="poppler/PopplerDocument.html#PopplerDocument.other_details">
92
+ <ANCHOR id="PopplerDocument-struct" href="poppler/PopplerDocument.html#PopplerDocument-struct">
93
+ <ANCHOR id="PopplerIndexIter" href="poppler/PopplerDocument.html#PopplerIndexIter">
94
+ <ANCHOR id="PopplerFontsIter" href="poppler/PopplerDocument.html#PopplerFontsIter">
95
+ <ANCHOR id="PopplerLayersIter" href="poppler/PopplerDocument.html#PopplerLayersIter">
96
+ <ANCHOR id="PopplerPageLayout" href="poppler/PopplerDocument.html#PopplerPageLayout">
97
+ <ANCHOR id="PopplerPageMode" href="poppler/PopplerDocument.html#PopplerPageMode">
98
+ <ANCHOR id="PopplerFontInfo" href="poppler/PopplerDocument.html#PopplerFontInfo">
99
+ <ANCHOR id="PopplerFontType" href="poppler/PopplerDocument.html#PopplerFontType">
100
+ <ANCHOR id="PopplerPSFile" href="poppler/PopplerDocument.html#PopplerPSFile">
101
+ <ANCHOR id="PopplerViewerPreferences" href="poppler/PopplerDocument.html#PopplerViewerPreferences">
102
+ <ANCHOR id="PopplerPermissions" href="poppler/PopplerDocument.html#PopplerPermissions">
160
103
  <ANCHOR id="PopplerDocument.property-details" href="poppler/PopplerDocument.html#PopplerDocument.property-details">
161
104
  <ANCHOR id="PopplerDocument--author" href="poppler/PopplerDocument.html#PopplerDocument--author">
162
105
  <ANCHOR id="PopplerDocument--creation-date" href="poppler/PopplerDocument.html#PopplerDocument--creation-date">
@@ -176,42 +119,13 @@
176
119
  <ANCHOR id="PopplerDocument--title" href="poppler/PopplerDocument.html#PopplerDocument--title">
177
120
  <ANCHOR id="PopplerDocument--viewer-preferences" href="poppler/PopplerDocument.html#PopplerDocument--viewer-preferences">
178
121
  <ANCHOR id="PopplerPage" href="poppler/PopplerPage.html">
179
- <ANCHOR id="PopplerPage.synopsis" href="poppler/PopplerPage.html#PopplerPage.synopsis">
180
- <ANCHOR id="PopplerPage.object-hierarchy" href="poppler/PopplerPage.html#PopplerPage.object-hierarchy">
122
+ <ANCHOR id="PopplerPage.functions" href="poppler/PopplerPage.html#PopplerPage.functions">
181
123
  <ANCHOR id="PopplerPage.properties" href="poppler/PopplerPage.html#PopplerPage.properties">
124
+ <ANCHOR id="PopplerPage.other" href="poppler/PopplerPage.html#PopplerPage.other">
125
+ <ANCHOR id="PopplerPage.object-hierarchy" href="poppler/PopplerPage.html#PopplerPage.object-hierarchy">
126
+ <ANCHOR id="PopplerPage.includes" href="poppler/PopplerPage.html#PopplerPage.includes">
182
127
  <ANCHOR id="PopplerPage.description" href="poppler/PopplerPage.html#PopplerPage.description">
183
- <ANCHOR id="PopplerPage.details" href="poppler/PopplerPage.html#PopplerPage.details">
184
- <ANCHOR id="PopplerPage-struct" href="poppler/PopplerPage.html#PopplerPage-struct">
185
- <ANCHOR id="PopplerRectangle" href="poppler/PopplerPage.html#PopplerRectangle">
186
- <ANCHOR id="PopplerPageTransition" href="poppler/PopplerPage.html#PopplerPageTransition">
187
- <ANCHOR id="PopplerLinkMapping" href="poppler/PopplerPage.html#PopplerLinkMapping">
188
- <ANCHOR id="PopplerImageMapping" href="poppler/PopplerPage.html#PopplerImageMapping">
189
- <ANCHOR id="PopplerFormFieldMapping" href="poppler/PopplerPage.html#PopplerFormFieldMapping">
190
- <ANCHOR id="PopplerAnnotMapping" href="poppler/PopplerPage.html#PopplerAnnotMapping">
191
- <ANCHOR id="PopplerPageTransitionType" href="poppler/PopplerPage.html#PopplerPageTransitionType">
192
- <ANCHOR id="POPPLER-PAGE-TRANSITION-REPLACE:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-REPLACE:CAPS">
193
- <ANCHOR id="POPPLER-PAGE-TRANSITION-SPLIT:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-SPLIT:CAPS">
194
- <ANCHOR id="POPPLER-PAGE-TRANSITION-BLINDS:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-BLINDS:CAPS">
195
- <ANCHOR id="POPPLER-PAGE-TRANSITION-BOX:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-BOX:CAPS">
196
- <ANCHOR id="POPPLER-PAGE-TRANSITION-WIPE:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-WIPE:CAPS">
197
- <ANCHOR id="POPPLER-PAGE-TRANSITION-DISSOLVE:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-DISSOLVE:CAPS">
198
- <ANCHOR id="POPPLER-PAGE-TRANSITION-GLITTER:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-GLITTER:CAPS">
199
- <ANCHOR id="POPPLER-PAGE-TRANSITION-FLY:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-FLY:CAPS">
200
- <ANCHOR id="POPPLER-PAGE-TRANSITION-PUSH:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-PUSH:CAPS">
201
- <ANCHOR id="POPPLER-PAGE-TRANSITION-COVER:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-COVER:CAPS">
202
- <ANCHOR id="POPPLER-PAGE-TRANSITION-UNCOVER:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-UNCOVER:CAPS">
203
- <ANCHOR id="POPPLER-PAGE-TRANSITION-FADE:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-FADE:CAPS">
204
- <ANCHOR id="PopplerPageTransitionAlignment" href="poppler/PopplerPage.html#PopplerPageTransitionAlignment">
205
- <ANCHOR id="POPPLER-PAGE-TRANSITION-HORIZONTAL:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-HORIZONTAL:CAPS">
206
- <ANCHOR id="POPPLER-PAGE-TRANSITION-VERTICAL:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-VERTICAL:CAPS">
207
- <ANCHOR id="PopplerPageTransitionDirection" href="poppler/PopplerPage.html#PopplerPageTransitionDirection">
208
- <ANCHOR id="POPPLER-PAGE-TRANSITION-INWARD:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-INWARD:CAPS">
209
- <ANCHOR id="POPPLER-PAGE-TRANSITION-OUTWARD:CAPS" href="poppler/PopplerPage.html#POPPLER-PAGE-TRANSITION-OUTWARD:CAPS">
210
- <ANCHOR id="PopplerSelectionStyle" href="poppler/PopplerPage.html#PopplerSelectionStyle">
211
- <ANCHOR id="POPPLER-SELECTION-GLYPH:CAPS" href="poppler/PopplerPage.html#POPPLER-SELECTION-GLYPH:CAPS">
212
- <ANCHOR id="POPPLER-SELECTION-WORD:CAPS" href="poppler/PopplerPage.html#POPPLER-SELECTION-WORD:CAPS">
213
- <ANCHOR id="POPPLER-SELECTION-LINE:CAPS" href="poppler/PopplerPage.html#POPPLER-SELECTION-LINE:CAPS">
214
- <ANCHOR id="PopplerTextAttributes" href="poppler/PopplerPage.html#PopplerTextAttributes">
128
+ <ANCHOR id="PopplerPage.functions_details" href="poppler/PopplerPage.html#PopplerPage.functions_details">
215
129
  <ANCHOR id="poppler-page-get-index" href="poppler/PopplerPage.html#poppler-page-get-index">
216
130
  <ANCHOR id="poppler-page-get-label" href="poppler/PopplerPage.html#poppler-page-get-label">
217
131
  <ANCHOR id="poppler-page-get-size" href="poppler/PopplerPage.html#poppler-page-get-size">
@@ -232,8 +146,11 @@
232
146
  <ANCHOR id="poppler-page-find-text" href="poppler/PopplerPage.html#poppler-page-find-text">
233
147
  <ANCHOR id="poppler-page-find-text-with-options" href="poppler/PopplerPage.html#poppler-page-find-text-with-options">
234
148
  <ANCHOR id="poppler-page-get-text" href="poppler/PopplerPage.html#poppler-page-get-text">
149
+ <ANCHOR id="poppler-page-get-text-for-area" href="poppler/PopplerPage.html#poppler-page-get-text-for-area">
235
150
  <ANCHOR id="poppler-page-get-text-layout" href="poppler/PopplerPage.html#poppler-page-get-text-layout">
151
+ <ANCHOR id="poppler-page-get-text-layout-for-area" href="poppler/PopplerPage.html#poppler-page-get-text-layout-for-area">
236
152
  <ANCHOR id="poppler-page-get-text-attributes" href="poppler/PopplerPage.html#poppler-page-get-text-attributes">
153
+ <ANCHOR id="poppler-page-get-text-attributes-for-area" href="poppler/PopplerPage.html#poppler-page-get-text-attributes-for-area">
237
154
  <ANCHOR id="poppler-page-free-text-attributes" href="poppler/PopplerPage.html#poppler-page-free-text-attributes">
238
155
  <ANCHOR id="poppler-page-get-link-mapping" href="poppler/PopplerPage.html#poppler-page-get-link-mapping">
239
156
  <ANCHOR id="poppler-page-free-link-mapping" href="poppler/PopplerPage.html#poppler-page-free-link-mapping">
@@ -267,12 +184,32 @@
267
184
  <ANCHOR id="poppler-text-attributes-new" href="poppler/PopplerPage.html#poppler-text-attributes-new">
268
185
  <ANCHOR id="poppler-text-attributes-copy" href="poppler/PopplerPage.html#poppler-text-attributes-copy">
269
186
  <ANCHOR id="poppler-text-attributes-free" href="poppler/PopplerPage.html#poppler-text-attributes-free">
187
+ <ANCHOR id="PopplerPage.other_details" href="poppler/PopplerPage.html#PopplerPage.other_details">
188
+ <ANCHOR id="PopplerPage-struct" href="poppler/PopplerPage.html#PopplerPage-struct">
189
+ <ANCHOR id="PopplerRectangle" href="poppler/PopplerPage.html#PopplerRectangle">
190
+ <ANCHOR id="PopplerPageTransition" href="poppler/PopplerPage.html#PopplerPageTransition">
191
+ <ANCHOR id="PopplerLinkMapping" href="poppler/PopplerPage.html#PopplerLinkMapping">
192
+ <ANCHOR id="PopplerImageMapping" href="poppler/PopplerPage.html#PopplerImageMapping">
193
+ <ANCHOR id="PopplerFormFieldMapping" href="poppler/PopplerPage.html#PopplerFormFieldMapping">
194
+ <ANCHOR id="PopplerAnnotMapping" href="poppler/PopplerPage.html#PopplerAnnotMapping">
195
+ <ANCHOR id="PopplerPageTransitionType" href="poppler/PopplerPage.html#PopplerPageTransitionType">
196
+ <ANCHOR id="PopplerPageTransitionAlignment" href="poppler/PopplerPage.html#PopplerPageTransitionAlignment">
197
+ <ANCHOR id="PopplerPageTransitionDirection" href="poppler/PopplerPage.html#PopplerPageTransitionDirection">
198
+ <ANCHOR id="PopplerSelectionStyle" href="poppler/PopplerPage.html#PopplerSelectionStyle">
199
+ <ANCHOR id="PopplerTextAttributes" href="poppler/PopplerPage.html#PopplerTextAttributes">
270
200
  <ANCHOR id="PopplerPage.property-details" href="poppler/PopplerPage.html#PopplerPage.property-details">
271
201
  <ANCHOR id="PopplerPage--label" href="poppler/PopplerPage.html#PopplerPage--label">
272
202
  <ANCHOR id="poppler-PopplerAction" href="poppler/poppler-PopplerAction.html">
273
- <ANCHOR id="poppler-PopplerAction.synopsis" href="poppler/poppler-PopplerAction.html#poppler-PopplerAction.synopsis">
203
+ <ANCHOR id="poppler-PopplerAction.functions" href="poppler/poppler-PopplerAction.html#poppler-PopplerAction.functions">
204
+ <ANCHOR id="poppler-PopplerAction.other" href="poppler/poppler-PopplerAction.html#poppler-PopplerAction.other">
205
+ <ANCHOR id="poppler-PopplerAction.includes" href="poppler/poppler-PopplerAction.html#poppler-PopplerAction.includes">
274
206
  <ANCHOR id="poppler-PopplerAction.description" href="poppler/poppler-PopplerAction.html#poppler-PopplerAction.description">
275
- <ANCHOR id="poppler-PopplerAction.details" href="poppler/poppler-PopplerAction.html#poppler-PopplerAction.details">
207
+ <ANCHOR id="poppler-PopplerAction.functions_details" href="poppler/poppler-PopplerAction.html#poppler-PopplerAction.functions_details">
208
+ <ANCHOR id="poppler-action-copy" href="poppler/poppler-PopplerAction.html#poppler-action-copy">
209
+ <ANCHOR id="poppler-action-free" href="poppler/poppler-PopplerAction.html#poppler-action-free">
210
+ <ANCHOR id="poppler-dest-copy" href="poppler/poppler-PopplerAction.html#poppler-dest-copy">
211
+ <ANCHOR id="poppler-dest-free" href="poppler/poppler-PopplerAction.html#poppler-dest-free">
212
+ <ANCHOR id="poppler-PopplerAction.other_details" href="poppler/poppler-PopplerAction.html#poppler-PopplerAction.other_details">
276
213
  <ANCHOR id="PopplerAction" href="poppler/poppler-PopplerAction.html#PopplerAction">
277
214
  <ANCHOR id="PopplerDest" href="poppler/poppler-PopplerAction.html#PopplerDest">
278
215
  <ANCHOR id="PopplerActionAny" href="poppler/poppler-PopplerAction.html#PopplerActionAny">
@@ -286,74 +223,29 @@
286
223
  <ANCHOR id="PopplerActionOCGState" href="poppler/poppler-PopplerAction.html#PopplerActionOCGState">
287
224
  <ANCHOR id="PopplerActionJavascript" href="poppler/poppler-PopplerAction.html#PopplerActionJavascript">
288
225
  <ANCHOR id="PopplerActionType" href="poppler/poppler-PopplerAction.html#PopplerActionType">
289
- <ANCHOR id="POPPLER-ACTION-UNKNOWN:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-UNKNOWN:CAPS">
290
- <ANCHOR id="POPPLER-ACTION-NONE:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-NONE:CAPS">
291
- <ANCHOR id="POPPLER-ACTION-GOTO-DEST:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-GOTO-DEST:CAPS">
292
- <ANCHOR id="POPPLER-ACTION-GOTO-REMOTE:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-GOTO-REMOTE:CAPS">
293
- <ANCHOR id="POPPLER-ACTION-LAUNCH:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-LAUNCH:CAPS">
294
- <ANCHOR id="POPPLER-ACTION-URI:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-URI:CAPS">
295
- <ANCHOR id="POPPLER-ACTION-NAMED:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-NAMED:CAPS">
296
- <ANCHOR id="POPPLER-ACTION-MOVIE:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-MOVIE:CAPS">
297
- <ANCHOR id="POPPLER-ACTION-RENDITION:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-RENDITION:CAPS">
298
- <ANCHOR id="POPPLER-ACTION-OCG-STATE:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-OCG-STATE:CAPS">
299
- <ANCHOR id="POPPLER-ACTION-JAVASCRIPT:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-JAVASCRIPT:CAPS">
300
226
  <ANCHOR id="PopplerDestType" href="poppler/poppler-PopplerAction.html#PopplerDestType">
301
- <ANCHOR id="POPPLER-DEST-UNKNOWN:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-DEST-UNKNOWN:CAPS">
302
- <ANCHOR id="POPPLER-DEST-XYZ:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-DEST-XYZ:CAPS">
303
- <ANCHOR id="POPPLER-DEST-FIT:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-DEST-FIT:CAPS">
304
- <ANCHOR id="POPPLER-DEST-FITH:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-DEST-FITH:CAPS">
305
- <ANCHOR id="POPPLER-DEST-FITV:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-DEST-FITV:CAPS">
306
- <ANCHOR id="POPPLER-DEST-FITR:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-DEST-FITR:CAPS">
307
- <ANCHOR id="POPPLER-DEST-FITB:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-DEST-FITB:CAPS">
308
- <ANCHOR id="POPPLER-DEST-FITBH:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-DEST-FITBH:CAPS">
309
- <ANCHOR id="POPPLER-DEST-FITBV:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-DEST-FITBV:CAPS">
310
- <ANCHOR id="POPPLER-DEST-NAMED:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-DEST-NAMED:CAPS">
311
227
  <ANCHOR id="PopplerActionMovieOperation" href="poppler/poppler-PopplerAction.html#PopplerActionMovieOperation">
312
- <ANCHOR id="POPPLER-ACTION-MOVIE-PLAY:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-MOVIE-PLAY:CAPS">
313
- <ANCHOR id="POPPLER-ACTION-MOVIE-PAUSE:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-MOVIE-PAUSE:CAPS">
314
- <ANCHOR id="POPPLER-ACTION-MOVIE-RESUME:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-MOVIE-RESUME:CAPS">
315
- <ANCHOR id="POPPLER-ACTION-MOVIE-STOP:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-MOVIE-STOP:CAPS">
316
228
  <ANCHOR id="PopplerActionLayer" href="poppler/poppler-PopplerAction.html#PopplerActionLayer">
317
229
  <ANCHOR id="PopplerActionLayerAction" href="poppler/poppler-PopplerAction.html#PopplerActionLayerAction">
318
- <ANCHOR id="POPPLER-ACTION-LAYER-ON:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-LAYER-ON:CAPS">
319
- <ANCHOR id="POPPLER-ACTION-LAYER-OFF:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-LAYER-OFF:CAPS">
320
- <ANCHOR id="POPPLER-ACTION-LAYER-TOGGLE:CAPS" href="poppler/poppler-PopplerAction.html#POPPLER-ACTION-LAYER-TOGGLE:CAPS">
321
- <ANCHOR id="poppler-action-copy" href="poppler/poppler-PopplerAction.html#poppler-action-copy">
322
- <ANCHOR id="poppler-action-free" href="poppler/poppler-PopplerAction.html#poppler-action-free">
323
- <ANCHOR id="poppler-dest-copy" href="poppler/poppler-PopplerAction.html#poppler-dest-copy">
324
- <ANCHOR id="poppler-dest-free" href="poppler/poppler-PopplerAction.html#poppler-dest-free">
325
230
  <ANCHOR id="PopplerAttachment" href="poppler/PopplerAttachment.html">
326
- <ANCHOR id="PopplerAttachment.synopsis" href="poppler/PopplerAttachment.html#PopplerAttachment.synopsis">
231
+ <ANCHOR id="PopplerAttachment.functions" href="poppler/PopplerAttachment.html#PopplerAttachment.functions">
232
+ <ANCHOR id="PopplerAttachment.other" href="poppler/PopplerAttachment.html#PopplerAttachment.other">
327
233
  <ANCHOR id="PopplerAttachment.object-hierarchy" href="poppler/PopplerAttachment.html#PopplerAttachment.object-hierarchy">
234
+ <ANCHOR id="PopplerAttachment.includes" href="poppler/PopplerAttachment.html#PopplerAttachment.includes">
328
235
  <ANCHOR id="PopplerAttachment.description" href="poppler/PopplerAttachment.html#PopplerAttachment.description">
329
- <ANCHOR id="PopplerAttachment.details" href="poppler/PopplerAttachment.html#PopplerAttachment.details">
330
- <ANCHOR id="PopplerAttachment-struct" href="poppler/PopplerAttachment.html#PopplerAttachment-struct">
236
+ <ANCHOR id="PopplerAttachment.functions_details" href="poppler/PopplerAttachment.html#PopplerAttachment.functions_details">
331
237
  <ANCHOR id="PopplerAttachmentSaveFunc" href="poppler/PopplerAttachment.html#PopplerAttachmentSaveFunc">
332
238
  <ANCHOR id="poppler-attachment-save" href="poppler/PopplerAttachment.html#poppler-attachment-save">
333
239
  <ANCHOR id="poppler-attachment-save-to-callback" href="poppler/PopplerAttachment.html#poppler-attachment-save-to-callback">
240
+ <ANCHOR id="PopplerAttachment.other_details" href="poppler/PopplerAttachment.html#PopplerAttachment.other_details">
241
+ <ANCHOR id="PopplerAttachment-struct" href="poppler/PopplerAttachment.html#PopplerAttachment-struct">
334
242
  <ANCHOR id="PopplerFormField" href="poppler/PopplerFormField.html">
335
- <ANCHOR id="PopplerFormField.synopsis" href="poppler/PopplerFormField.html#PopplerFormField.synopsis">
243
+ <ANCHOR id="PopplerFormField.functions" href="poppler/PopplerFormField.html#PopplerFormField.functions">
244
+ <ANCHOR id="PopplerFormField.other" href="poppler/PopplerFormField.html#PopplerFormField.other">
336
245
  <ANCHOR id="PopplerFormField.object-hierarchy" href="poppler/PopplerFormField.html#PopplerFormField.object-hierarchy">
246
+ <ANCHOR id="PopplerFormField.includes" href="poppler/PopplerFormField.html#PopplerFormField.includes">
337
247
  <ANCHOR id="PopplerFormField.description" href="poppler/PopplerFormField.html#PopplerFormField.description">
338
- <ANCHOR id="PopplerFormField.details" href="poppler/PopplerFormField.html#PopplerFormField.details">
339
- <ANCHOR id="PopplerFormField-struct" href="poppler/PopplerFormField.html#PopplerFormField-struct">
340
- <ANCHOR id="PopplerFormFieldType" href="poppler/PopplerFormField.html#PopplerFormFieldType">
341
- <ANCHOR id="POPPLER-FORM-FIELD-UNKNOWN:CAPS" href="poppler/PopplerFormField.html#POPPLER-FORM-FIELD-UNKNOWN:CAPS">
342
- <ANCHOR id="POPPLER-FORM-FIELD-BUTTON:CAPS" href="poppler/PopplerFormField.html#POPPLER-FORM-FIELD-BUTTON:CAPS">
343
- <ANCHOR id="POPPLER-FORM-FIELD-TEXT:CAPS" href="poppler/PopplerFormField.html#POPPLER-FORM-FIELD-TEXT:CAPS">
344
- <ANCHOR id="POPPLER-FORM-FIELD-CHOICE:CAPS" href="poppler/PopplerFormField.html#POPPLER-FORM-FIELD-CHOICE:CAPS">
345
- <ANCHOR id="POPPLER-FORM-FIELD-SIGNATURE:CAPS" href="poppler/PopplerFormField.html#POPPLER-FORM-FIELD-SIGNATURE:CAPS">
346
- <ANCHOR id="PopplerFormButtonType" href="poppler/PopplerFormField.html#PopplerFormButtonType">
347
- <ANCHOR id="POPPLER-FORM-BUTTON-PUSH:CAPS" href="poppler/PopplerFormField.html#POPPLER-FORM-BUTTON-PUSH:CAPS">
348
- <ANCHOR id="POPPLER-FORM-BUTTON-CHECK:CAPS" href="poppler/PopplerFormField.html#POPPLER-FORM-BUTTON-CHECK:CAPS">
349
- <ANCHOR id="POPPLER-FORM-BUTTON-RADIO:CAPS" href="poppler/PopplerFormField.html#POPPLER-FORM-BUTTON-RADIO:CAPS">
350
- <ANCHOR id="PopplerFormChoiceType" href="poppler/PopplerFormField.html#PopplerFormChoiceType">
351
- <ANCHOR id="POPPLER-FORM-CHOICE-COMBO:CAPS" href="poppler/PopplerFormField.html#POPPLER-FORM-CHOICE-COMBO:CAPS">
352
- <ANCHOR id="POPPLER-FORM-CHOICE-LIST:CAPS" href="poppler/PopplerFormField.html#POPPLER-FORM-CHOICE-LIST:CAPS">
353
- <ANCHOR id="PopplerFormTextType" href="poppler/PopplerFormField.html#PopplerFormTextType">
354
- <ANCHOR id="POPPLER-FORM-TEXT-NORMAL:CAPS" href="poppler/PopplerFormField.html#POPPLER-FORM-TEXT-NORMAL:CAPS">
355
- <ANCHOR id="POPPLER-FORM-TEXT-MULTILINE:CAPS" href="poppler/PopplerFormField.html#POPPLER-FORM-TEXT-MULTILINE:CAPS">
356
- <ANCHOR id="POPPLER-FORM-TEXT-FILE-SELECT:CAPS" href="poppler/PopplerFormField.html#POPPLER-FORM-TEXT-FILE-SELECT:CAPS">
248
+ <ANCHOR id="PopplerFormField.functions_details" href="poppler/PopplerFormField.html#PopplerFormField.functions_details">
357
249
  <ANCHOR id="poppler-form-field-get-field-type" href="poppler/PopplerFormField.html#poppler-form-field-get-field-type">
358
250
  <ANCHOR id="poppler-form-field-get-id" href="poppler/PopplerFormField.html#poppler-form-field-get-id">
359
251
  <ANCHOR id="poppler-form-field-is-read-only" href="poppler/PopplerFormField.html#poppler-form-field-is-read-only">
@@ -386,77 +278,19 @@
386
278
  <ANCHOR id="poppler-form-field-text-do-spell-check" href="poppler/PopplerFormField.html#poppler-form-field-text-do-spell-check">
387
279
  <ANCHOR id="poppler-form-field-text-is-password" href="poppler/PopplerFormField.html#poppler-form-field-text-is-password">
388
280
  <ANCHOR id="poppler-form-field-text-is-rich-text" href="poppler/PopplerFormField.html#poppler-form-field-text-is-rich-text">
281
+ <ANCHOR id="PopplerFormField.other_details" href="poppler/PopplerFormField.html#PopplerFormField.other_details">
282
+ <ANCHOR id="PopplerFormField-struct" href="poppler/PopplerFormField.html#PopplerFormField-struct">
283
+ <ANCHOR id="PopplerFormFieldType" href="poppler/PopplerFormField.html#PopplerFormFieldType">
284
+ <ANCHOR id="PopplerFormButtonType" href="poppler/PopplerFormField.html#PopplerFormButtonType">
285
+ <ANCHOR id="PopplerFormChoiceType" href="poppler/PopplerFormField.html#PopplerFormChoiceType">
286
+ <ANCHOR id="PopplerFormTextType" href="poppler/PopplerFormField.html#PopplerFormTextType">
389
287
  <ANCHOR id="PopplerAnnot" href="poppler/PopplerAnnot.html">
390
- <ANCHOR id="PopplerAnnot.synopsis" href="poppler/PopplerAnnot.html#PopplerAnnot.synopsis">
288
+ <ANCHOR id="PopplerAnnot.functions" href="poppler/PopplerAnnot.html#PopplerAnnot.functions">
289
+ <ANCHOR id="PopplerAnnot.other" href="poppler/PopplerAnnot.html#PopplerAnnot.other">
391
290
  <ANCHOR id="PopplerAnnot.object-hierarchy" href="poppler/PopplerAnnot.html#PopplerAnnot.object-hierarchy">
291
+ <ANCHOR id="PopplerAnnot.includes" href="poppler/PopplerAnnot.html#PopplerAnnot.includes">
392
292
  <ANCHOR id="PopplerAnnot.description" href="poppler/PopplerAnnot.html#PopplerAnnot.description">
393
- <ANCHOR id="PopplerAnnot.details" href="poppler/PopplerAnnot.html#PopplerAnnot.details">
394
- <ANCHOR id="PopplerAnnot-struct" href="poppler/PopplerAnnot.html#PopplerAnnot-struct">
395
- <ANCHOR id="PopplerAnnotMarkup" href="poppler/PopplerAnnot.html#PopplerAnnotMarkup">
396
- <ANCHOR id="PopplerAnnotText" href="poppler/PopplerAnnot.html#PopplerAnnotText">
397
- <ANCHOR id="PopplerAnnotFreeText" href="poppler/PopplerAnnot.html#PopplerAnnotFreeText">
398
- <ANCHOR id="PopplerAnnotFileAttachment" href="poppler/PopplerAnnot.html#PopplerAnnotFileAttachment">
399
- <ANCHOR id="PopplerAnnotMovie" href="poppler/PopplerAnnot.html#PopplerAnnotMovie">
400
- <ANCHOR id="PopplerAnnotScreen" href="poppler/PopplerAnnot.html#PopplerAnnotScreen">
401
- <ANCHOR id="PopplerAnnotType" href="poppler/PopplerAnnot.html#PopplerAnnotType">
402
- <ANCHOR id="POPPLER-ANNOT-UNKNOWN:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-UNKNOWN:CAPS">
403
- <ANCHOR id="POPPLER-ANNOT-TEXT:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT:CAPS">
404
- <ANCHOR id="POPPLER-ANNOT-LINK:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-LINK:CAPS">
405
- <ANCHOR id="POPPLER-ANNOT-FREE-TEXT:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FREE-TEXT:CAPS">
406
- <ANCHOR id="POPPLER-ANNOT-LINE:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-LINE:CAPS">
407
- <ANCHOR id="POPPLER-ANNOT-SQUARE:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-SQUARE:CAPS">
408
- <ANCHOR id="POPPLER-ANNOT-CIRCLE:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-CIRCLE:CAPS">
409
- <ANCHOR id="POPPLER-ANNOT-POLYGON:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-POLYGON:CAPS">
410
- <ANCHOR id="POPPLER-ANNOT-POLY-LINE:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-POLY-LINE:CAPS">
411
- <ANCHOR id="POPPLER-ANNOT-HIGHLIGHT:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-HIGHLIGHT:CAPS">
412
- <ANCHOR id="POPPLER-ANNOT-UNDERLINE:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-UNDERLINE:CAPS">
413
- <ANCHOR id="POPPLER-ANNOT-SQUIGGLY:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-SQUIGGLY:CAPS">
414
- <ANCHOR id="POPPLER-ANNOT-STRIKE-OUT:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-STRIKE-OUT:CAPS">
415
- <ANCHOR id="POPPLER-ANNOT-STAMP:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-STAMP:CAPS">
416
- <ANCHOR id="POPPLER-ANNOT-CARET:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-CARET:CAPS">
417
- <ANCHOR id="POPPLER-ANNOT-INK:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-INK:CAPS">
418
- <ANCHOR id="POPPLER-ANNOT-POPUP:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-POPUP:CAPS">
419
- <ANCHOR id="POPPLER-ANNOT-FILE-ATTACHMENT:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FILE-ATTACHMENT:CAPS">
420
- <ANCHOR id="POPPLER-ANNOT-SOUND:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-SOUND:CAPS">
421
- <ANCHOR id="POPPLER-ANNOT-MOVIE:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-MOVIE:CAPS">
422
- <ANCHOR id="POPPLER-ANNOT-WIDGET:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-WIDGET:CAPS">
423
- <ANCHOR id="POPPLER-ANNOT-SCREEN:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-SCREEN:CAPS">
424
- <ANCHOR id="POPPLER-ANNOT-PRINTER-MARK:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-PRINTER-MARK:CAPS">
425
- <ANCHOR id="POPPLER-ANNOT-TRAP-NET:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TRAP-NET:CAPS">
426
- <ANCHOR id="POPPLER-ANNOT-WATERMARK:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-WATERMARK:CAPS">
427
- <ANCHOR id="POPPLER-ANNOT-3D:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-3D:CAPS">
428
- <ANCHOR id="PopplerAnnotFlag" href="poppler/PopplerAnnot.html#PopplerAnnotFlag">
429
- <ANCHOR id="POPPLER-ANNOT-FLAG-UNKNOWN:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FLAG-UNKNOWN:CAPS">
430
- <ANCHOR id="POPPLER-ANNOT-FLAG-INVISIBLE:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FLAG-INVISIBLE:CAPS">
431
- <ANCHOR id="POPPLER-ANNOT-FLAG-HIDDEN:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FLAG-HIDDEN:CAPS">
432
- <ANCHOR id="POPPLER-ANNOT-FLAG-PRINT:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FLAG-PRINT:CAPS">
433
- <ANCHOR id="POPPLER-ANNOT-FLAG-NO-ZOOM:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FLAG-NO-ZOOM:CAPS">
434
- <ANCHOR id="POPPLER-ANNOT-FLAG-NO-ROTATE:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FLAG-NO-ROTATE:CAPS">
435
- <ANCHOR id="POPPLER-ANNOT-FLAG-NO-VIEW:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FLAG-NO-VIEW:CAPS">
436
- <ANCHOR id="POPPLER-ANNOT-FLAG-READ-ONLY:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FLAG-READ-ONLY:CAPS">
437
- <ANCHOR id="POPPLER-ANNOT-FLAG-LOCKED:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FLAG-LOCKED:CAPS">
438
- <ANCHOR id="POPPLER-ANNOT-FLAG-TOGGLE-NO-VIEW:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FLAG-TOGGLE-NO-VIEW:CAPS">
439
- <ANCHOR id="POPPLER-ANNOT-FLAG-LOCKED-CONTENTS:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FLAG-LOCKED-CONTENTS:CAPS">
440
- <ANCHOR id="PopplerAnnotExternalDataType" href="poppler/PopplerAnnot.html#PopplerAnnotExternalDataType">
441
- <ANCHOR id="POPPLER-ANNOT-EXTERNAL-DATA-MARKUP-3D:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-EXTERNAL-DATA-MARKUP-3D:CAPS">
442
- <ANCHOR id="POPPLER-ANNOT-EXTERNAL-DATA-MARKUP-UNKNOWN:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-EXTERNAL-DATA-MARKUP-UNKNOWN:CAPS">
443
- <ANCHOR id="PopplerAnnotMarkupReplyType" href="poppler/PopplerAnnot.html#PopplerAnnotMarkupReplyType">
444
- <ANCHOR id="POPPLER-ANNOT-MARKUP-REPLY-TYPE-R:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-MARKUP-REPLY-TYPE-R:CAPS">
445
- <ANCHOR id="POPPLER-ANNOT-MARKUP-REPLY-TYPE-GROUP:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-MARKUP-REPLY-TYPE-GROUP:CAPS">
446
- <ANCHOR id="PopplerAnnotTextState" href="poppler/PopplerAnnot.html#PopplerAnnotTextState">
447
- <ANCHOR id="POPPLER-ANNOT-TEXT-STATE-MARKED:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-STATE-MARKED:CAPS">
448
- <ANCHOR id="POPPLER-ANNOT-TEXT-STATE-UNMARKED:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-STATE-UNMARKED:CAPS">
449
- <ANCHOR id="POPPLER-ANNOT-TEXT-STATE-ACCEPTED:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-STATE-ACCEPTED:CAPS">
450
- <ANCHOR id="POPPLER-ANNOT-TEXT-STATE-REJECTED:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-STATE-REJECTED:CAPS">
451
- <ANCHOR id="POPPLER-ANNOT-TEXT-STATE-CANCELLED:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-STATE-CANCELLED:CAPS">
452
- <ANCHOR id="POPPLER-ANNOT-TEXT-STATE-COMPLETED:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-STATE-COMPLETED:CAPS">
453
- <ANCHOR id="POPPLER-ANNOT-TEXT-STATE-NONE:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-STATE-NONE:CAPS">
454
- <ANCHOR id="POPPLER-ANNOT-TEXT-STATE-UNKNOWN:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-STATE-UNKNOWN:CAPS">
455
- <ANCHOR id="PopplerAnnotCalloutLine" href="poppler/PopplerAnnot.html#PopplerAnnotCalloutLine">
456
- <ANCHOR id="PopplerAnnotFreeTextQuadding" href="poppler/PopplerAnnot.html#PopplerAnnotFreeTextQuadding">
457
- <ANCHOR id="POPPLER-ANNOT-FREE-TEXT-QUADDING-LEFT-JUSTIFIED:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FREE-TEXT-QUADDING-LEFT-JUSTIFIED:CAPS">
458
- <ANCHOR id="POPPLER-ANNOT-FREE-TEXT-QUADDING-CENTERED:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FREE-TEXT-QUADDING-CENTERED:CAPS">
459
- <ANCHOR id="POPPLER-ANNOT-FREE-TEXT-QUADDING-RIGHT-JUSTIFIED:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-FREE-TEXT-QUADDING-RIGHT-JUSTIFIED:CAPS">
293
+ <ANCHOR id="PopplerAnnot.functions_details" href="poppler/PopplerAnnot.html#PopplerAnnot.functions_details">
460
294
  <ANCHOR id="poppler-annot-get-annot-type" href="poppler/PopplerAnnot.html#poppler-annot-get-annot-type">
461
295
  <ANCHOR id="poppler-annot-get-flags" href="poppler/PopplerAnnot.html#poppler-annot-get-flags">
462
296
  <ANCHOR id="poppler-annot-get-name" href="poppler/PopplerAnnot.html#poppler-annot-get-name">
@@ -466,6 +300,8 @@
466
300
  <ANCHOR id="poppler-annot-get-contents" href="poppler/PopplerAnnot.html#poppler-annot-get-contents">
467
301
  <ANCHOR id="poppler-annot-set-contents" href="poppler/PopplerAnnot.html#poppler-annot-set-contents">
468
302
  <ANCHOR id="poppler-annot-get-modified" href="poppler/PopplerAnnot.html#poppler-annot-get-modified">
303
+ <ANCHOR id="poppler-annot-get-rectangle" href="poppler/PopplerAnnot.html#poppler-annot-get-rectangle">
304
+ <ANCHOR id="poppler-annot-set-rectangle" href="poppler/PopplerAnnot.html#poppler-annot-set-rectangle">
469
305
  <ANCHOR id="poppler-annot-markup-get-label" href="poppler/PopplerAnnot.html#poppler-annot-markup-get-label">
470
306
  <ANCHOR id="poppler-annot-markup-set-label" href="poppler/PopplerAnnot.html#poppler-annot-markup-set-label">
471
307
  <ANCHOR id="poppler-annot-markup-get-subject" href="poppler/PopplerAnnot.html#poppler-annot-markup-get-subject">
@@ -481,19 +317,16 @@
481
317
  <ANCHOR id="poppler-annot-markup-get-reply-to" href="poppler/PopplerAnnot.html#poppler-annot-markup-get-reply-to">
482
318
  <ANCHOR id="poppler-annot-text-new" href="poppler/PopplerAnnot.html#poppler-annot-text-new">
483
319
  <ANCHOR id="poppler-annot-text-get-icon" href="poppler/PopplerAnnot.html#poppler-annot-text-get-icon">
484
- <ANCHOR id="POPPLER-ANNOT-TEXT-ICON-NOTE:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-ICON-NOTE:CAPS">
485
- <ANCHOR id="POPPLER-ANNOT-TEXT-ICON-COMMENT:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-ICON-COMMENT:CAPS">
486
- <ANCHOR id="POPPLER-ANNOT-TEXT-ICON-KEY:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-ICON-KEY:CAPS">
487
- <ANCHOR id="POPPLER-ANNOT-TEXT-ICON-HELP:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-ICON-HELP:CAPS">
488
- <ANCHOR id="POPPLER-ANNOT-TEXT-ICON-NEW-PARAGRAPH:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-ICON-NEW-PARAGRAPH:CAPS">
489
- <ANCHOR id="POPPLER-ANNOT-TEXT-ICON-PARAGRAPH:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-ICON-PARAGRAPH:CAPS">
490
- <ANCHOR id="POPPLER-ANNOT-TEXT-ICON-INSERT:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-ICON-INSERT:CAPS">
491
- <ANCHOR id="POPPLER-ANNOT-TEXT-ICON-CROSS:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-ICON-CROSS:CAPS">
492
- <ANCHOR id="POPPLER-ANNOT-TEXT-ICON-CIRCLE:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-ICON-CIRCLE:CAPS">
493
320
  <ANCHOR id="poppler-annot-text-set-icon" href="poppler/PopplerAnnot.html#poppler-annot-text-set-icon">
494
321
  <ANCHOR id="poppler-annot-text-get-is-open" href="poppler/PopplerAnnot.html#poppler-annot-text-get-is-open">
495
322
  <ANCHOR id="poppler-annot-text-set-is-open" href="poppler/PopplerAnnot.html#poppler-annot-text-set-is-open">
496
323
  <ANCHOR id="poppler-annot-text-get-state" href="poppler/PopplerAnnot.html#poppler-annot-text-get-state">
324
+ <ANCHOR id="poppler-annot-text-markup-new-highlight" href="poppler/PopplerAnnot.html#poppler-annot-text-markup-new-highlight">
325
+ <ANCHOR id="poppler-annot-text-markup-new-squiggly" href="poppler/PopplerAnnot.html#poppler-annot-text-markup-new-squiggly">
326
+ <ANCHOR id="poppler-annot-text-markup-new-strikeout" href="poppler/PopplerAnnot.html#poppler-annot-text-markup-new-strikeout">
327
+ <ANCHOR id="poppler-annot-text-markup-new-underline" href="poppler/PopplerAnnot.html#poppler-annot-text-markup-new-underline">
328
+ <ANCHOR id="poppler-annot-text-markup-set-quadrilaterals" href="poppler/PopplerAnnot.html#poppler-annot-text-markup-set-quadrilaterals">
329
+ <ANCHOR id="poppler-annot-text-markup-get-quadrilaterals" href="poppler/PopplerAnnot.html#poppler-annot-text-markup-get-quadrilaterals">
497
330
  <ANCHOR id="poppler-annot-free-text-get-callout-line" href="poppler/PopplerAnnot.html#poppler-annot-free-text-get-callout-line">
498
331
  <ANCHOR id="poppler-annot-free-text-get-quadding" href="poppler/PopplerAnnot.html#poppler-annot-free-text-get-quadding">
499
332
  <ANCHOR id="poppler-annot-file-attachment-get-attachment" href="poppler/PopplerAnnot.html#poppler-annot-file-attachment-get-attachment">
@@ -504,54 +337,210 @@
504
337
  <ANCHOR id="poppler-annot-callout-line-new" href="poppler/PopplerAnnot.html#poppler-annot-callout-line-new">
505
338
  <ANCHOR id="poppler-annot-callout-line-copy" href="poppler/PopplerAnnot.html#poppler-annot-callout-line-copy">
506
339
  <ANCHOR id="poppler-annot-callout-line-free" href="poppler/PopplerAnnot.html#poppler-annot-callout-line-free">
340
+ <ANCHOR id="poppler-annot-circle-new" href="poppler/PopplerAnnot.html#poppler-annot-circle-new">
341
+ <ANCHOR id="poppler-annot-circle-get-interior-color" href="poppler/PopplerAnnot.html#poppler-annot-circle-get-interior-color">
342
+ <ANCHOR id="poppler-annot-circle-set-interior-color" href="poppler/PopplerAnnot.html#poppler-annot-circle-set-interior-color">
343
+ <ANCHOR id="poppler-annot-line-new" href="poppler/PopplerAnnot.html#poppler-annot-line-new">
344
+ <ANCHOR id="poppler-annot-line-set-vertices" href="poppler/PopplerAnnot.html#poppler-annot-line-set-vertices">
345
+ <ANCHOR id="poppler-annot-square-new" href="poppler/PopplerAnnot.html#poppler-annot-square-new">
346
+ <ANCHOR id="poppler-annot-square-get-interior-color" href="poppler/PopplerAnnot.html#poppler-annot-square-get-interior-color">
347
+ <ANCHOR id="poppler-annot-square-set-interior-color" href="poppler/PopplerAnnot.html#poppler-annot-square-set-interior-color">
348
+ <ANCHOR id="poppler-point-copy" href="poppler/PopplerAnnot.html#poppler-point-copy">
349
+ <ANCHOR id="poppler-point-free" href="poppler/PopplerAnnot.html#poppler-point-free">
350
+ <ANCHOR id="poppler-point-get-type" href="poppler/PopplerAnnot.html#poppler-point-get-type">
351
+ <ANCHOR id="poppler-point-new" href="poppler/PopplerAnnot.html#poppler-point-new">
352
+ <ANCHOR id="poppler-quadrilateral-copy" href="poppler/PopplerAnnot.html#poppler-quadrilateral-copy">
353
+ <ANCHOR id="poppler-quadrilateral-free" href="poppler/PopplerAnnot.html#poppler-quadrilateral-free">
354
+ <ANCHOR id="poppler-quadrilateral-get-type" href="poppler/PopplerAnnot.html#poppler-quadrilateral-get-type">
355
+ <ANCHOR id="poppler-quadrilateral-new" href="poppler/PopplerAnnot.html#poppler-quadrilateral-new">
356
+ <ANCHOR id="PopplerAnnot.other_details" href="poppler/PopplerAnnot.html#PopplerAnnot.other_details">
357
+ <ANCHOR id="PopplerAnnot-struct" href="poppler/PopplerAnnot.html#PopplerAnnot-struct">
358
+ <ANCHOR id="PopplerAnnotMarkup" href="poppler/PopplerAnnot.html#PopplerAnnotMarkup">
359
+ <ANCHOR id="PopplerAnnotCircle" href="poppler/PopplerAnnot.html#PopplerAnnotCircle">
360
+ <ANCHOR id="PopplerAnnotText" href="poppler/PopplerAnnot.html#PopplerAnnotText">
361
+ <ANCHOR id="PopplerAnnotTextMarkup" href="poppler/PopplerAnnot.html#PopplerAnnotTextMarkup">
362
+ <ANCHOR id="PopplerAnnotFreeText" href="poppler/PopplerAnnot.html#PopplerAnnotFreeText">
363
+ <ANCHOR id="PopplerAnnotFileAttachment" href="poppler/PopplerAnnot.html#PopplerAnnotFileAttachment">
364
+ <ANCHOR id="PopplerAnnotLine" href="poppler/PopplerAnnot.html#PopplerAnnotLine">
365
+ <ANCHOR id="PopplerAnnotMovie" href="poppler/PopplerAnnot.html#PopplerAnnotMovie">
366
+ <ANCHOR id="PopplerAnnotScreen" href="poppler/PopplerAnnot.html#PopplerAnnotScreen">
367
+ <ANCHOR id="PopplerAnnotType" href="poppler/PopplerAnnot.html#PopplerAnnotType">
368
+ <ANCHOR id="PopplerAnnotFlag" href="poppler/PopplerAnnot.html#PopplerAnnotFlag">
369
+ <ANCHOR id="PopplerAnnotExternalDataType" href="poppler/PopplerAnnot.html#PopplerAnnotExternalDataType">
370
+ <ANCHOR id="PopplerAnnotMarkupReplyType" href="poppler/PopplerAnnot.html#PopplerAnnotMarkupReplyType">
371
+ <ANCHOR id="PopplerAnnotTextState" href="poppler/PopplerAnnot.html#PopplerAnnotTextState">
372
+ <ANCHOR id="PopplerAnnotCalloutLine" href="poppler/PopplerAnnot.html#PopplerAnnotCalloutLine">
373
+ <ANCHOR id="PopplerAnnotFreeTextQuadding" href="poppler/PopplerAnnot.html#PopplerAnnotFreeTextQuadding">
374
+ <ANCHOR id="PopplerAnnotSquare" href="poppler/PopplerAnnot.html#PopplerAnnotSquare">
375
+ <ANCHOR id="PopplerPoint" href="poppler/PopplerAnnot.html#PopplerPoint">
376
+ <ANCHOR id="PopplerQuadrilateral" href="poppler/PopplerAnnot.html#PopplerQuadrilateral">
377
+ <ANCHOR id="POPPLER-ANNOT-TEXT-ICON-NOTE:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-ICON-NOTE:CAPS">
378
+ <ANCHOR id="POPPLER-ANNOT-TEXT-ICON-COMMENT:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-ICON-COMMENT:CAPS">
379
+ <ANCHOR id="POPPLER-ANNOT-TEXT-ICON-KEY:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-ICON-KEY:CAPS">
380
+ <ANCHOR id="POPPLER-ANNOT-TEXT-ICON-HELP:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-ICON-HELP:CAPS">
381
+ <ANCHOR id="POPPLER-ANNOT-TEXT-ICON-NEW-PARAGRAPH:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-ICON-NEW-PARAGRAPH:CAPS">
382
+ <ANCHOR id="POPPLER-ANNOT-TEXT-ICON-PARAGRAPH:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-ICON-PARAGRAPH:CAPS">
383
+ <ANCHOR id="POPPLER-ANNOT-TEXT-ICON-INSERT:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-ICON-INSERT:CAPS">
384
+ <ANCHOR id="POPPLER-ANNOT-TEXT-ICON-CROSS:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-ICON-CROSS:CAPS">
385
+ <ANCHOR id="POPPLER-ANNOT-TEXT-ICON-CIRCLE:CAPS" href="poppler/PopplerAnnot.html#POPPLER-ANNOT-TEXT-ICON-CIRCLE:CAPS">
507
386
  <ANCHOR id="PopplerLayer" href="poppler/PopplerLayer.html">
508
- <ANCHOR id="PopplerLayer.synopsis" href="poppler/PopplerLayer.html#PopplerLayer.synopsis">
387
+ <ANCHOR id="PopplerLayer.functions" href="poppler/PopplerLayer.html#PopplerLayer.functions">
388
+ <ANCHOR id="PopplerLayer.other" href="poppler/PopplerLayer.html#PopplerLayer.other">
509
389
  <ANCHOR id="PopplerLayer.object-hierarchy" href="poppler/PopplerLayer.html#PopplerLayer.object-hierarchy">
390
+ <ANCHOR id="PopplerLayer.includes" href="poppler/PopplerLayer.html#PopplerLayer.includes">
510
391
  <ANCHOR id="PopplerLayer.description" href="poppler/PopplerLayer.html#PopplerLayer.description">
511
- <ANCHOR id="PopplerLayer.details" href="poppler/PopplerLayer.html#PopplerLayer.details">
512
- <ANCHOR id="PopplerLayer-struct" href="poppler/PopplerLayer.html#PopplerLayer-struct">
392
+ <ANCHOR id="PopplerLayer.functions_details" href="poppler/PopplerLayer.html#PopplerLayer.functions_details">
513
393
  <ANCHOR id="poppler-layer-get-title" href="poppler/PopplerLayer.html#poppler-layer-get-title">
514
394
  <ANCHOR id="poppler-layer-is-visible" href="poppler/PopplerLayer.html#poppler-layer-is-visible">
515
395
  <ANCHOR id="poppler-layer-show" href="poppler/PopplerLayer.html#poppler-layer-show">
516
396
  <ANCHOR id="poppler-layer-hide" href="poppler/PopplerLayer.html#poppler-layer-hide">
517
397
  <ANCHOR id="poppler-layer-is-parent" href="poppler/PopplerLayer.html#poppler-layer-is-parent">
518
398
  <ANCHOR id="poppler-layer-get-radio-button-group-id" href="poppler/PopplerLayer.html#poppler-layer-get-radio-button-group-id">
399
+ <ANCHOR id="PopplerLayer.other_details" href="poppler/PopplerLayer.html#PopplerLayer.other_details">
400
+ <ANCHOR id="PopplerLayer-struct" href="poppler/PopplerLayer.html#PopplerLayer-struct">
519
401
  <ANCHOR id="PopplerMedia" href="poppler/PopplerMedia.html">
520
- <ANCHOR id="PopplerMedia.synopsis" href="poppler/PopplerMedia.html#PopplerMedia.synopsis">
402
+ <ANCHOR id="PopplerMedia.functions" href="poppler/PopplerMedia.html#PopplerMedia.functions">
403
+ <ANCHOR id="PopplerMedia.other" href="poppler/PopplerMedia.html#PopplerMedia.other">
521
404
  <ANCHOR id="PopplerMedia.object-hierarchy" href="poppler/PopplerMedia.html#PopplerMedia.object-hierarchy">
405
+ <ANCHOR id="PopplerMedia.includes" href="poppler/PopplerMedia.html#PopplerMedia.includes">
522
406
  <ANCHOR id="PopplerMedia.description" href="poppler/PopplerMedia.html#PopplerMedia.description">
523
- <ANCHOR id="PopplerMedia.details" href="poppler/PopplerMedia.html#PopplerMedia.details">
524
- <ANCHOR id="PopplerMedia-struct" href="poppler/PopplerMedia.html#PopplerMedia-struct">
407
+ <ANCHOR id="PopplerMedia.functions_details" href="poppler/PopplerMedia.html#PopplerMedia.functions_details">
525
408
  <ANCHOR id="PopplerMediaSaveFunc" href="poppler/PopplerMedia.html#PopplerMediaSaveFunc">
526
409
  <ANCHOR id="poppler-media-get-filename" href="poppler/PopplerMedia.html#poppler-media-get-filename">
527
410
  <ANCHOR id="poppler-media-get-mime-type" href="poppler/PopplerMedia.html#poppler-media-get-mime-type">
528
411
  <ANCHOR id="poppler-media-is-embedded" href="poppler/PopplerMedia.html#poppler-media-is-embedded">
529
412
  <ANCHOR id="poppler-media-save" href="poppler/PopplerMedia.html#poppler-media-save">
530
413
  <ANCHOR id="poppler-media-save-to-callback" href="poppler/PopplerMedia.html#poppler-media-save-to-callback">
414
+ <ANCHOR id="PopplerMedia.other_details" href="poppler/PopplerMedia.html#PopplerMedia.other_details">
415
+ <ANCHOR id="PopplerMedia-struct" href="poppler/PopplerMedia.html#PopplerMedia-struct">
531
416
  <ANCHOR id="PopplerMovie" href="poppler/PopplerMovie.html">
532
- <ANCHOR id="PopplerMovie.synopsis" href="poppler/PopplerMovie.html#PopplerMovie.synopsis">
417
+ <ANCHOR id="PopplerMovie.functions" href="poppler/PopplerMovie.html#PopplerMovie.functions">
418
+ <ANCHOR id="PopplerMovie.other" href="poppler/PopplerMovie.html#PopplerMovie.other">
533
419
  <ANCHOR id="PopplerMovie.object-hierarchy" href="poppler/PopplerMovie.html#PopplerMovie.object-hierarchy">
420
+ <ANCHOR id="PopplerMovie.includes" href="poppler/PopplerMovie.html#PopplerMovie.includes">
534
421
  <ANCHOR id="PopplerMovie.description" href="poppler/PopplerMovie.html#PopplerMovie.description">
535
- <ANCHOR id="PopplerMovie.details" href="poppler/PopplerMovie.html#PopplerMovie.details">
536
- <ANCHOR id="PopplerMovie-struct" href="poppler/PopplerMovie.html#PopplerMovie-struct">
422
+ <ANCHOR id="PopplerMovie.functions_details" href="poppler/PopplerMovie.html#PopplerMovie.functions_details">
537
423
  <ANCHOR id="poppler-movie-get-filename" href="poppler/PopplerMovie.html#poppler-movie-get-filename">
538
424
  <ANCHOR id="poppler-movie-need-poster" href="poppler/PopplerMovie.html#poppler-movie-need-poster">
539
425
  <ANCHOR id="poppler-movie-show-controls" href="poppler/PopplerMovie.html#poppler-movie-show-controls">
426
+ <ANCHOR id="PopplerMovie.other_details" href="poppler/PopplerMovie.html#PopplerMovie.other_details">
427
+ <ANCHOR id="PopplerMovie-struct" href="poppler/PopplerMovie.html#PopplerMovie-struct">
428
+ <ANCHOR id="PopplerStructureElement" href="poppler/PopplerStructureElement.html">
429
+ <ANCHOR id="PopplerStructureElement.functions" href="poppler/PopplerStructureElement.html#PopplerStructureElement.functions">
430
+ <ANCHOR id="PopplerStructureElementIter" href="poppler/PopplerStructureElement.html#PopplerStructureElementIter">
431
+ <ANCHOR id="PopplerStructureElement.other" href="poppler/PopplerStructureElement.html#PopplerStructureElement.other">
432
+ <ANCHOR id="PopplerStructureElement.object-hierarchy" href="poppler/PopplerStructureElement.html#PopplerStructureElement.object-hierarchy">
433
+ <ANCHOR id="PopplerStructureElement.includes" href="poppler/PopplerStructureElement.html#PopplerStructureElement.includes">
434
+ <ANCHOR id="PopplerStructureElement.description" href="poppler/PopplerStructureElement.html#PopplerStructureElement.description">
435
+ <ANCHOR id="PopplerStructureElement.functions_details" href="poppler/PopplerStructureElement.html#PopplerStructureElement.functions_details">
436
+ <ANCHOR id="poppler-structure-element-iter-new" href="poppler/PopplerStructureElement.html#poppler-structure-element-iter-new">
437
+ <ANCHOR id="poppler-structure-element-iter-next" href="poppler/PopplerStructureElement.html#poppler-structure-element-iter-next">
438
+ <ANCHOR id="poppler-structure-element-iter-copy" href="poppler/PopplerStructureElement.html#poppler-structure-element-iter-copy">
439
+ <ANCHOR id="poppler-structure-element-iter-free" href="poppler/PopplerStructureElement.html#poppler-structure-element-iter-free">
440
+ <ANCHOR id="poppler-structure-element-iter-get-child" href="poppler/PopplerStructureElement.html#poppler-structure-element-iter-get-child">
441
+ <ANCHOR id="poppler-structure-element-iter-get-element" href="poppler/PopplerStructureElement.html#poppler-structure-element-iter-get-element">
442
+ <ANCHOR id="poppler-structure-element-get-kind" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-kind">
443
+ <ANCHOR id="poppler-structure-element-get-page" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-page">
444
+ <ANCHOR id="poppler-structure-element-is-content" href="poppler/PopplerStructureElement.html#poppler-structure-element-is-content">
445
+ <ANCHOR id="poppler-structure-element-is-inline" href="poppler/PopplerStructureElement.html#poppler-structure-element-is-inline">
446
+ <ANCHOR id="poppler-structure-element-is-block" href="poppler/PopplerStructureElement.html#poppler-structure-element-is-block">
447
+ <ANCHOR id="poppler-structure-element-is-grouping" href="poppler/PopplerStructureElement.html#poppler-structure-element-is-grouping">
448
+ <ANCHOR id="poppler-structure-element-get-id" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-id">
449
+ <ANCHOR id="poppler-structure-element-get-title" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-title">
450
+ <ANCHOR id="poppler-structure-element-get-abbreviation" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-abbreviation">
451
+ <ANCHOR id="poppler-structure-element-get-language" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-language">
452
+ <ANCHOR id="poppler-structure-element-get-text" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-text">
453
+ <ANCHOR id="poppler-structure-element-get-alt-text" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-alt-text">
454
+ <ANCHOR id="poppler-structure-element-get-actual-text" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-actual-text">
455
+ <ANCHOR id="poppler-structure-element-get-text-spans" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-text-spans">
456
+ <ANCHOR id="poppler-structure-element-get-placement" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-placement">
457
+ <ANCHOR id="poppler-structure-element-get-writing-mode" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-writing-mode">
458
+ <ANCHOR id="poppler-structure-element-get-background-color" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-background-color">
459
+ <ANCHOR id="poppler-structure-element-get-border-color" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-border-color">
460
+ <ANCHOR id="poppler-structure-element-get-border-style" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-border-style">
461
+ <ANCHOR id="poppler-structure-element-get-border-thickness" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-border-thickness">
462
+ <ANCHOR id="poppler-structure-element-get-padding" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-padding">
463
+ <ANCHOR id="poppler-structure-element-get-color" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-color">
464
+ <ANCHOR id="poppler-structure-element-get-space-before" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-space-before">
465
+ <ANCHOR id="poppler-structure-element-get-space-after" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-space-after">
466
+ <ANCHOR id="poppler-structure-element-get-start-indent" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-start-indent">
467
+ <ANCHOR id="poppler-structure-element-get-end-indent" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-end-indent">
468
+ <ANCHOR id="poppler-structure-element-get-text-indent" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-text-indent">
469
+ <ANCHOR id="poppler-structure-element-get-text-align" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-text-align">
470
+ <ANCHOR id="poppler-structure-element-get-bounding-box" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-bounding-box">
471
+ <ANCHOR id="poppler-structure-element-get-width" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-width">
472
+ <ANCHOR id="poppler-structure-element-get-height" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-height">
473
+ <ANCHOR id="poppler-structure-element-get-block-align" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-block-align">
474
+ <ANCHOR id="poppler-structure-element-get-inline-align" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-inline-align">
475
+ <ANCHOR id="poppler-structure-element-get-table-border-style" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-table-border-style">
476
+ <ANCHOR id="poppler-structure-element-get-table-padding" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-table-padding">
477
+ <ANCHOR id="poppler-structure-element-get-baseline-shift" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-baseline-shift">
478
+ <ANCHOR id="poppler-structure-element-get-line-height" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-line-height">
479
+ <ANCHOR id="poppler-structure-element-get-text-decoration-color" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-text-decoration-color">
480
+ <ANCHOR id="poppler-structure-element-get-text-decoration-thickness" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-text-decoration-thickness">
481
+ <ANCHOR id="poppler-structure-element-get-text-decoration-type" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-text-decoration-type">
482
+ <ANCHOR id="poppler-structure-element-get-ruby-align" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-ruby-align">
483
+ <ANCHOR id="poppler-structure-element-get-ruby-position" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-ruby-position">
484
+ <ANCHOR id="poppler-structure-element-get-glyph-orientation" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-glyph-orientation">
485
+ <ANCHOR id="poppler-structure-element-get-column-count" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-column-count">
486
+ <ANCHOR id="poppler-structure-element-get-column-gaps" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-column-gaps">
487
+ <ANCHOR id="poppler-structure-element-get-column-widths" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-column-widths">
488
+ <ANCHOR id="poppler-structure-element-get-list-numbering" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-list-numbering">
489
+ <ANCHOR id="poppler-structure-element-get-form-role" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-form-role">
490
+ <ANCHOR id="poppler-structure-element-get-form-state" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-form-state">
491
+ <ANCHOR id="poppler-structure-element-get-form-description" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-form-description">
492
+ <ANCHOR id="poppler-structure-element-get-table-row-span" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-table-row-span">
493
+ <ANCHOR id="poppler-structure-element-get-table-column-span" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-table-column-span">
494
+ <ANCHOR id="poppler-structure-element-get-table-headers" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-table-headers">
495
+ <ANCHOR id="poppler-structure-element-get-table-scope" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-table-scope">
496
+ <ANCHOR id="poppler-structure-element-get-table-summary" href="poppler/PopplerStructureElement.html#poppler-structure-element-get-table-summary">
497
+ <ANCHOR id="poppler-text-span-copy" href="poppler/PopplerStructureElement.html#poppler-text-span-copy">
498
+ <ANCHOR id="poppler-text-span-free" href="poppler/PopplerStructureElement.html#poppler-text-span-free">
499
+ <ANCHOR id="poppler-text-span-is-fixed-width-font" href="poppler/PopplerStructureElement.html#poppler-text-span-is-fixed-width-font">
500
+ <ANCHOR id="poppler-text-span-is-serif-font" href="poppler/PopplerStructureElement.html#poppler-text-span-is-serif-font">
501
+ <ANCHOR id="poppler-text-span-is-bold-font" href="poppler/PopplerStructureElement.html#poppler-text-span-is-bold-font">
502
+ <ANCHOR id="poppler-text-span-get-color" href="poppler/PopplerStructureElement.html#poppler-text-span-get-color">
503
+ <ANCHOR id="poppler-text-span-get-text" href="poppler/PopplerStructureElement.html#poppler-text-span-get-text">
504
+ <ANCHOR id="poppler-text-span-get-font-name" href="poppler/PopplerStructureElement.html#poppler-text-span-get-font-name">
505
+ <ANCHOR id="PopplerStructureElement.other_details" href="poppler/PopplerStructureElement.html#PopplerStructureElement.other_details">
506
+ <ANCHOR id="PopplerStructureElement-struct" href="poppler/PopplerStructureElement.html#PopplerStructureElement-struct">
507
+ <ANCHOR id="PopplerStructureElementKind" href="poppler/PopplerStructureElement.html#PopplerStructureElementKind">
508
+ <ANCHOR id="PopplerStructureElementIter-struct" href="poppler/PopplerStructureElement.html#PopplerStructureElementIter-struct">
509
+ <ANCHOR id="PopplerStructureGetTextFlags" href="poppler/PopplerStructureElement.html#PopplerStructureGetTextFlags">
510
+ <ANCHOR id="PopplerStructurePlacement" href="poppler/PopplerStructureElement.html#PopplerStructurePlacement">
511
+ <ANCHOR id="PopplerStructureWritingMode" href="poppler/PopplerStructureElement.html#PopplerStructureWritingMode">
512
+ <ANCHOR id="PopplerStructureBorderStyle" href="poppler/PopplerStructureElement.html#PopplerStructureBorderStyle">
513
+ <ANCHOR id="PopplerStructureTextAlign" href="poppler/PopplerStructureElement.html#PopplerStructureTextAlign">
514
+ <ANCHOR id="PopplerStructureBlockAlign" href="poppler/PopplerStructureElement.html#PopplerStructureBlockAlign">
515
+ <ANCHOR id="PopplerStructureInlineAlign" href="poppler/PopplerStructureElement.html#PopplerStructureInlineAlign">
516
+ <ANCHOR id="PopplerStructureTextDecoration" href="poppler/PopplerStructureElement.html#PopplerStructureTextDecoration">
517
+ <ANCHOR id="PopplerStructureRubyAlign" href="poppler/PopplerStructureElement.html#PopplerStructureRubyAlign">
518
+ <ANCHOR id="PopplerStructureRubyPosition" href="poppler/PopplerStructureElement.html#PopplerStructureRubyPosition">
519
+ <ANCHOR id="PopplerStructureGlyphOrientation" href="poppler/PopplerStructureElement.html#PopplerStructureGlyphOrientation">
520
+ <ANCHOR id="PopplerStructureListNumbering" href="poppler/PopplerStructureElement.html#PopplerStructureListNumbering">
521
+ <ANCHOR id="PopplerStructureTableScope" href="poppler/PopplerStructureElement.html#PopplerStructureTableScope">
522
+ <ANCHOR id="PopplerStructureFormRole" href="poppler/PopplerStructureElement.html#PopplerStructureFormRole">
523
+ <ANCHOR id="PopplerStructureFormState" href="poppler/PopplerStructureElement.html#PopplerStructureFormState">
524
+ <ANCHOR id="PopplerTextSpan" href="poppler/PopplerStructureElement.html#PopplerTextSpan">
525
+ <ANCHOR id="PopplerStructureElement.see-also" href="poppler/PopplerStructureElement.html#PopplerStructureElement.see-also">
540
526
  <ANCHOR id="poppler-Version-and-Features-Information" href="poppler/poppler-Version-and-Features-Information.html">
541
- <ANCHOR id="poppler-Version-and-Features-Information.synopsis" href="poppler/poppler-Version-and-Features-Information.html#poppler-Version-and-Features-Information.synopsis">
527
+ <ANCHOR id="poppler-Version-and-Features-Information.functions" href="poppler/poppler-Version-and-Features-Information.html#poppler-Version-and-Features-Information.functions">
528
+ <ANCHOR id="poppler-Version-and-Features-Information.other" href="poppler/poppler-Version-and-Features-Information.html#poppler-Version-and-Features-Information.other">
529
+ <ANCHOR id="poppler-Version-and-Features-Information.includes" href="poppler/poppler-Version-and-Features-Information.html#poppler-Version-and-Features-Information.includes">
542
530
  <ANCHOR id="poppler-Version-and-Features-Information.description" href="poppler/poppler-Version-and-Features-Information.html#poppler-Version-and-Features-Information.description">
543
- <ANCHOR id="poppler-Version-and-Features-Information.details" href="poppler/poppler-Version-and-Features-Information.html#poppler-Version-and-Features-Information.details">
544
- <ANCHOR id="POPPLER-HAS-CAIRO:CAPS" href="poppler/poppler-Version-and-Features-Information.html#POPPLER-HAS-CAIRO:CAPS">
531
+ <ANCHOR id="poppler-Version-and-Features-Information.functions_details" href="poppler/poppler-Version-and-Features-Information.html#poppler-Version-and-Features-Information.functions_details">
545
532
  <ANCHOR id="POPPLER-MAJOR-VERSION:CAPS" href="poppler/poppler-Version-and-Features-Information.html#POPPLER-MAJOR-VERSION:CAPS">
546
533
  <ANCHOR id="POPPLER-MINOR-VERSION:CAPS" href="poppler/poppler-Version-and-Features-Information.html#POPPLER-MINOR-VERSION:CAPS">
547
534
  <ANCHOR id="POPPLER-MICRO-VERSION:CAPS" href="poppler/poppler-Version-and-Features-Information.html#POPPLER-MICRO-VERSION:CAPS">
548
535
  <ANCHOR id="POPPLER-CHECK-VERSION:CAPS" href="poppler/poppler-Version-and-Features-Information.html#POPPLER-CHECK-VERSION:CAPS">
536
+ <ANCHOR id="poppler-Version-and-Features-Information.other_details" href="poppler/poppler-Version-and-Features-Information.html#poppler-Version-and-Features-Information.other_details">
537
+ <ANCHOR id="POPPLER-HAS-CAIRO:CAPS" href="poppler/poppler-Version-and-Features-Information.html#POPPLER-HAS-CAIRO:CAPS">
549
538
  <ANCHOR id="annotation-glossterm-allow-none" href="poppler/annotation-glossary.html#annotation-glossterm-allow-none">
539
+ <ANCHOR id="annotation-glossterm-array" href="poppler/annotation-glossary.html#annotation-glossterm-array">
540
+ <ANCHOR id="annotation-glossterm-closure" href="poppler/annotation-glossary.html#annotation-glossterm-closure">
550
541
  <ANCHOR id="annotation-glossterm-element-type" href="poppler/annotation-glossary.html#annotation-glossterm-element-type">
551
- <ANCHOR id="annotation-glossterm-transfer container" href="poppler/annotation-glossary.html#annotation-glossterm-transfer container">
552
542
  <ANCHOR id="annotation-glossterm-out" href="poppler/annotation-glossary.html#annotation-glossterm-out">
553
- <ANCHOR id="annotation-glossterm-transfer full" href="poppler/annotation-glossary.html#annotation-glossterm-transfer full">
554
- <ANCHOR id="annotation-glossterm-closure" href="poppler/annotation-glossary.html#annotation-glossterm-closure">
555
543
  <ANCHOR id="annotation-glossterm-scope call" href="poppler/annotation-glossary.html#annotation-glossterm-scope call">
544
+ <ANCHOR id="annotation-glossterm-transfer container" href="poppler/annotation-glossary.html#annotation-glossterm-transfer container">
545
+ <ANCHOR id="annotation-glossterm-transfer full" href="poppler/annotation-glossary.html#annotation-glossterm-transfer full">
556
546
  <ANCHOR id="annotation-glossterm-transfer none" href="poppler/annotation-glossary.html#annotation-glossterm-transfer none">
557
- <ANCHOR id="annotation-glossterm-array" href="poppler/annotation-glossary.html#annotation-glossterm-array">