Added some para's.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@10211 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Egon Schmid 1999-06-30 21:26:08 +00:00
parent 78cc6e0ee8
commit 8046facac0

View file

@ -1711,30 +1711,30 @@ PDF_stroke($pdf);
The <function>PDF_set_transition</function> function set the transition
between following pages. The value of <parameter>transition</parameter>
can be 0 for none,
<simplelist>
<listitem>
<orderedlist>
<listitem><para>
1 for two lines sweeping across the screen reveal the page,
</listitem>
<listitem>
<listitem><para>
2 for multiple lines sweeping across the screen reveal the page,
</listitem>
<listitem>
<listitem><para>
3 for a box reveals the page,
</listitem>
<listitem>
<listitem><para>
4 for a single line sweeping across the screen reveals the page,
</listitem>
<listitem>
<listitem><para>
5 for the old page dissolves to reveal the page,
</listitem>
<listitem>
<listitem><para>
6 for the dissolve effect moves from one screen edge to another,
</listitem>
<listitem>
<listitem><para>
7 for the old page is simply replaced by the new page (default)
</listitem>
</simplelist>
</orderedlist>
</refsect1>
</refentry>