mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
78cc6e0ee8
commit
8046facac0
1 changed files with 10 additions and 10 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue