Source of: /manual/en/class.harudestination.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.haru.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'class.harudestination.php',
1 => 'HaruDestination',
),
'up' =>
array (
0 => 'book.haru.php',
1 => 'Haru PDF',
),
'prev' =>
array (
0 => 'function.haruannotation-setopened.php',
1 => 'HaruAnnotation::setOpened',
),
'next' =>
array (
0 => 'function.harudestination-setfit.php',
1 => 'HaruDestination::setFit',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">The HaruDestination class</h1>
<div class="partintro">
<div id="harudestination.intro" class="section">
<h2 class="title">Introduction</h2>
<p class="para">
Haru PDF Destination Class.
</p>
</div>
<div id="harudestination.synopsis" class="section">
<h2 class="title">Class synopsis</h2>
<div class="classsynopsis">
<div class="ooclass"><b class="classname">HaruDestination</b></div>
<div class="classsynopsisinfo">
<span class="ooclass">
<b class="classname">HaruDestination</b>
</span>
{</div>
<div class="classsynopsisinfo classsynopsisinfo_comment">/* Methods */</div>
<div class="methodsynopsis dc-description">
<span class="type">bool</span> <span class="methodname"><a href="function.harudestination-setfit.php" class="function">setFit</a></span>
( <span class="methodparam">void</span>
)</div>
<div class="methodsynopsis dc-description">
<span class="type">bool</span> <span class="methodname"><a href="function.harudestination-setfitb.php" class="function">setFitB</a></span>
( <span class="methodparam">void</span>
)</div>
<div class="methodsynopsis dc-description">
<span class="type">bool</span> <span class="methodname"><a href="function.harudestination-setfitbh.php" class="function">setFitBH</a></span>
( <span class="methodparam"><span class="type">float</span> <tt class="parameter">$top</tt></span>
)</div>
<div class="methodsynopsis dc-description">
<span class="type">bool</span> <span class="methodname"><a href="function.harudestination-setfitbv.php" class="function">setFitBV</a></span>
( <span class="methodparam"><span class="type">float</span> <tt class="parameter">$left</tt></span>
)</div>
<div class="methodsynopsis dc-description">
<span class="type">bool</span> <span class="methodname"><a href="function.harudestination-setfith.php" class="function">setFitH</a></span>
( <span class="methodparam"><span class="type">float</span> <tt class="parameter">$top</tt></span>
)</div>
<div class="methodsynopsis dc-description">
<span class="type">bool</span> <span class="methodname"><a href="function.harudestination-setfitr.php" class="function">setFitR</a></span>
( <span class="methodparam"><span class="type">float</span> <tt class="parameter">$left</tt></span>
, <span class="methodparam"><span class="type">float</span> <tt class="parameter">$bottom</tt></span>
, <span class="methodparam"><span class="type">float</span> <tt class="parameter">$right</tt></span>
, <span class="methodparam"><span class="type">float</span> <tt class="parameter">$top</tt></span>
)</div>
<div class="methodsynopsis dc-description">
<span class="type">bool</span> <span class="methodname"><a href="function.harudestination-setfitv.php" class="function">setFitV</a></span>
( <span class="methodparam"><span class="type">float</span> <tt class="parameter">$left</tt></span>
)</div>
<div class="methodsynopsis dc-description">
<span class="type">bool</span> <span class="methodname"><a href="function.harudestination-setxyz.php" class="function">setXYZ</a></span>
( <span class="methodparam"><span class="type">float</span> <tt class="parameter">$left</tt></span>
, <span class="methodparam"><span class="type">float</span> <tt class="parameter">$top</tt></span>
, <span class="methodparam"><span class="type">float</span> <tt class="parameter">$zoom</tt></span>
)</div>
}</div>
</div>
</div>
<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.harudestination-setfit.php">HaruDestination::setFit</a> — Set the appearance of the page to fit the window</li><li><a href="function.harudestination-setfitb.php">HaruDestination::setFitB</a> — Set the appearance of the page to fit the bounding box of the page within the window</li><li><a href="function.harudestination-setfitbh.php">HaruDestination::setFitBH</a> — Set the appearance of the page to fit the width of the bounding box</li><li><a href="function.harudestination-setfitbv.php">HaruDestination::setFitBV</a> — Set the appearance of the page to fit the height of the boudning box</li><li><a href="function.harudestination-setfith.php">HaruDestination::setFitH</a> — Set the appearance of the page to fit the window width</li><li><a href="function.harudestination-setfitr.php">HaruDestination::setFitR</a> — Set the appearance of the page to fit the specified rectangle</li><li><a href="function.harudestination-setfitv.php">HaruDestination::setFitV</a> — Set the appearance of the page to fit the window height</li><li><a href="function.harudestination-setxyz.php">HaruDestination::setXYZ</a> — Set the appearance of the page</li></ul>
</div>
<?php manual_footer(); ?>