poppler 2.2.5-x64-mingw32 → 3.0.0-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +18 -4
- data/lib/2.0/poppler.so +0 -0
- data/lib/2.1/poppler.so +0 -0
- data/lib/2.2/poppler.so +0 -0
- data/vendor/local/bin/cjpeg.exe +0 -0
- data/vendor/local/bin/djpeg.exe +0 -0
- data/vendor/local/bin/jpegtran.exe +0 -0
- data/vendor/local/bin/libjpeg-9.dll +0 -0
- data/vendor/local/bin/libopenjp2.dll +0 -0
- data/vendor/local/bin/{libpoppler-48.dll → libpoppler-55.dll} +0 -0
- data/vendor/local/bin/libpoppler-cpp-0.dll +0 -0
- data/vendor/local/bin/libpoppler-glib-8.dll +0 -0
- data/vendor/local/bin/libsqlite3-0.dll +0 -0
- data/vendor/local/bin/opj_compress.exe +0 -0
- data/vendor/local/bin/opj_decompress.exe +0 -0
- data/vendor/local/bin/opj_dump.exe +0 -0
- data/vendor/local/bin/pdfdetach.exe +0 -0
- data/vendor/local/bin/pdffonts.exe +0 -0
- data/vendor/local/bin/pdfimages.exe +0 -0
- data/vendor/local/bin/pdfinfo.exe +0 -0
- data/vendor/local/bin/pdfseparate.exe +0 -0
- data/vendor/local/bin/pdftocairo.exe +0 -0
- data/vendor/local/bin/pdftohtml.exe +0 -0
- data/vendor/local/bin/pdftoppm.exe +0 -0
- data/vendor/local/bin/pdftops.exe +0 -0
- data/vendor/local/bin/pdftotext.exe +0 -0
- data/vendor/local/bin/pdfunite.exe +0 -0
- data/vendor/local/bin/rdjpgcom.exe +0 -0
- data/vendor/local/bin/sqlite3.exe +0 -0
- data/vendor/local/bin/wrjpgcom.exe +0 -0
- data/vendor/local/include/openjpeg-2.1/openjpeg.h +1559 -0
- data/vendor/local/include/openjpeg-2.1/opj_config.h +10 -0
- data/vendor/local/include/openjpeg-2.1/opj_stdint.h +52 -0
- data/vendor/local/include/poppler/cpp/poppler-global.h +5 -0
- data/vendor/local/include/poppler/cpp/poppler-version.h +2 -2
- data/vendor/local/include/poppler/glib/poppler-annot.h +2 -0
- data/vendor/local/include/poppler/glib/poppler-features.h +1 -1
- data/vendor/local/include/sqlite3.h +1023 -657
- data/vendor/local/include/sqlite3ext.h +42 -2
- data/vendor/local/lib/girepository-1.0/Poppler-0.18.typelib +0 -0
- data/vendor/local/lib/libjpeg.a +0 -0
- data/vendor/local/lib/libjpeg.dll.a +0 -0
- data/vendor/local/lib/libopenjp2.dll.a +0 -0
- data/vendor/local/lib/libpoppler-cpp.a +0 -0
- data/vendor/local/lib/libpoppler-cpp.dll.a +0 -0
- data/vendor/local/lib/libpoppler-cpp.la +2 -2
- data/vendor/local/lib/libpoppler-glib.a +0 -0
- data/vendor/local/lib/libpoppler-glib.dll.a +0 -0
- data/vendor/local/lib/libpoppler-glib.la +3 -3
- data/vendor/local/lib/libpoppler.a +0 -0
- data/vendor/local/lib/libpoppler.dll.a +0 -0
- data/vendor/local/lib/libpoppler.la +3 -3
- data/vendor/local/lib/libsqlite3.a +0 -0
- data/vendor/local/lib/libsqlite3.dll.a +0 -0
- data/vendor/local/lib/openjpeg-2.1/OpenJPEGConfig.cmake +48 -0
- data/vendor/local/lib/openjpeg-2.1/OpenJPEGTargets-noconfig.cmake +46 -0
- data/vendor/local/lib/openjpeg-2.1/OpenJPEGTargets.cmake +92 -0
- data/vendor/local/lib/pkgconfig/libopenjp2.pc +14 -0
- data/vendor/local/lib/pkgconfig/poppler-cairo.pc +2 -2
- data/vendor/local/lib/pkgconfig/poppler-cpp.pc +2 -2
- data/vendor/local/lib/pkgconfig/poppler-glib.pc +2 -2
- data/vendor/local/lib/pkgconfig/poppler-splash.pc +2 -2
- data/vendor/local/lib/pkgconfig/poppler.pc +1 -1
- data/vendor/local/lib/pkgconfig/sqlite3.pc +1 -1
- data/vendor/local/share/gir-1.0/Poppler-0.18.gir +23 -2
- data/vendor/local/share/gtk-doc/html/poppler/PopplerAnnot.html +111 -66
- data/vendor/local/share/gtk-doc/html/poppler/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/poppler/api-index-0-22.html +2 -2
- data/vendor/local/share/gtk-doc/html/poppler/api-index-0-26.html +419 -0
- data/vendor/local/share/gtk-doc/html/poppler/api-index-0-33.html +35 -0
- data/vendor/local/share/gtk-doc/html/poppler/api-index-full.html +4 -0
- data/vendor/local/share/gtk-doc/html/poppler/index.html +3 -1
- data/vendor/local/share/gtk-doc/html/poppler/index.sgml +1 -0
- data/vendor/local/share/gtk-doc/html/poppler/poppler-Version-and-Features-Information.html +1 -1
- data/vendor/local/share/gtk-doc/html/poppler/poppler.devhelp2 +3 -0
- data/vendor/local/share/license/openjpeg/AUTHORS +15 -0
- data/vendor/local/share/man/man1/pdftops.1 +18 -1
- data/vendor/local/share/man/man1/pdftotext.1 +4 -0
- data/vendor/local/share/man/man1/sqlite3.1 +45 -38
- metadata +20 -5
@@ -218,6 +218,14 @@
|
|
218
218
|
</tr>
|
219
219
|
<tr>
|
220
220
|
<td class="function_type">
|
221
|
+
<span class="returnvalue">void</span>
|
222
|
+
</td>
|
223
|
+
<td class="function_name">
|
224
|
+
<a class="link" href="PopplerAnnot.html#poppler-annot-markup-set-popup-rectangle" title="poppler_annot_markup_set_popup_rectangle ()">poppler_annot_markup_set_popup_rectangle</a> <span class="c_punctuation">()</span>
|
225
|
+
</td>
|
226
|
+
</tr>
|
227
|
+
<tr>
|
228
|
+
<td class="function_type">
|
221
229
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html#GDate"><span class="returnvalue">GDate</span></a> *
|
222
230
|
</td>
|
223
231
|
<td class="function_name">
|
@@ -1369,12 +1377,49 @@ poppler_annot_markup_get_popup_rectangle
|
|
1369
1377
|
</div>
|
1370
1378
|
<hr>
|
1371
1379
|
<div class="refsect2">
|
1380
|
+
<a name="poppler-annot-markup-set-popup-rectangle"></a><h3>poppler_annot_markup_set_popup_rectangle ()</h3>
|
1381
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
1382
|
+
poppler_annot_markup_set_popup_rectangle
|
1383
|
+
(<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerAnnotMarkup" title="PopplerAnnotMarkup"><span class="type">PopplerAnnotMarkup</span></a> *poppler_annot</code></em>,
|
1384
|
+
<em class="parameter"><code><a class="link" href="PopplerPage.html#PopplerRectangle" title="PopplerRectangle"><span class="type">PopplerRectangle</span></a> *poppler_rect</code></em>);</pre>
|
1385
|
+
<p>Sets the rectangle of the popup window related to <em class="parameter"><code>poppler_annot</code></em>
|
1386
|
+
.
|
1387
|
+
This doesn't have any effect if <em class="parameter"><code>poppler_annot</code></em>
|
1388
|
+
doesn't have a
|
1389
|
+
popup associated, use <a class="link" href="PopplerAnnot.html#poppler-annot-markup-set-popup" title="poppler_annot_markup_set_popup ()"><code class="function">poppler_annot_markup_set_popup()</code></a> to associate
|
1390
|
+
a popup window to a <a class="link" href="PopplerAnnot.html#PopplerAnnotMarkup" title="PopplerAnnotMarkup"><span class="type">PopplerAnnotMarkup</span></a>.</p>
|
1391
|
+
<div class="refsect3">
|
1392
|
+
<a name="id-1.2.8.8.24.5"></a><h4>Parameters</h4>
|
1393
|
+
<div class="informaltable"><table width="100%" border="0">
|
1394
|
+
<colgroup>
|
1395
|
+
<col width="150px" class="parameters_name">
|
1396
|
+
<col class="parameters_description">
|
1397
|
+
<col width="200px" class="parameters_annotations">
|
1398
|
+
</colgroup>
|
1399
|
+
<tbody>
|
1400
|
+
<tr>
|
1401
|
+
<td class="parameter_name"><p>poppler_annot</p></td>
|
1402
|
+
<td class="parameter_description"><p>a <a class="link" href="PopplerAnnot.html#PopplerAnnotMarkup" title="PopplerAnnotMarkup"><span class="type">PopplerAnnotMarkup</span></a></p></td>
|
1403
|
+
<td class="parameter_annotations"> </td>
|
1404
|
+
</tr>
|
1405
|
+
<tr>
|
1406
|
+
<td class="parameter_name"><p>poppler_rect</p></td>
|
1407
|
+
<td class="parameter_description"><p>a <a class="link" href="PopplerPage.html#PopplerRectangle" title="PopplerRectangle"><span class="type">PopplerRectangle</span></a> to set</p></td>
|
1408
|
+
<td class="parameter_annotations"> </td>
|
1409
|
+
</tr>
|
1410
|
+
</tbody>
|
1411
|
+
</table></div>
|
1412
|
+
</div>
|
1413
|
+
<p class="since">Since 0.33</p>
|
1414
|
+
</div>
|
1415
|
+
<hr>
|
1416
|
+
<div class="refsect2">
|
1372
1417
|
<a name="poppler-annot-markup-get-date"></a><h3>poppler_annot_markup_get_date ()</h3>
|
1373
1418
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html#GDate"><span class="returnvalue">GDate</span></a> *
|
1374
1419
|
poppler_annot_markup_get_date (<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerAnnotMarkup" title="PopplerAnnotMarkup"><span class="type">PopplerAnnotMarkup</span></a> *poppler_annot</code></em>);</pre>
|
1375
1420
|
<p>Returns the date and time when the annotation was created</p>
|
1376
1421
|
<div class="refsect3">
|
1377
|
-
<a name="id-1.2.8.8.
|
1422
|
+
<a name="id-1.2.8.8.25.5"></a><h4>Parameters</h4>
|
1378
1423
|
<div class="informaltable"><table width="100%" border="0">
|
1379
1424
|
<colgroup>
|
1380
1425
|
<col width="150px" class="parameters_name">
|
@@ -1389,7 +1434,7 @@ poppler_annot_markup_get_date (<em class="parameter"><code><a class="link" href=
|
|
1389
1434
|
</table></div>
|
1390
1435
|
</div>
|
1391
1436
|
<div class="refsect3">
|
1392
|
-
<a name="id-1.2.8.8.
|
1437
|
+
<a name="id-1.2.8.8.25.6"></a><h4>Returns</h4>
|
1393
1438
|
<p> a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html#GDate"><span class="type">GDate</span></a> representing the date and time
|
1394
1439
|
when the annotation was created, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
1395
1440
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
@@ -1404,7 +1449,7 @@ poppler_annot_markup_get_external_data
|
|
1404
1449
|
<p>Gets the external data type of <em class="parameter"><code>poppler_annot</code></em>
|
1405
1450
|
.</p>
|
1406
1451
|
<div class="refsect3">
|
1407
|
-
<a name="id-1.2.8.8.
|
1452
|
+
<a name="id-1.2.8.8.26.5"></a><h4>Parameters</h4>
|
1408
1453
|
<div class="informaltable"><table width="100%" border="0">
|
1409
1454
|
<colgroup>
|
1410
1455
|
<col width="150px" class="parameters_name">
|
@@ -1419,7 +1464,7 @@ poppler_annot_markup_get_external_data
|
|
1419
1464
|
</table></div>
|
1420
1465
|
</div>
|
1421
1466
|
<div class="refsect3">
|
1422
|
-
<a name="id-1.2.8.8.
|
1467
|
+
<a name="id-1.2.8.8.26.6"></a><h4>Returns</h4>
|
1423
1468
|
<p> <a class="link" href="PopplerAnnot.html#PopplerAnnotExternalDataType" title="enum PopplerAnnotExternalDataType"><span class="type">PopplerAnnotExternalDataType</span></a> of <em class="parameter"><code>poppler_annot</code></em>
|
1424
1469
|
.</p>
|
1425
1470
|
<p></p>
|
@@ -1433,7 +1478,7 @@ poppler_annot_markup_get_reply_to (<em class="parameter"><code><a class="link" h
|
|
1433
1478
|
<p>Gets the reply type of <em class="parameter"><code>poppler_annot</code></em>
|
1434
1479
|
.</p>
|
1435
1480
|
<div class="refsect3">
|
1436
|
-
<a name="id-1.2.8.8.
|
1481
|
+
<a name="id-1.2.8.8.27.5"></a><h4>Parameters</h4>
|
1437
1482
|
<div class="informaltable"><table width="100%" border="0">
|
1438
1483
|
<colgroup>
|
1439
1484
|
<col width="150px" class="parameters_name">
|
@@ -1448,7 +1493,7 @@ poppler_annot_markup_get_reply_to (<em class="parameter"><code><a class="link" h
|
|
1448
1493
|
</table></div>
|
1449
1494
|
</div>
|
1450
1495
|
<div class="refsect3">
|
1451
|
-
<a name="id-1.2.8.8.
|
1496
|
+
<a name="id-1.2.8.8.27.6"></a><h4>Returns</h4>
|
1452
1497
|
<p> <a class="link" href="PopplerAnnot.html#PopplerAnnotMarkupReplyType" title="enum PopplerAnnotMarkupReplyType"><span class="type">PopplerAnnotMarkupReplyType</span></a> of <em class="parameter"><code>poppler_annot</code></em>
|
1453
1498
|
.</p>
|
1454
1499
|
<p></p>
|
@@ -1465,7 +1510,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
1465
1510
|
when added to a page. See
|
1466
1511
|
<a class="link" href="PopplerPage.html#poppler-page-add-annot" title="poppler_page_add_annot ()"><code class="function">poppler_page_add_annot()</code></a></p>
|
1467
1512
|
<div class="refsect3">
|
1468
|
-
<a name="id-1.2.8.8.
|
1513
|
+
<a name="id-1.2.8.8.28.5"></a><h4>Parameters</h4>
|
1469
1514
|
<div class="informaltable"><table width="100%" border="0">
|
1470
1515
|
<colgroup>
|
1471
1516
|
<col width="150px" class="parameters_name">
|
@@ -1487,7 +1532,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
1487
1532
|
</table></div>
|
1488
1533
|
</div>
|
1489
1534
|
<div class="refsect3">
|
1490
|
-
<a name="id-1.2.8.8.
|
1535
|
+
<a name="id-1.2.8.8.28.6"></a><h4>Returns</h4>
|
1491
1536
|
<p> A newly created <a class="link" href="PopplerAnnot.html#PopplerAnnotText" title="PopplerAnnotText"><span class="type">PopplerAnnotText</span></a> annotation</p>
|
1492
1537
|
<p></p>
|
1493
1538
|
</div>
|
@@ -1501,7 +1546,7 @@ poppler_annot_text_get_icon (<em class="parameter"><code><a class="link" href="P
|
|
1501
1546
|
<p>Gets name of the icon of <em class="parameter"><code>poppler_annot</code></em>
|
1502
1547
|
.</p>
|
1503
1548
|
<div class="refsect3">
|
1504
|
-
<a name="id-1.2.8.8.
|
1549
|
+
<a name="id-1.2.8.8.29.5"></a><h4>Parameters</h4>
|
1505
1550
|
<div class="informaltable"><table width="100%" border="0">
|
1506
1551
|
<colgroup>
|
1507
1552
|
<col width="150px" class="parameters_name">
|
@@ -1516,7 +1561,7 @@ poppler_annot_text_get_icon (<em class="parameter"><code><a class="link" href="P
|
|
1516
1561
|
</table></div>
|
1517
1562
|
</div>
|
1518
1563
|
<div class="refsect3">
|
1519
|
-
<a name="id-1.2.8.8.
|
1564
|
+
<a name="id-1.2.8.8.29.6"></a><h4>Returns</h4>
|
1520
1565
|
<p> a new allocated string containing the icon name</p>
|
1521
1566
|
<p></p>
|
1522
1567
|
</div>
|
@@ -1575,7 +1620,7 @@ icons are currently supported:</p>
|
|
1575
1620
|
</tbody>
|
1576
1621
|
</table></div>
|
1577
1622
|
<div class="refsect3">
|
1578
|
-
<a name="id-1.2.8.8.
|
1623
|
+
<a name="id-1.2.8.8.30.6"></a><h4>Parameters</h4>
|
1579
1624
|
<div class="informaltable"><table width="100%" border="0">
|
1580
1625
|
<colgroup>
|
1581
1626
|
<col width="150px" class="parameters_name">
|
@@ -1606,7 +1651,7 @@ poppler_annot_text_get_is_open (<em class="parameter"><code><a class="link" href
|
|
1606
1651
|
<p>Retrieves the state of <em class="parameter"><code>poppler_annot</code></em>
|
1607
1652
|
.</p>
|
1608
1653
|
<div class="refsect3">
|
1609
|
-
<a name="id-1.2.8.8.
|
1654
|
+
<a name="id-1.2.8.8.31.5"></a><h4>Parameters</h4>
|
1610
1655
|
<div class="informaltable"><table width="100%" border="0">
|
1611
1656
|
<colgroup>
|
1612
1657
|
<col width="150px" class="parameters_name">
|
@@ -1621,7 +1666,7 @@ poppler_annot_text_get_is_open (<em class="parameter"><code><a class="link" href
|
|
1621
1666
|
</table></div>
|
1622
1667
|
</div>
|
1623
1668
|
<div class="refsect3">
|
1624
|
-
<a name="id-1.2.8.8.
|
1669
|
+
<a name="id-1.2.8.8.31.6"></a><h4>Returns</h4>
|
1625
1670
|
<p> the state of <em class="parameter"><code>poppler_annot</code></em>
|
1626
1671
|
. <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if it's open, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> in
|
1627
1672
|
other case.</p>
|
@@ -1637,7 +1682,7 @@ poppler_annot_text_set_is_open (<em class="parameter"><code><a class="link" href
|
|
1637
1682
|
<p>Sets whether <em class="parameter"><code>poppler_annot</code></em>
|
1638
1683
|
should initially be displayed open</p>
|
1639
1684
|
<div class="refsect3">
|
1640
|
-
<a name="id-1.2.8.8.
|
1685
|
+
<a name="id-1.2.8.8.32.5"></a><h4>Parameters</h4>
|
1641
1686
|
<div class="informaltable"><table width="100%" border="0">
|
1642
1687
|
<colgroup>
|
1643
1688
|
<col width="150px" class="parameters_name">
|
@@ -1668,7 +1713,7 @@ poppler_annot_text_get_state (<em class="parameter"><code><a class="link" href="
|
|
1668
1713
|
<p>Retrieves the state of <em class="parameter"><code>poppler_annot</code></em>
|
1669
1714
|
.</p>
|
1670
1715
|
<div class="refsect3">
|
1671
|
-
<a name="id-1.2.8.8.
|
1716
|
+
<a name="id-1.2.8.8.33.5"></a><h4>Parameters</h4>
|
1672
1717
|
<div class="informaltable"><table width="100%" border="0">
|
1673
1718
|
<colgroup>
|
1674
1719
|
<col width="150px" class="parameters_name">
|
@@ -1683,7 +1728,7 @@ poppler_annot_text_get_state (<em class="parameter"><code><a class="link" href="
|
|
1683
1728
|
</table></div>
|
1684
1729
|
</div>
|
1685
1730
|
<div class="refsect3">
|
1686
|
-
<a name="id-1.2.8.8.
|
1731
|
+
<a name="id-1.2.8.8.33.6"></a><h4>Returns</h4>
|
1687
1732
|
<p> <a class="link" href="PopplerAnnot.html#PopplerAnnotTextState" title="enum PopplerAnnotTextState"><span class="type">PopplerAnnotTextState</span></a> of <em class="parameter"><code>poppler_annot</code></em>
|
1688
1733
|
.</p>
|
1689
1734
|
<p></p>
|
@@ -1701,7 +1746,7 @@ poppler_annot_text_markup_new_highlight
|
|
1701
1746
|
located on <em class="parameter"><code>rect</code></em>
|
1702
1747
|
when added to a page. See <a class="link" href="PopplerPage.html#poppler-page-add-annot" title="poppler_page_add_annot ()"><code class="function">poppler_page_add_annot()</code></a></p>
|
1703
1748
|
<div class="refsect3">
|
1704
|
-
<a name="id-1.2.8.8.
|
1749
|
+
<a name="id-1.2.8.8.34.5"></a><h4>Parameters</h4>
|
1705
1750
|
<div class="informaltable"><table width="100%" border="0">
|
1706
1751
|
<colgroup>
|
1707
1752
|
<col width="150px" class="parameters_name">
|
@@ -1729,7 +1774,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
1729
1774
|
</table></div>
|
1730
1775
|
</div>
|
1731
1776
|
<div class="refsect3">
|
1732
|
-
<a name="id-1.2.8.8.
|
1777
|
+
<a name="id-1.2.8.8.34.6"></a><h4>Returns</h4>
|
1733
1778
|
<p> A newly created <a class="link" href="PopplerAnnot.html#PopplerAnnotTextMarkup" title="PopplerAnnotTextMarkup"><span class="type">PopplerAnnotTextMarkup</span></a> annotation. </p>
|
1734
1779
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1735
1780
|
</div>
|
@@ -1747,7 +1792,7 @@ poppler_annot_text_markup_new_squiggly
|
|
1747
1792
|
located on <em class="parameter"><code>rect</code></em>
|
1748
1793
|
when added to a page. See <a class="link" href="PopplerPage.html#poppler-page-add-annot" title="poppler_page_add_annot ()"><code class="function">poppler_page_add_annot()</code></a></p>
|
1749
1794
|
<div class="refsect3">
|
1750
|
-
<a name="id-1.2.8.8.
|
1795
|
+
<a name="id-1.2.8.8.35.5"></a><h4>Parameters</h4>
|
1751
1796
|
<div class="informaltable"><table width="100%" border="0">
|
1752
1797
|
<colgroup>
|
1753
1798
|
<col width="150px" class="parameters_name">
|
@@ -1775,7 +1820,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
1775
1820
|
</table></div>
|
1776
1821
|
</div>
|
1777
1822
|
<div class="refsect3">
|
1778
|
-
<a name="id-1.2.8.8.
|
1823
|
+
<a name="id-1.2.8.8.35.6"></a><h4>Returns</h4>
|
1779
1824
|
<p> A newly created <a class="link" href="PopplerAnnot.html#PopplerAnnotTextMarkup" title="PopplerAnnotTextMarkup"><span class="type">PopplerAnnotTextMarkup</span></a> annotation. </p>
|
1780
1825
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1781
1826
|
</div>
|
@@ -1793,7 +1838,7 @@ poppler_annot_text_markup_new_strikeout
|
|
1793
1838
|
located on <em class="parameter"><code>rect</code></em>
|
1794
1839
|
when added to a page. See <a class="link" href="PopplerPage.html#poppler-page-add-annot" title="poppler_page_add_annot ()"><code class="function">poppler_page_add_annot()</code></a></p>
|
1795
1840
|
<div class="refsect3">
|
1796
|
-
<a name="id-1.2.8.8.
|
1841
|
+
<a name="id-1.2.8.8.36.5"></a><h4>Parameters</h4>
|
1797
1842
|
<div class="informaltable"><table width="100%" border="0">
|
1798
1843
|
<colgroup>
|
1799
1844
|
<col width="150px" class="parameters_name">
|
@@ -1821,7 +1866,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
1821
1866
|
</table></div>
|
1822
1867
|
</div>
|
1823
1868
|
<div class="refsect3">
|
1824
|
-
<a name="id-1.2.8.8.
|
1869
|
+
<a name="id-1.2.8.8.36.6"></a><h4>Returns</h4>
|
1825
1870
|
<p> A newly created <a class="link" href="PopplerAnnot.html#PopplerAnnotTextMarkup" title="PopplerAnnotTextMarkup"><span class="type">PopplerAnnotTextMarkup</span></a> annotation. </p>
|
1826
1871
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1827
1872
|
</div>
|
@@ -1839,7 +1884,7 @@ poppler_annot_text_markup_new_underline
|
|
1839
1884
|
located on <em class="parameter"><code>rect</code></em>
|
1840
1885
|
when added to a page. See <a class="link" href="PopplerPage.html#poppler-page-add-annot" title="poppler_page_add_annot ()"><code class="function">poppler_page_add_annot()</code></a></p>
|
1841
1886
|
<div class="refsect3">
|
1842
|
-
<a name="id-1.2.8.8.
|
1887
|
+
<a name="id-1.2.8.8.37.5"></a><h4>Parameters</h4>
|
1843
1888
|
<div class="informaltable"><table width="100%" border="0">
|
1844
1889
|
<colgroup>
|
1845
1890
|
<col width="150px" class="parameters_name">
|
@@ -1867,7 +1912,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
1867
1912
|
</table></div>
|
1868
1913
|
</div>
|
1869
1914
|
<div class="refsect3">
|
1870
|
-
<a name="id-1.2.8.8.
|
1915
|
+
<a name="id-1.2.8.8.37.6"></a><h4>Returns</h4>
|
1871
1916
|
<p> A newly created <a class="link" href="PopplerAnnot.html#PopplerAnnotTextMarkup" title="PopplerAnnotTextMarkup"><span class="type">PopplerAnnotTextMarkup</span></a> annotation. </p>
|
1872
1917
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1873
1918
|
</div>
|
@@ -1883,7 +1928,7 @@ poppler_annot_text_markup_set_quadrilaterals
|
|
1883
1928
|
<p>Set the regions (Quadrilaterals) to apply the text markup in <em class="parameter"><code>poppler_annot</code></em>
|
1884
1929
|
.</p>
|
1885
1930
|
<div class="refsect3">
|
1886
|
-
<a name="id-1.2.8.8.
|
1931
|
+
<a name="id-1.2.8.8.38.5"></a><h4>Parameters</h4>
|
1887
1932
|
<div class="informaltable"><table width="100%" border="0">
|
1888
1933
|
<colgroup>
|
1889
1934
|
<col width="150px" class="parameters_name">
|
@@ -1918,7 +1963,7 @@ location on <em class="parameter"><code>page</code></em>
|
|
1918
1963
|
to a <a class="link" href="PopplerAnnot.html#PopplerAnnotTextMarkup" title="PopplerAnnotTextMarkup"><span class="type">PopplerAnnotTextMarkup</span></a>. This array must be freed
|
1919
1964
|
when done.</p>
|
1920
1965
|
<div class="refsect3">
|
1921
|
-
<a name="id-1.2.8.8.
|
1966
|
+
<a name="id-1.2.8.8.39.5"></a><h4>Parameters</h4>
|
1922
1967
|
<div class="informaltable"><table width="100%" border="0">
|
1923
1968
|
<colgroup>
|
1924
1969
|
<col width="150px" class="parameters_name">
|
@@ -1933,7 +1978,7 @@ when done.</p>
|
|
1933
1978
|
</table></div>
|
1934
1979
|
</div>
|
1935
1980
|
<div class="refsect3">
|
1936
|
-
<a name="id-1.2.8.8.
|
1981
|
+
<a name="id-1.2.8.8.39.6"></a><h4>Returns</h4>
|
1937
1982
|
<p> A <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html#GArray"><span class="type">GArray</span></a> of <a class="link" href="PopplerAnnot.html#PopplerQuadrilateral" title="PopplerQuadrilateral"><span class="type">PopplerQuadrilateral</span></a>. </p>
|
1938
1983
|
<p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> PopplerQuadrilateral][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
1939
1984
|
</div>
|
@@ -1949,7 +1994,7 @@ poppler_annot_free_text_get_callout_line
|
|
1949
1994
|
line attached to the <em class="parameter"><code>poppler_annot</code></em>
|
1950
1995
|
.</p>
|
1951
1996
|
<div class="refsect3">
|
1952
|
-
<a name="id-1.2.8.8.
|
1997
|
+
<a name="id-1.2.8.8.40.5"></a><h4>Parameters</h4>
|
1953
1998
|
<div class="informaltable"><table width="100%" border="0">
|
1954
1999
|
<colgroup>
|
1955
2000
|
<col width="150px" class="parameters_name">
|
@@ -1964,7 +2009,7 @@ line attached to the <em class="parameter"><code>poppler_annot</code></em>
|
|
1964
2009
|
</table></div>
|
1965
2010
|
</div>
|
1966
2011
|
<div class="refsect3">
|
1967
|
-
<a name="id-1.2.8.8.
|
2012
|
+
<a name="id-1.2.8.8.40.6"></a><h4>Returns</h4>
|
1968
2013
|
<p> a new allocated <a class="link" href="PopplerAnnot.html#PopplerAnnotCalloutLine" title="PopplerAnnotCalloutLine"><span class="type">PopplerAnnotCalloutLine</span></a> if the annot has a callout
|
1969
2014
|
line, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in other case. It must be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when
|
1970
2015
|
done.</p>
|
@@ -1979,7 +2024,7 @@ poppler_annot_free_text_get_quadding (<em class="parameter"><code><a class="link
|
|
1979
2024
|
<p>Retrieves the justification of the text of <em class="parameter"><code>poppler_annot</code></em>
|
1980
2025
|
.</p>
|
1981
2026
|
<div class="refsect3">
|
1982
|
-
<a name="id-1.2.8.8.
|
2027
|
+
<a name="id-1.2.8.8.41.5"></a><h4>Parameters</h4>
|
1983
2028
|
<div class="informaltable"><table width="100%" border="0">
|
1984
2029
|
<colgroup>
|
1985
2030
|
<col width="150px" class="parameters_name">
|
@@ -1994,7 +2039,7 @@ poppler_annot_free_text_get_quadding (<em class="parameter"><code><a class="link
|
|
1994
2039
|
</table></div>
|
1995
2040
|
</div>
|
1996
2041
|
<div class="refsect3">
|
1997
|
-
<a name="id-1.2.8.8.
|
2042
|
+
<a name="id-1.2.8.8.41.6"></a><h4>Returns</h4>
|
1998
2043
|
<p> <a class="link" href="PopplerAnnot.html#PopplerAnnotFreeTextQuadding" title="enum PopplerAnnotFreeTextQuadding"><span class="type">PopplerAnnotFreeTextQuadding</span></a> of <em class="parameter"><code>poppler_annot</code></em>
|
1999
2044
|
.</p>
|
2000
2045
|
<p></p>
|
@@ -2010,7 +2055,7 @@ poppler_annot_file_attachment_get_attachment
|
|
2010
2055
|
.
|
2011
2056
|
The <a class="link" href="PopplerAttachment.html" title="PopplerAttachment"><span class="type">PopplerAttachment</span></a> must be unrefed with g_object_unref by the caller.</p>
|
2012
2057
|
<div class="refsect3">
|
2013
|
-
<a name="id-1.2.8.8.
|
2058
|
+
<a name="id-1.2.8.8.42.5"></a><h4>Parameters</h4>
|
2014
2059
|
<div class="informaltable"><table width="100%" border="0">
|
2015
2060
|
<colgroup>
|
2016
2061
|
<col width="150px" class="parameters_name">
|
@@ -2025,7 +2070,7 @@ The <a class="link" href="PopplerAttachment.html" title="PopplerAttachment"><spa
|
|
2025
2070
|
</table></div>
|
2026
2071
|
</div>
|
2027
2072
|
<div class="refsect3">
|
2028
|
-
<a name="id-1.2.8.8.
|
2073
|
+
<a name="id-1.2.8.8.42.6"></a><h4>Returns</h4>
|
2029
2074
|
<p> <em class="parameter"><code>PopplerAttachment</code></em>
|
2030
2075
|
. </p>
|
2031
2076
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
@@ -2041,7 +2086,7 @@ poppler_annot_file_attachment_get_name
|
|
2041
2086
|
<p>Retrieves the name of <em class="parameter"><code>poppler_annot</code></em>
|
2042
2087
|
.</p>
|
2043
2088
|
<div class="refsect3">
|
2044
|
-
<a name="id-1.2.8.8.
|
2089
|
+
<a name="id-1.2.8.8.43.5"></a><h4>Parameters</h4>
|
2045
2090
|
<div class="informaltable"><table width="100%" border="0">
|
2046
2091
|
<colgroup>
|
2047
2092
|
<col width="150px" class="parameters_name">
|
@@ -2056,7 +2101,7 @@ poppler_annot_file_attachment_get_name
|
|
2056
2101
|
</table></div>
|
2057
2102
|
</div>
|
2058
2103
|
<div class="refsect3">
|
2059
|
-
<a name="id-1.2.8.8.
|
2104
|
+
<a name="id-1.2.8.8.43.6"></a><h4>Returns</h4>
|
2060
2105
|
<p> a new allocated string with the name of <em class="parameter"><code>poppler_annot</code></em>
|
2061
2106
|
. It must
|
2062
2107
|
be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done.</p>
|
@@ -2072,7 +2117,7 @@ poppler_annot_screen_get_action (<em class="parameter"><code><a class="link" hre
|
|
2072
2117
|
<p>Retrieves the action (<a class="link" href="poppler-PopplerAction.html#PopplerAction" title="union PopplerAction"><span class="type">PopplerAction</span></a>) that shall be performed when <em class="parameter"><code>poppler_annot</code></em>
|
2073
2118
|
is activated</p>
|
2074
2119
|
<div class="refsect3">
|
2075
|
-
<a name="id-1.2.8.8.
|
2120
|
+
<a name="id-1.2.8.8.44.5"></a><h4>Parameters</h4>
|
2076
2121
|
<div class="informaltable"><table width="100%" border="0">
|
2077
2122
|
<colgroup>
|
2078
2123
|
<col width="150px" class="parameters_name">
|
@@ -2087,7 +2132,7 @@ poppler_annot_screen_get_action (<em class="parameter"><code><a class="link" hre
|
|
2087
2132
|
</table></div>
|
2088
2133
|
</div>
|
2089
2134
|
<div class="refsect3">
|
2090
|
-
<a name="id-1.2.8.8.
|
2135
|
+
<a name="id-1.2.8.8.44.6"></a><h4>Returns</h4>
|
2091
2136
|
<p> the action to perform. The returned
|
2092
2137
|
object is owned by <em class="parameter"><code>poppler_annot</code></em>
|
2093
2138
|
and should not be freed. </p>
|
@@ -2103,7 +2148,7 @@ poppler_annot_movie_get_movie (<em class="parameter"><code><a class="link" href=
|
|
2103
2148
|
<p>Retrieves the movie object (PopplerMovie) stored in the <em class="parameter"><code>poppler_annot</code></em>
|
2104
2149
|
.</p>
|
2105
2150
|
<div class="refsect3">
|
2106
|
-
<a name="id-1.2.8.8.
|
2151
|
+
<a name="id-1.2.8.8.45.5"></a><h4>Parameters</h4>
|
2107
2152
|
<div class="informaltable"><table width="100%" border="0">
|
2108
2153
|
<colgroup>
|
2109
2154
|
<col width="150px" class="parameters_name">
|
@@ -2118,7 +2163,7 @@ poppler_annot_movie_get_movie (<em class="parameter"><code><a class="link" href=
|
|
2118
2163
|
</table></div>
|
2119
2164
|
</div>
|
2120
2165
|
<div class="refsect3">
|
2121
|
-
<a name="id-1.2.8.8.
|
2166
|
+
<a name="id-1.2.8.8.45.6"></a><h4>Returns</h4>
|
2122
2167
|
<p> the movie object stored in the <em class="parameter"><code>poppler_annot</code></em>
|
2123
2168
|
. The returned
|
2124
2169
|
object is owned by <a class="link" href="PopplerAnnot.html#PopplerAnnotMovie" title="PopplerAnnotMovie"><span class="type">PopplerAnnotMovie</span></a> and should not be freed. </p>
|
@@ -2134,7 +2179,7 @@ poppler_annot_movie_get_title (<em class="parameter"><code><a class="link" href=
|
|
2134
2179
|
<p>Retrieves the movie title of <em class="parameter"><code>poppler_annot</code></em>
|
2135
2180
|
.</p>
|
2136
2181
|
<div class="refsect3">
|
2137
|
-
<a name="id-1.2.8.8.
|
2182
|
+
<a name="id-1.2.8.8.46.5"></a><h4>Parameters</h4>
|
2138
2183
|
<div class="informaltable"><table width="100%" border="0">
|
2139
2184
|
<colgroup>
|
2140
2185
|
<col width="150px" class="parameters_name">
|
@@ -2149,7 +2194,7 @@ poppler_annot_movie_get_title (<em class="parameter"><code><a class="link" href=
|
|
2149
2194
|
</table></div>
|
2150
2195
|
</div>
|
2151
2196
|
<div class="refsect3">
|
2152
|
-
<a name="id-1.2.8.8.
|
2197
|
+
<a name="id-1.2.8.8.46.6"></a><h4>Returns</h4>
|
2153
2198
|
<p> the title text of <em class="parameter"><code>poppler_annot</code></em>
|
2154
2199
|
.</p>
|
2155
2200
|
<p></p>
|
@@ -2163,7 +2208,7 @@ poppler_annot_movie_get_title (<em class="parameter"><code><a class="link" href=
|
|
2163
2208
|
poppler_annot_callout_line_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
2164
2209
|
<p>Creates a new empty <a class="link" href="PopplerAnnot.html#PopplerAnnotCalloutLine" title="PopplerAnnotCalloutLine"><span class="type">PopplerAnnotCalloutLine</span></a>.</p>
|
2165
2210
|
<div class="refsect3">
|
2166
|
-
<a name="id-1.2.8.8.
|
2211
|
+
<a name="id-1.2.8.8.47.5"></a><h4>Returns</h4>
|
2167
2212
|
<p> a new allocated <a class="link" href="PopplerAnnot.html#PopplerAnnotCalloutLine" title="PopplerAnnotCalloutLine"><span class="type">PopplerAnnotCalloutLine</span></a>, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in other case.
|
2168
2213
|
It must be freed when done.</p>
|
2169
2214
|
<p></p>
|
@@ -2177,7 +2222,7 @@ poppler_annot_callout_line_copy (<em class="parameter"><code><a class="link" hre
|
|
2177
2222
|
<p>It does copy <em class="parameter"><code>callout</code></em>
|
2178
2223
|
to a new <a class="link" href="PopplerAnnot.html#PopplerAnnotCalloutLine" title="PopplerAnnotCalloutLine"><span class="type">PopplerAnnotCalloutLine</span></a>.</p>
|
2179
2224
|
<div class="refsect3">
|
2180
|
-
<a name="id-1.2.8.8.
|
2225
|
+
<a name="id-1.2.8.8.48.5"></a><h4>Parameters</h4>
|
2181
2226
|
<div class="informaltable"><table width="100%" border="0">
|
2182
2227
|
<colgroup>
|
2183
2228
|
<col width="150px" class="parameters_name">
|
@@ -2192,7 +2237,7 @@ poppler_annot_callout_line_copy (<em class="parameter"><code><a class="link" hre
|
|
2192
2237
|
</table></div>
|
2193
2238
|
</div>
|
2194
2239
|
<div class="refsect3">
|
2195
|
-
<a name="id-1.2.8.8.
|
2240
|
+
<a name="id-1.2.8.8.48.6"></a><h4>Returns</h4>
|
2196
2241
|
<p> a new allocated <a class="link" href="PopplerAnnot.html#PopplerAnnotCalloutLine" title="PopplerAnnotCalloutLine"><span class="type">PopplerAnnotCalloutLine</span></a> as exact copy of
|
2197
2242
|
<em class="parameter"><code>callout</code></em>
|
2198
2243
|
, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> in other case. It must be freed when done.</p>
|
@@ -2206,7 +2251,7 @@ poppler_annot_callout_line_copy (<em class="parameter"><code><a class="link" hre
|
|
2206
2251
|
poppler_annot_callout_line_free (<em class="parameter"><code><a class="link" href="PopplerAnnot.html#PopplerAnnotCalloutLine" title="PopplerAnnotCalloutLine"><span class="type">PopplerAnnotCalloutLine</span></a> *callout</code></em>);</pre>
|
2207
2252
|
<p>Frees the memory used by <a class="link" href="PopplerAnnot.html#PopplerAnnotCalloutLine" title="PopplerAnnotCalloutLine"><span class="type">PopplerAnnotCalloutLine</span></a>.</p>
|
2208
2253
|
<div class="refsect3">
|
2209
|
-
<a name="id-1.2.8.8.
|
2254
|
+
<a name="id-1.2.8.8.49.5"></a><h4>Parameters</h4>
|
2210
2255
|
<div class="informaltable"><table width="100%" border="0">
|
2211
2256
|
<colgroup>
|
2212
2257
|
<col width="150px" class="parameters_name">
|
@@ -2232,7 +2277,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
2232
2277
|
when added to a page. See
|
2233
2278
|
<a class="link" href="PopplerPage.html#poppler-page-add-annot" title="poppler_page_add_annot ()"><code class="function">poppler_page_add_annot()</code></a></p>
|
2234
2279
|
<div class="refsect3">
|
2235
|
-
<a name="id-1.2.8.8.
|
2280
|
+
<a name="id-1.2.8.8.50.5"></a><h4>Parameters</h4>
|
2236
2281
|
<div class="informaltable"><table width="100%" border="0">
|
2237
2282
|
<colgroup>
|
2238
2283
|
<col width="150px" class="parameters_name">
|
@@ -2254,7 +2299,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
2254
2299
|
</table></div>
|
2255
2300
|
</div>
|
2256
2301
|
<div class="refsect3">
|
2257
|
-
<a name="id-1.2.8.8.
|
2302
|
+
<a name="id-1.2.8.8.50.6"></a><h4>Returns</h4>
|
2258
2303
|
<p> a newly created <a class="link" href="PopplerAnnot.html#PopplerAnnotCircle" title="PopplerAnnotCircle"><span class="type">PopplerAnnotCircle</span></a> annotation</p>
|
2259
2304
|
<p></p>
|
2260
2305
|
</div>
|
@@ -2269,7 +2314,7 @@ poppler_annot_circle_get_interior_color
|
|
2269
2314
|
<p>Retrieves the interior color of <em class="parameter"><code>poppler_annot</code></em>
|
2270
2315
|
.</p>
|
2271
2316
|
<div class="refsect3">
|
2272
|
-
<a name="id-1.2.8.8.
|
2317
|
+
<a name="id-1.2.8.8.51.5"></a><h4>Parameters</h4>
|
2273
2318
|
<div class="informaltable"><table width="100%" border="0">
|
2274
2319
|
<colgroup>
|
2275
2320
|
<col width="150px" class="parameters_name">
|
@@ -2284,7 +2329,7 @@ poppler_annot_circle_get_interior_color
|
|
2284
2329
|
</table></div>
|
2285
2330
|
</div>
|
2286
2331
|
<div class="refsect3">
|
2287
|
-
<a name="id-1.2.8.8.
|
2332
|
+
<a name="id-1.2.8.8.51.6"></a><h4>Returns</h4>
|
2288
2333
|
<p> a new allocated <a class="link" href="poppler-PopplerColor.html#PopplerColor" title="PopplerColor"><span class="type">PopplerColor</span></a> with the color values of
|
2289
2334
|
<em class="parameter"><code>poppler_annot</code></em>
|
2290
2335
|
, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. It must be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done.</p>
|
@@ -2302,7 +2347,7 @@ poppler_annot_circle_set_interior_color
|
|
2302
2347
|
<p>Sets the interior color of <em class="parameter"><code>poppler_annot</code></em>
|
2303
2348
|
.</p>
|
2304
2349
|
<div class="refsect3">
|
2305
|
-
<a name="id-1.2.8.8.
|
2350
|
+
<a name="id-1.2.8.8.52.5"></a><h4>Parameters</h4>
|
2306
2351
|
<div class="informaltable"><table width="100%" border="0">
|
2307
2352
|
<colgroup>
|
2308
2353
|
<col width="150px" class="parameters_name">
|
@@ -2338,7 +2383,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
2338
2383
|
when added to a page. See
|
2339
2384
|
<a class="link" href="PopplerPage.html#poppler-page-add-annot" title="poppler_page_add_annot ()"><code class="function">poppler_page_add_annot()</code></a></p>
|
2340
2385
|
<div class="refsect3">
|
2341
|
-
<a name="id-1.2.8.8.
|
2386
|
+
<a name="id-1.2.8.8.53.5"></a><h4>Parameters</h4>
|
2342
2387
|
<div class="informaltable"><table width="100%" border="0">
|
2343
2388
|
<colgroup>
|
2344
2389
|
<col width="150px" class="parameters_name">
|
@@ -2370,7 +2415,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
2370
2415
|
</table></div>
|
2371
2416
|
</div>
|
2372
2417
|
<div class="refsect3">
|
2373
|
-
<a name="id-1.2.8.8.
|
2418
|
+
<a name="id-1.2.8.8.53.6"></a><h4>Returns</h4>
|
2374
2419
|
<p> A newly created <a class="link" href="PopplerAnnot.html#PopplerAnnotLine" title="PopplerAnnotLine"><span class="type">PopplerAnnotLine</span></a> annotation</p>
|
2375
2420
|
<p></p>
|
2376
2421
|
</div>
|
@@ -2386,7 +2431,7 @@ poppler_annot_line_set_vertices (<em class="parameter"><code><a class="link" hre
|
|
2386
2431
|
<p>Set the coordinate points where the <em class="parameter"><code>poppler_annot</code></em>
|
2387
2432
|
starts and ends.</p>
|
2388
2433
|
<div class="refsect3">
|
2389
|
-
<a name="id-1.2.8.8.
|
2434
|
+
<a name="id-1.2.8.8.54.5"></a><h4>Parameters</h4>
|
2390
2435
|
<div class="informaltable"><table width="100%" border="0">
|
2391
2436
|
<colgroup>
|
2392
2437
|
<col width="150px" class="parameters_name">
|
@@ -2425,7 +2470,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
2425
2470
|
when added to a page. See
|
2426
2471
|
<a class="link" href="PopplerPage.html#poppler-page-add-annot" title="poppler_page_add_annot ()"><code class="function">poppler_page_add_annot()</code></a></p>
|
2427
2472
|
<div class="refsect3">
|
2428
|
-
<a name="id-1.2.8.8.
|
2473
|
+
<a name="id-1.2.8.8.55.5"></a><h4>Parameters</h4>
|
2429
2474
|
<div class="informaltable"><table width="100%" border="0">
|
2430
2475
|
<colgroup>
|
2431
2476
|
<col width="150px" class="parameters_name">
|
@@ -2447,7 +2492,7 @@ located on <em class="parameter"><code>rect</code></em>
|
|
2447
2492
|
</table></div>
|
2448
2493
|
</div>
|
2449
2494
|
<div class="refsect3">
|
2450
|
-
<a name="id-1.2.8.8.
|
2495
|
+
<a name="id-1.2.8.8.55.6"></a><h4>Returns</h4>
|
2451
2496
|
<p> a newly created <a class="link" href="PopplerAnnot.html#PopplerAnnotSquare" title="PopplerAnnotSquare"><span class="type">PopplerAnnotSquare</span></a> annotation</p>
|
2452
2497
|
<p></p>
|
2453
2498
|
</div>
|
@@ -2462,7 +2507,7 @@ poppler_annot_square_get_interior_color
|
|
2462
2507
|
<p>Retrieves the interior color of <em class="parameter"><code>poppler_annot</code></em>
|
2463
2508
|
.</p>
|
2464
2509
|
<div class="refsect3">
|
2465
|
-
<a name="id-1.2.8.8.
|
2510
|
+
<a name="id-1.2.8.8.56.5"></a><h4>Parameters</h4>
|
2466
2511
|
<div class="informaltable"><table width="100%" border="0">
|
2467
2512
|
<colgroup>
|
2468
2513
|
<col width="150px" class="parameters_name">
|
@@ -2477,7 +2522,7 @@ poppler_annot_square_get_interior_color
|
|
2477
2522
|
</table></div>
|
2478
2523
|
</div>
|
2479
2524
|
<div class="refsect3">
|
2480
|
-
<a name="id-1.2.8.8.
|
2525
|
+
<a name="id-1.2.8.8.56.6"></a><h4>Returns</h4>
|
2481
2526
|
<p> a new allocated <a class="link" href="poppler-PopplerColor.html#PopplerColor" title="PopplerColor"><span class="type">PopplerColor</span></a> with the color values of
|
2482
2527
|
<em class="parameter"><code>poppler_annot</code></em>
|
2483
2528
|
, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. It must be freed with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> when done.</p>
|
@@ -2495,7 +2540,7 @@ poppler_annot_square_set_interior_color
|
|
2495
2540
|
<p>Sets the interior color of <em class="parameter"><code>poppler_annot</code></em>
|
2496
2541
|
.</p>
|
2497
2542
|
<div class="refsect3">
|
2498
|
-
<a name="id-1.2.8.8.
|
2543
|
+
<a name="id-1.2.8.8.57.5"></a><h4>Parameters</h4>
|
2499
2544
|
<div class="informaltable"><table width="100%" border="0">
|
2500
2545
|
<colgroup>
|
2501
2546
|
<col width="150px" class="parameters_name">
|
@@ -2525,7 +2570,7 @@ poppler_annot_square_set_interior_color
|
|
2525
2570
|
poppler_point_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
2526
2571
|
<p>Creates a new <a class="link" href="PopplerAnnot.html#PopplerPoint" title="PopplerPoint"><span class="type">PopplerPoint</span></a>. It must be freed with <a class="link" href="PopplerAnnot.html#poppler-point-free" title="poppler_point_free ()"><code class="function">poppler_point_free()</code></a> after use.</p>
|
2527
2572
|
<div class="refsect3">
|
2528
|
-
<a name="id-1.2.8.8.
|
2573
|
+
<a name="id-1.2.8.8.58.5"></a><h4>Returns</h4>
|
2529
2574
|
<p> a new <a class="link" href="PopplerAnnot.html#PopplerPoint" title="PopplerPoint"><span class="type">PopplerPoint</span></a></p>
|
2530
2575
|
<p></p>
|
2531
2576
|
</div>
|
@@ -2540,7 +2585,7 @@ poppler_point_copy (<em class="parameter"><code><a class="link" href="PopplerAnn
|
|
2540
2585
|
. The copy must be freed with <a class="link" href="PopplerAnnot.html#poppler-point-free" title="poppler_point_free ()"><code class="function">poppler_point_free()</code></a>
|
2541
2586
|
after use.</p>
|
2542
2587
|
<div class="refsect3">
|
2543
|
-
<a name="id-1.2.8.8.
|
2588
|
+
<a name="id-1.2.8.8.59.5"></a><h4>Parameters</h4>
|
2544
2589
|
<div class="informaltable"><table width="100%" border="0">
|
2545
2590
|
<colgroup>
|
2546
2591
|
<col width="150px" class="parameters_name">
|
@@ -2555,7 +2600,7 @@ after use.</p>
|
|
2555
2600
|
</table></div>
|
2556
2601
|
</div>
|
2557
2602
|
<div class="refsect3">
|
2558
|
-
<a name="id-1.2.8.8.
|
2603
|
+
<a name="id-1.2.8.8.59.6"></a><h4>Returns</h4>
|
2559
2604
|
<p> a new allocated copy of <em class="parameter"><code>point</code></em>
|
2560
2605
|
</p>
|
2561
2606
|
<p></p>
|
@@ -2570,7 +2615,7 @@ poppler_point_free (<em class="parameter"><code><a class="link" href="PopplerAnn
|
|
2570
2615
|
<p>Frees the memory used by <em class="parameter"><code>point</code></em>
|
2571
2616
|
</p>
|
2572
2617
|
<div class="refsect3">
|
2573
|
-
<a name="id-1.2.8.8.
|
2618
|
+
<a name="id-1.2.8.8.60.5"></a><h4>Parameters</h4>
|
2574
2619
|
<div class="informaltable"><table width="100%" border="0">
|
2575
2620
|
<colgroup>
|
2576
2621
|
<col width="150px" class="parameters_name">
|
@@ -2593,7 +2638,7 @@ poppler_point_free (<em class="parameter"><code><a class="link" href="PopplerAnn
|
|
2593
2638
|
poppler_quadrilateral_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
2594
2639
|
<p>Creates a new <a class="link" href="PopplerAnnot.html#PopplerQuadrilateral" title="PopplerQuadrilateral"><span class="type">PopplerQuadrilateral</span></a>. It must be freed with <a class="link" href="PopplerAnnot.html#poppler-quadrilateral-free" title="poppler_quadrilateral_free ()"><code class="function">poppler_quadrilateral_free()</code></a> after use.</p>
|
2595
2640
|
<div class="refsect3">
|
2596
|
-
<a name="id-1.2.8.8.
|
2641
|
+
<a name="id-1.2.8.8.61.5"></a><h4>Returns</h4>
|
2597
2642
|
<p> a new <a class="link" href="PopplerAnnot.html#PopplerQuadrilateral" title="PopplerQuadrilateral"><span class="type">PopplerQuadrilateral</span></a>.</p>
|
2598
2643
|
<p></p>
|
2599
2644
|
</div>
|
@@ -2607,7 +2652,7 @@ poppler_quadrilateral_copy (<em class="parameter"><code><a class="link" href="Po
|
|
2607
2652
|
<p>Creates a copy of <em class="parameter"><code>quad</code></em>
|
2608
2653
|
. The copy must be freed with <a class="link" href="PopplerAnnot.html#poppler-quadrilateral-free" title="poppler_quadrilateral_free ()"><code class="function">poppler_quadrilateral_free()</code></a> after use.</p>
|
2609
2654
|
<div class="refsect3">
|
2610
|
-
<a name="id-1.2.8.8.
|
2655
|
+
<a name="id-1.2.8.8.62.5"></a><h4>Parameters</h4>
|
2611
2656
|
<div class="informaltable"><table width="100%" border="0">
|
2612
2657
|
<colgroup>
|
2613
2658
|
<col width="150px" class="parameters_name">
|
@@ -2622,7 +2667,7 @@ poppler_quadrilateral_copy (<em class="parameter"><code><a class="link" href="Po
|
|
2622
2667
|
</table></div>
|
2623
2668
|
</div>
|
2624
2669
|
<div class="refsect3">
|
2625
|
-
<a name="id-1.2.8.8.
|
2670
|
+
<a name="id-1.2.8.8.62.6"></a><h4>Returns</h4>
|
2626
2671
|
<p> a new allocated copy of <em class="parameter"><code>quad</code></em>
|
2627
2672
|
</p>
|
2628
2673
|
<p></p>
|
@@ -2637,7 +2682,7 @@ poppler_quadrilateral_free (<em class="parameter"><code><a class="link" href="Po
|
|
2637
2682
|
<p>Frees the memory used by <em class="parameter"><code>quad</code></em>
|
2638
2683
|
</p>
|
2639
2684
|
<div class="refsect3">
|
2640
|
-
<a name="id-1.2.8.8.
|
2685
|
+
<a name="id-1.2.8.8.63.5"></a><h4>Parameters</h4>
|
2641
2686
|
<div class="informaltable"><table width="100%" border="0">
|
2642
2687
|
<colgroup>
|
2643
2688
|
<col width="150px" class="parameters_name">
|