php-doc-en/reference/pdf/functions/pdf-add-textflow.xml
Katja Schnelle Romaus af9f33f709 file added for PDFlib 7
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@234538 c90b9560-bf6c-de11-be94-00142212c4b1
2007-04-26 15:32:21 +00:00

43 lines
1.3 KiB
XML
Executable file

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.pdf-add-textflow">
<refnamediv>
<refname>PDF_add_textflow</refname>
<refpurpose>Create Textflow or add text to existing Textflow</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>PDF_add_textflow</methodname>
<methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam>
<methodparam><type>int</type><parameter>textflow</parameter></methodparam>
<methodparam><type>string</type><parameter>text</parameter></methodparam>
<methodparam><type>string</type><parameter>optlist</parameter></methodparam>
</methodsynopsis>
<para>
Creates a Textflow object, or adds text and explicit options to an
existing Textflow.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->