1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Ipelib: IpePdfFile Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.1 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li id="current"><a href="annotated.html"><span>Classes</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul></div>
<h1>IpePdfFile Class Reference<br>
<small>
[<a class="el" href="group__base.html">Ipe Base</a>]</small>
</h1><!-- doxytag: class="IpePdfFile" -->All information obtained by parsing a PDF file.
<a href="#_details">More...</a>
<p>
<a href="class_ipe_pdf_file-members.html">List of all members.</a><h2>Public Member Functions</h2>
<ul>
<li><a class="el" href="class_ipe_pdf_file.html#8412c89cf10cc2021241c6ea83539244">IpePdfFile</a> ()
<li>bool <a class="el" href="class_ipe_pdf_file.html#699fe1af9de89306483ec330f7108c46">Parse</a> (<a class="el" href="class_ipe_data_source.html">IpeDataSource</a> &source)
<li>const <a class="el" href="class_ipe_pdf_obj.html">IpePdfObj</a> * <a class="el" href="class_ipe_pdf_file.html#3ac771803aafef6a5c5b36e2e07bcd92">Object</a> (int num) const
<li>const <a class="el" href="class_ipe_pdf_dict.html">IpePdfDict</a> * <a class="el" href="class_ipe_pdf_file.html#23155856a59bed1febafc9318bd8ee90">Catalog</a> () const
<li>const <a class="el" href="class_ipe_pdf_dict.html">IpePdfDict</a> * <a class="el" href="class_ipe_pdf_file.html#6635c9d446f7dbdf381289f34c9c8225">Page</a> () const
</ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
All information obtained by parsing a PDF file.
<p>
<hr><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" name="8412c89cf10cc2021241c6ea83539244"></a><!-- doxytag: member="IpePdfFile::IpePdfFile" ref="8412c89cf10cc2021241c6ea83539244" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">IpePdfFile::IpePdfFile </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Create empty container.
<p>
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="699fe1af9de89306483ec330f7108c46"></a><!-- doxytag: member="IpePdfFile::Parse" ref="699fe1af9de89306483ec330f7108c46" args="(IpeDataSource &source)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool IpePdfFile::Parse </td>
<td>(</td>
<td class="paramtype"><a class="el" href="class_ipe_data_source.html">IpeDataSource</a> & </td>
<td class="paramname"> <em>source</em> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Parse entire PDF stream, and store objects.
<p>
</div>
</div><p>
<a class="anchor" name="3ac771803aafef6a5c5b36e2e07bcd92"></a><!-- doxytag: member="IpePdfFile::Object" ref="3ac771803aafef6a5c5b36e2e07bcd92" args="(int num) const" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="class_ipe_pdf_obj.html">IpePdfObj</a> * IpePdfFile::Object </td>
<td>(</td>
<td class="paramtype">int </td>
<td class="paramname"> <em>num</em> </td>
<td> ) </td>
<td width="100%"> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Return object with number <em>num</em>.
<p>
</div>
</div><p>
<a class="anchor" name="23155856a59bed1febafc9318bd8ee90"></a><!-- doxytag: member="IpePdfFile::Catalog" ref="23155856a59bed1febafc9318bd8ee90" args="() const" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="class_ipe_pdf_dict.html">IpePdfDict</a> * IpePdfFile::Catalog </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Return root catalog of PDF file.
<p>
</div>
</div><p>
<a class="anchor" name="6635c9d446f7dbdf381289f34c9c8225"></a><!-- doxytag: member="IpePdfFile::Page" ref="6635c9d446f7dbdf381289f34c9c8225" args="() const" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="class_ipe_pdf_dict.html">IpePdfDict</a> * IpePdfFile::Page </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Return first page of the document.
<p>
</div>
</div><p>
<hr>The documentation for this class was generated from the following files:<ul>
<li>ipepdfparser.h<li>ipepdfparser.cpp</ul>
<hr>
</body></html>
|