takagi Sun Mar 25 04:11:24 2007 UTC
Modified files: /phpdoc/en/reference/haru/functions harudoc-setencryptionmode.xml harudoc-setcompressionmode.xml harudestination-setfitbv.xml Log: fixed typo. http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/haru/functions/harudoc-setencryptionmode.xml?r1=1.1&r2=1.2&diff_format=u Index: phpdoc/en/reference/haru/functions/harudoc-setencryptionmode.xml diff -u phpdoc/en/reference/haru/functions/harudoc-setencryptionmode.xml:1.1 phpdoc/en/reference/haru/functions/harudoc-setencryptionmode.xml:1.2 --- phpdoc/en/reference/haru/functions/harudoc-setencryptionmode.xml:1.1 Thu Mar 22 20:21:10 2007 +++ phpdoc/en/reference/haru/functions/harudoc-setencryptionmode.xml Sun Mar 25 04:11:24 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <refentry id="function.harudoc-setencryptionmode"> <refnamediv> <refname>HaruDoc::setEncryptionMode</refname> @@ -34,7 +34,7 @@ algorithm. </member> <member> - <constant>HaruDoc::ENCRYPT_R3</constant> - user "revision3" + <constant>HaruDoc::ENCRYPT_R3</constant> - use "revision3" algorithm. Using this value bumps the version of PDF to 1.4. </member> </simplelist> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/haru/functions/harudoc-setcompressionmode.xml?r1=1.1&r2=1.2&diff_format=u Index: phpdoc/en/reference/haru/functions/harudoc-setcompressionmode.xml diff -u phpdoc/en/reference/haru/functions/harudoc-setcompressionmode.xml:1.1 phpdoc/en/reference/haru/functions/harudoc-setcompressionmode.xml:1.2 --- phpdoc/en/reference/haru/functions/harudoc-setcompressionmode.xml:1.1 Thu Mar 22 20:21:10 2007 +++ phpdoc/en/reference/haru/functions/harudoc-setcompressionmode.xml Sun Mar 25 04:11:24 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <refentry id="function.harudoc-setcompressionmode"> <refnamediv> <refname>HaruDoc::setCompressionMode</refname> @@ -31,7 +31,7 @@ following flags: <simplelist> <member> - <constant>HaruDoc::COMP_MODE</constant> - all contents is not + <constant>HaruDoc::COMP_NONE</constant> - all contents is not compressed. </member> <member> @@ -41,7 +41,7 @@ <constant>HaruDoc::COMP_IMAGE</constant> - compress the image data. </member> <member> - <constant>HaruDoc::COMP_META_DATA</constant> - compress other data (fonts, + <constant>HaruDoc::COMP_METADATA</constant> - compress other data (fonts, cmaps). </member> <member> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/haru/functions/harudestination-setfitbv.xml?r1=1.2&r2=1.3&diff_format=u Index: phpdoc/en/reference/haru/functions/harudestination-setfitbv.xml diff -u phpdoc/en/reference/haru/functions/harudestination-setfitbv.xml:1.2 phpdoc/en/reference/haru/functions/harudestination-setfitbv.xml:1.3 --- phpdoc/en/reference/haru/functions/harudestination-setfitbv.xml:1.2 Fri Mar 23 08:21:47 2007 +++ phpdoc/en/reference/haru/functions/harudestination-setfitbv.xml Sun Mar 25 04:11:24 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <refentry id="function.harudestination-setfitbv"> <refnamediv> <refname>HaruDestination::setFitBV</refname> @@ -13,7 +13,7 @@ <methodparam><type>float</type><parameter>left</parameter></methodparam> </methodsynopsis> <para> - Defines the appearance of the page to magnifying to fit the width of the + Defines the appearance of the page to magnifying to fit the height of the bounding box and setting the left position of the page to the value of <parameter>left</parameter>. </para>