mirror of
https://github.com/php/doc-ja.git
synced 2026-03-23 22:52:11 +01:00
fdf : fix XML by converting para to simpara tags via script
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: f9c4a68ef4f89e51e6d9b905ad3ddb6492386dd3 Maintainer: hirokawa Status: ready -->
|
||||
<section xml:id="fdf.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: hirokawa Status: ready -->
|
||||
<section xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="fdf.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
<simpara>
|
||||
&pecl.info.dead;
|
||||
<link xlink:href="&url.pecl.vcs;fdf">&url.pecl.vcs;fdf</link>.
|
||||
</para>
|
||||
<para>
|
||||
</simpara>
|
||||
<simpara>
|
||||
この拡張モジュールは、PHP にバンドルされていません。
|
||||
</para>
|
||||
</simpara>
|
||||
<note>
|
||||
<simpara>
|
||||
fdftk サポートを指定して PHP を設定した際に問題を発生した場合、
|
||||
@@ -29,13 +29,12 @@
|
||||
</note>
|
||||
<note>
|
||||
<title>Win32 ユーザーへの注意</title>
|
||||
<para>
|
||||
<simpara>
|
||||
&ext.windows.path.dll;
|
||||
<filename>fdftk.dll</filename>
|
||||
</para>
|
||||
</simpara>
|
||||
</note>
|
||||
</section>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: takagi Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: takagi Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-add-doc-javascript">
|
||||
<refnamediv>
|
||||
<refname>fdf_add_doc_javascript</refname>
|
||||
@@ -15,10 +15,10 @@
|
||||
<methodparam><type>string</type><parameter>script_name</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>script_code</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
スクリプトを FDF に追加します。Acrobat は、FDF が読み込まれた際に
|
||||
それをドキュメントレベルのスクリプトとして追加します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -27,28 +27,28 @@
|
||||
<varlistentry>
|
||||
<term><parameter>fdf_document</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>fdf_create</function>、
|
||||
<function>fdf_open</function> あるいは <function>fdf_open_string</function>
|
||||
が返す FDF ドキュメントハンドル。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>script_name</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
スクリプト名。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>script_code</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
スクリプトのコード。コード内での改行は、できるだけ '\r'
|
||||
を使用するようにしてください。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -56,9 +56,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.success;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: hirokawa Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: hirokawa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-close">
|
||||
<refnamediv>
|
||||
<refname>fdf_close</refname>
|
||||
@@ -13,9 +13,9 @@
|
||||
<type>void</type><methodname>fdf_close</methodname>
|
||||
<methodparam><type>resource</type><parameter>fdf_document</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
FDF ドキュメントを閉じます。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -24,11 +24,11 @@
|
||||
<varlistentry>
|
||||
<term><parameter>fdf_document</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>fdf_create</function>、
|
||||
<function>fdf_open</function> あるいは <function>fdf_open_string</function>
|
||||
が返す FDF ドキュメントハンドル。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -36,9 +36,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.void;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: hirokawa Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: hirokawa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-create">
|
||||
<refnamediv>
|
||||
<refname>fdf_create</refname>
|
||||
@@ -13,12 +13,12 @@
|
||||
<type>resource</type><methodname>fdf_create</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
新規 FDF ドキュメントを作成します。
|
||||
</para>
|
||||
<para>
|
||||
</simpara>
|
||||
<simpara>
|
||||
この関数は、PDF ドキュメントの入力フィールドにデータを書きこみたい場合に必要です。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -28,9 +28,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
FDF ドキュメントハンドル、あるいはエラー時に &false; を返します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: takagi Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: takagi Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-errno">
|
||||
<refnamediv>
|
||||
<refname>fdf_errno</refname>
|
||||
@@ -13,13 +13,13 @@
|
||||
<type>int</type><methodname>fdf_errno</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
直近の FDF 関数コールによって設定されたエラーコードを取得します。
|
||||
</para>
|
||||
<para>
|
||||
</simpara>
|
||||
<simpara>
|
||||
エラーの内容についてのテキストを取得するには
|
||||
<function>fdf_error</function> を使用します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -29,9 +29,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
エラーコードを表す整数値、あるいはエラーがない場合にゼロを返します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: takagi Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: takagi Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-error">
|
||||
<refnamediv>
|
||||
<refname>fdf_error</refname>
|
||||
@@ -13,10 +13,10 @@
|
||||
<type>string</type><methodname>fdf_error</methodname>
|
||||
<methodparam choice="opt"><type>int</type><parameter>error_code</parameter><initializer>-1</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
<parameter>error_code</parameter>
|
||||
で指定したエラーコードについての説明テキストを取得します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -25,10 +25,10 @@
|
||||
<varlistentry>
|
||||
<term><parameter>error_code</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>fdf_errno</function> で取得したエラーコード。
|
||||
省略した場合は、直近の操作で設定された内部エラーコードを使用します。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -36,10 +36,10 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
エラーメッセージを表す文字列、あるいは何も問題がない場合は
|
||||
<literal>no error</literal> を返します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: takagi Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: takagi Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-get-ap">
|
||||
<refnamediv>
|
||||
<refname>fdf_get_ap</refname>
|
||||
@@ -16,10 +16,10 @@
|
||||
<methodparam><type>int</type><parameter>face</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
<parameter>field</parameter>
|
||||
の外観 (つまり /AP キーの値) を取得し、ファイルに保存します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -28,35 +28,35 @@
|
||||
<varlistentry>
|
||||
<term><parameter>fdf_document</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>fdf_create</function>、
|
||||
<function>fdf_open</function> あるいは <function>fdf_open_string</function>
|
||||
が返す FDF ドキュメントハンドル。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>field</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
</para>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>face</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
<constant>FDFNormalAP</constant>、<constant>FDFRolloverAP</constant> および
|
||||
<constant>FDFDownAP</constant> のいずれか。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>filename</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
ここに外観を保存します。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -64,9 +64,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.success;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: takagi Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: takagi Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-get-attachment">
|
||||
<refnamediv>
|
||||
<refname>fdf_get_attachment</refname>
|
||||
@@ -15,11 +15,11 @@
|
||||
<methodparam><type>string</type><parameter>fieldname</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>savepath</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
「ファイル選択」フィールド <parameter>fieldname</parameter> によって
|
||||
アップロードされたファイルを展開し、それを
|
||||
<parameter>savepath</parameter> に保存します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -28,34 +28,34 @@
|
||||
<varlistentry>
|
||||
<term><parameter>fdf_document</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>fdf_create</function>、
|
||||
<function>fdf_open</function> あるいは <function>fdf_open_string</function>
|
||||
が返す FDF ドキュメントハンドル。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>fieldname</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
</para>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>savepath</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
ファイル名または既存のディレクトリ名を指定し、ディレクトリ名を
|
||||
指定した場合はその下に元のファイル名で保存されます。
|
||||
同名のファイルが存在した場合は上書きします。
|
||||
</para>
|
||||
</simpara>
|
||||
<note>
|
||||
<para>
|
||||
<simpara>
|
||||
<parameter>savepath</parameter> にディレクトリを使用してファイルを
|
||||
保存してその名前を調べる以外には、元のファイル名を知る方法はないと
|
||||
思われます。
|
||||
</para>
|
||||
</simpara>
|
||||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: takagi Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: takagi Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-get-encoding">
|
||||
<refnamediv>
|
||||
<refname>fdf_get_encoding</refname>
|
||||
@@ -13,9 +13,9 @@
|
||||
<type>string</type><methodname>fdf_get_encoding</methodname>
|
||||
<methodparam><type>resource</type><parameter>fdf_document</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
<literal>/Encoding</literal> キーの値を取得します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -24,11 +24,11 @@
|
||||
<varlistentry>
|
||||
<term><parameter>fdf_document</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>fdf_create</function>、
|
||||
<function>fdf_open</function> あるいは <function>fdf_open_string</function>
|
||||
が返す FDF ドキュメントハンドル。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -36,11 +36,11 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
エンコーディングを文字列で返します。
|
||||
デフォルトの <literal>PDFDocEncoding/Unicode</literal>
|
||||
スキームを使用している場合は空の文字列を返します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: hirokawa Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: hirokawa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-get-file">
|
||||
<refnamediv>
|
||||
<refname>fdf_get_file</refname>
|
||||
@@ -13,9 +13,9 @@
|
||||
<type>string</type><methodname>fdf_get_file</methodname>
|
||||
<methodparam><type>resource</type><parameter>fdf_document</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
<literal>/F</literal> キーの値を取得します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -24,11 +24,11 @@
|
||||
<varlistentry>
|
||||
<term><parameter>fdf_document</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>fdf_create</function>、
|
||||
<function>fdf_open</function> あるいは <function>fdf_open_string</function>
|
||||
が返す FDF ドキュメントハンドル。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -36,9 +36,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
キーの値を文字列を返します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: hirokawa Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: hirokawa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-get-status">
|
||||
<refnamediv>
|
||||
<refname>fdf_get_status</refname>
|
||||
@@ -13,9 +13,9 @@
|
||||
<type>string</type><methodname>fdf_get_status</methodname>
|
||||
<methodparam><type>resource</type><parameter>fdf_document</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
<literal>/STATUS</literal> キーの値を取得します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -24,11 +24,11 @@
|
||||
<varlistentry>
|
||||
<term><parameter>fdf_document</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>fdf_create</function>、
|
||||
<function>fdf_open</function> あるいは <function>fdf_open_string</function>
|
||||
が返す FDF ドキュメントハンドル。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -36,9 +36,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
キーの値を文字列で返します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: hirokawa Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: hirokawa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-get-value">
|
||||
<refnamediv>
|
||||
<refname>fdf_get_value</refname>
|
||||
@@ -15,9 +15,9 @@
|
||||
<methodparam><type>string</type><parameter>fieldname</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>which</parameter><initializer>-1</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
指定したフィールドの値を取得します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -26,29 +26,29 @@
|
||||
<varlistentry>
|
||||
<term><parameter>fdf_document</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>fdf_create</function>、
|
||||
<function>fdf_open</function> あるいは <function>fdf_open_string</function>
|
||||
が返す FDF ドキュメントハンドル。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>fieldname</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
FDF フィールドの名前を表す文字列。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>which</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
このオプションパラメータを渡すことで、配列フィールドの
|
||||
要素が取得可能です。番号はゼロから始まります。配列以外のフィールドでは、
|
||||
このオプションは無視されます。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -56,9 +56,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
フィールドの値を返します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: takagi Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: takagi Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-get-version">
|
||||
<refnamediv>
|
||||
<refname>fdf_get_version</refname>
|
||||
@@ -13,11 +13,11 @@
|
||||
<type>string</type><methodname>fdf_get_version</methodname>
|
||||
<methodparam choice="opt"><type>resource</type><parameter>fdf_document</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
指定したドキュメントの FDF バージョン、
|
||||
あるいはパラメータを指定しなかった場合はツールキット API
|
||||
のバージョンを返します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -26,11 +26,11 @@
|
||||
<varlistentry>
|
||||
<term><parameter>fdf_document</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>fdf_create</function>、
|
||||
<function>fdf_open</function> あるいは <function>fdf_open_string</function>
|
||||
が返す FDF ドキュメントハンドル。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -38,12 +38,12 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
バージョンを表す文字列を返します。
|
||||
現在の FDF ツールキット 5.0 では API のバージョン番号は <literal>5.0</literal> で、
|
||||
ドキュメントのバージョン番号は <literal>1.2</literal>
|
||||
<literal>1.3</literal> あるいは <literal>1.4</literal> です。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: fb759012a062c0078027027c736d477524c59cc5 Maintainer: hirokawa Status: ready -->
|
||||
<refentry xml:id="function.fdf-header" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: hirokawa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-header">
|
||||
<refnamediv>
|
||||
<refname>fdf_header</refname>
|
||||
<refpurpose>FDF 固有の出力ヘッダをセットする</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>fdf_header</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
この関数は、簡便に FDF の出力に適当な HTTP ヘッダを付加できるよう
|
||||
用意されており、<literal>Content-type:</literal> を
|
||||
<literal>application/vnd.fdf</literal> に設定します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -27,13 +27,12 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.void;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: hirokawa Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: hirokawa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-next-field-name">
|
||||
<refnamediv>
|
||||
<refname>fdf_next_field_name</refname>
|
||||
@@ -14,10 +14,10 @@
|
||||
<methodparam><type>resource</type><parameter>fdf_document</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>fieldname</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
指定したフィールドの後のフィールドの名前を返します。
|
||||
この名前をその他の関数で使用します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -26,20 +26,20 @@
|
||||
<varlistentry>
|
||||
<term><parameter>fdf_document</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>fdf_create</function>、
|
||||
<function>fdf_open</function> あるいは <function>fdf_open_string</function>
|
||||
が返す FDF ドキュメントハンドル。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>fieldname</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
FDF フィールド名を表す文字列。
|
||||
省略した場合は最初のフィールドとみなされます。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -47,9 +47,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
フィールド名を文字列で返します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: takagi Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: takagi Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-open-string">
|
||||
<refnamediv>
|
||||
<refname>fdf_open_string</refname>
|
||||
@@ -13,14 +13,14 @@
|
||||
<type>resource</type><methodname>fdf_open_string</methodname>
|
||||
<methodparam><type>string</type><parameter>fdf_data</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
文字列からデータを読み込みます。
|
||||
</para>
|
||||
<para>
|
||||
</simpara>
|
||||
<simpara>
|
||||
<function>fdf_open_string</function> を
|
||||
<varname>$HTTP_FDF_DATA</varname> とあわせて使用することで、リモート
|
||||
クライアントからの FDF フォーム入力を処理することが可能です。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -29,11 +29,11 @@
|
||||
<varlistentry>
|
||||
<term><parameter>fdf_data</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>fdf_create</function>、
|
||||
<function>fdf_open</function> あるいは <function>fdf_open_string</function>
|
||||
が返す FDF ドキュメントハンドル。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -41,9 +41,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
FDF ドキュメントハンドル、あるいはエラー時に &false; を返します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: hirokawa Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: hirokawa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-open">
|
||||
<refnamediv>
|
||||
<refname>fdf_open</refname>
|
||||
@@ -13,13 +13,13 @@
|
||||
<type>resource</type><methodname>fdf_open</methodname>
|
||||
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
フォームデータを含むファイルをオープンします。
|
||||
</para>
|
||||
<para>
|
||||
</simpara>
|
||||
<simpara>
|
||||
<function>fdf_open_string</function> を用いて、
|
||||
PDF フォームの POST リクエストを処理することもできます。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -28,11 +28,11 @@
|
||||
<varlistentry>
|
||||
<term><parameter>filename</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
FDF ファイルへのパス。このファイルは、PDF フォームから返されたものか、
|
||||
<function>fdf_create</function> および
|
||||
<function>fdf_save</function> で作成したものである必要があります。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -40,9 +40,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
FDF ドキュメントのハンドル、あるいはエラー時に &false; を返します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: takagi Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: takagi Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-save-string">
|
||||
<refnamediv>
|
||||
<refname>fdf_save_string</refname>
|
||||
@@ -13,9 +13,9 @@
|
||||
<type>string</type><methodname>fdf_save_string</methodname>
|
||||
<methodparam><type>resource</type><parameter>fdf_document</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
FDF ドキュメントを文字列として返します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -24,11 +24,11 @@
|
||||
<varlistentry>
|
||||
<term><parameter>fdf_document</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>fdf_create</function>、
|
||||
<function>fdf_open</function> あるいは <function>fdf_open_string</function>
|
||||
が返す FDF ドキュメントハンドル。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -36,9 +36,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
ドキュメントを表す文字列、あるいはエラー時に &false; を返します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: hirokawa Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: hirokawa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-save">
|
||||
<refnamediv>
|
||||
<refname>fdf_save</refname>
|
||||
@@ -14,9 +14,9 @@
|
||||
<methodparam><type>resource</type><parameter>fdf_document</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
FDF ドキュメントを保存します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -25,21 +25,21 @@
|
||||
<varlistentry>
|
||||
<term><parameter>fdf_document</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>fdf_create</function>、
|
||||
<function>fdf_open</function> あるいは <function>fdf_open_string</function>
|
||||
が返す FDF ドキュメントハンドル。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>filename</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
指定した場合は、結果の FDF がここに書き込まれます。
|
||||
それ以外の場合は、この関数は FDF をデフォルトの
|
||||
PHP 出力ストリームに書き込みます。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -47,9 +47,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.success;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: hirokawa Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: hirokawa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-set-ap">
|
||||
<refnamediv>
|
||||
<refname>fdf_set_ap</refname>
|
||||
@@ -17,10 +17,10 @@
|
||||
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>page_number</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
フィールドの外観
|
||||
(すなわち、<literal>/AP</literal> キーの値) を設定します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -29,41 +29,41 @@
|
||||
<varlistentry>
|
||||
<term><parameter>fdf_document</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>fdf_create</function>、
|
||||
<function>fdf_open</function> あるいは <function>fdf_open_string</function>
|
||||
が返す FDF ドキュメントハンドル。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>field_name</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
</para>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>face</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
<constant>FDFNormalAP</constant>、<constant>FDFRolloverAP</constant>
|
||||
および <constant>FDFDownAP</constant> のいずれかが使用可能です。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>filename</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
</para>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>page_number</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
</para>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -71,9 +71,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.success;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: hirokawa Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: hirokawa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-set-encoding">
|
||||
<refnamediv>
|
||||
<refname>fdf_set_encoding</refname>
|
||||
@@ -14,9 +14,9 @@
|
||||
<methodparam><type>resource</type><parameter>fdf_document</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>encoding</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
FDF ドキュメントの文字エンコーディングを設定します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -25,25 +25,25 @@
|
||||
<varlistentry>
|
||||
<term><parameter>fdf_document</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>fdf_create</function>、
|
||||
<function>fdf_open</function> あるいは <function>fdf_open_string</function>
|
||||
が返す FDF ドキュメントハンドル。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>encoding</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
エンコーディング名。現在サポートしているのは
|
||||
"<literal>Shift-JIS</literal>"、"<literal>UHC</literal>"、
|
||||
"<literal>GBK</literal>"、"<literal>BigFive</literal>" です。
|
||||
</para>
|
||||
<para>
|
||||
</simpara>
|
||||
<simpara>
|
||||
空の文字列を指定すると、エンコーディングをデフォルトの
|
||||
<literal>PDFDocEncoding/Unicode</literal> スキームに設定します。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -51,9 +51,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.success;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: hirokawa Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: hirokawa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-set-file">
|
||||
<refnamediv>
|
||||
<refname>fdf_set_file</refname>
|
||||
@@ -15,10 +15,10 @@
|
||||
<methodparam><type>string</type><parameter>url</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>target_frame</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
フォームの結果を表示する PDF
|
||||
ドキュメントとして、もとのフォームとは別のものを指定します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -27,29 +27,29 @@
|
||||
<varlistentry>
|
||||
<term><parameter>fdf_document</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>fdf_create</function>、
|
||||
<function>fdf_open</function> あるいは <function>fdf_open_string</function>
|
||||
が返す FDF ドキュメントハンドル。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>url</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
絶対 URL で指定する必要があります。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>target_frame</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
このパラメータを使用して、ドキュメントを表示するフレームを指定します。
|
||||
このパラメータのデフォルト値を
|
||||
<function>fdf_set_target_frame</function> で指定することもできます。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -57,9 +57,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.success;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: hirokawa Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: hirokawa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-set-flags">
|
||||
<refnamediv>
|
||||
<refname>fdf_set_flags</refname>
|
||||
@@ -16,9 +16,9 @@
|
||||
<methodparam><type>int</type><parameter>whichFlags</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>newFlags</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
指定したフィールドのフラグを設定します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -27,33 +27,33 @@
|
||||
<varlistentry>
|
||||
<term><parameter>fdf_document</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>fdf_create</function>、
|
||||
<function>fdf_open</function> あるいは <function>fdf_open_string</function>
|
||||
が返す FDF ドキュメントハンドル。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>fieldname</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
FDF フィールド名を表す文字列。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>whichFlags</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
</para>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>newFlags</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
</para>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -61,9 +61,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.success;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: hirokawa Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: hirokawa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-set-javascript-action">
|
||||
<refnamediv>
|
||||
<refname>fdf_set_javascript_action</refname>
|
||||
@@ -16,9 +16,9 @@
|
||||
<methodparam><type>int</type><parameter>trigger</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>script</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
指定したフィールドの javascript アクションを設定します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -27,33 +27,33 @@
|
||||
<varlistentry>
|
||||
<term><parameter>fdf_document</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>fdf_create</function>、
|
||||
<function>fdf_open</function> あるいは <function>fdf_open_string</function>
|
||||
が返す FDF ドキュメントハンドル。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>fieldname</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
FDF フィールド名を表す文字列。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>trigger</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
</para>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>script</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
</para>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -61,9 +61,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.success;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: hirokawa Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: hirokawa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-set-opt">
|
||||
<refnamediv>
|
||||
<refname>fdf_set_opt</refname>
|
||||
@@ -17,9 +17,9 @@
|
||||
<methodparam><type>string</type><parameter>str1</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>str2</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
指定したフィールドのオプションを設定します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -28,40 +28,40 @@
|
||||
<varlistentry>
|
||||
<term><parameter>fdf_document</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>fdf_create</function>、
|
||||
<function>fdf_open</function> あるいは <function>fdf_open_string</function>
|
||||
が返す FDF ドキュメントハンドル。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>fieldname</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
FDF フィールド名を表す文字列。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>element</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
</para>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>str1</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
</para>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>str2</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
</para>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -69,9 +69,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.success;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: hirokawa Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: hirokawa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-set-status">
|
||||
<refnamediv>
|
||||
<refname>fdf_set_status</refname>
|
||||
@@ -14,11 +14,11 @@
|
||||
<methodparam><type>resource</type><parameter>fdf_document</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>status</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
<literal>/STATUS</literal> キーの値を設定します。
|
||||
クライアントが FDF とともにステータスセットを受信すると、その内容を
|
||||
アラートボックスに表示します
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -27,18 +27,18 @@
|
||||
<varlistentry>
|
||||
<term><parameter>fdf_document</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>fdf_create</function>、
|
||||
<function>fdf_open</function> あるいは <function>fdf_open_string</function>
|
||||
が返す FDF ドキュメントハンドル。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>status</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
</para>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -46,9 +46,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.success;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: hirokawa Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: hirokawa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-set-submit-form-action">
|
||||
<refnamediv>
|
||||
<refname>fdf_set_submit_form_action</refname>
|
||||
@@ -17,9 +17,9 @@
|
||||
<methodparam><type>string</type><parameter>script</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>flags</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
指定したフィールドの投稿フォームアクションを設定します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -28,40 +28,40 @@
|
||||
<varlistentry>
|
||||
<term><parameter>fdf_document</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>fdf_create</function>、
|
||||
<function>fdf_open</function> あるいは <function>fdf_open_string</function>
|
||||
が返す FDF ドキュメントハンドル。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>fieldname</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
FDF フィールド名を表す文字列。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>trigger</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
</para>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>script</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
</para>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>flags</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
</para>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -69,9 +69,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.success;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: takagi Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: takagi Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-set-target-frame">
|
||||
<refnamediv>
|
||||
<refname>fdf_set_target_frame</refname>
|
||||
@@ -14,10 +14,10 @@
|
||||
<methodparam><type>resource</type><parameter>fdf_document</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>frame_name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>fdf_save_file</function> で定義した PDF の結果を出力する
|
||||
対象のフレームを設定します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -26,19 +26,19 @@
|
||||
<varlistentry>
|
||||
<term><parameter>fdf_document</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>fdf_create</function>、
|
||||
<function>fdf_open</function> あるいは <function>fdf_open_string</function>
|
||||
が返す FDF ドキュメントハンドル。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>frame_name</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
フレーム名を表す文字列。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -46,9 +46,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.success;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: hirokawa Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: hirokawa Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-set-value">
|
||||
<refnamediv>
|
||||
<refname>fdf_set_value</refname>
|
||||
@@ -16,9 +16,9 @@
|
||||
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>isName</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
指定したフィールドに値 <parameter>value</parameter> を設定します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -27,45 +27,45 @@
|
||||
<varlistentry>
|
||||
<term><parameter>fdf_document</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>fdf_create</function>、
|
||||
<function>fdf_open</function> あるいは <function>fdf_open_string</function>
|
||||
が返す FDF ドキュメントハンドル。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>fieldname</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
FDF フィールド名を表す文字列。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>value</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
このパラメータは、配列形式でない限り文字列で保存されます。
|
||||
配列の場合は、配列のすべての要素が配列として保存されます。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>isName</parameter></term>
|
||||
<listitem>
|
||||
<note>
|
||||
<para>
|
||||
<simpara>
|
||||
FDF ツールキットの古いバージョンでは、最後のパラメータは
|
||||
フィールドの値を PDF Name に変換する
|
||||
(= 1) か、PDF String に設定する
|
||||
(= 0) かを定義します。
|
||||
</para>
|
||||
<para>
|
||||
</simpara>
|
||||
<simpara>
|
||||
ツールキットの現在のバージョン 5.0 では、もはやこのパラメータは
|
||||
使用されません。互換性を確保するためにこのパラメータが
|
||||
オプションとして残されていますが、内部ではこのパラメータは無視されます。
|
||||
</para>
|
||||
</simpara>
|
||||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -74,9 +74,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.success;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 399153faa0745dfd772178e38a714ee43d56de27 Maintainer: takagi Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: takagi Status: ready -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fdf-set-version">
|
||||
<refnamediv>
|
||||
<refname>fdf_set_version</refname>
|
||||
@@ -14,13 +14,13 @@
|
||||
<methodparam><type>resource</type><parameter>fdf_document</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>version</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<simpara>
|
||||
指定したドキュメントの FDF バージョンを <parameter>version</parameter> に設定します。
|
||||
</para>
|
||||
<para>
|
||||
</simpara>
|
||||
<simpara>
|
||||
この拡張モジュールが提供する機能のうちのいくつかは、新しいバージョンの
|
||||
FDF でのみ動作します。
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
@@ -29,22 +29,22 @@
|
||||
<varlistentry>
|
||||
<term><parameter>fdf_document</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
<function>fdf_create</function>、
|
||||
<function>fdf_open</function> あるいは <function>fdf_open_string</function>
|
||||
が返す FDF ドキュメントハンドル。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>version</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<simpara>
|
||||
バージョンを表す文字列。
|
||||
現在の FDF ツールキット 5.0 では、これは
|
||||
<literal>1.2</literal>、
|
||||
<literal>1.3</literal> あるいは <literal>1.4</literal> となります。
|
||||
</para>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
@@ -52,9 +52,9 @@
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
<simpara>
|
||||
&return.success;
|
||||
</para>
|
||||
</simpara>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
||||
@@ -1,22 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: 765b2d6eec7dfbaeed900b32aa91a1360d73df42 Maintainer: takagi Status: ready -->
|
||||
<!-- EN-Revision: f86fd7b1ce74d1ea3a6a2e3e40757590b14a3e7e Maintainer: takagi Status: ready -->
|
||||
<!-- CREDITS: hirokawa -->
|
||||
|
||||
<chapter xml:id="fdf.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="fdf.setup">
|
||||
&reftitle.setup;
|
||||
|
||||
<!-- {{{ Requirements -->
|
||||
<section xml:id="fdf.requirements">
|
||||
&reftitle.required;
|
||||
<para>
|
||||
<simpara>
|
||||
<link xlink:href="&spec.pdf.fdf;">&spec.pdf.fdf;</link> から取得可能な
|
||||
FDF toolkit SDKが必要です。
|
||||
PHP 4.3.0 以降では、少なくとも SDK version 5.0 が必要です。
|
||||
PHP 4.3.0 以降では、少なくとも SDK version 5.0 が必要です。
|
||||
FDF toolkit library はバイナリ版のみ利用可能で、
|
||||
Adobe によりサポートされているプラットフォームは
|
||||
Win32、Linux、Solaris、AIX です。
|
||||
</para>
|
||||
</simpara>
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
|
||||
@@ -27,19 +26,18 @@
|
||||
<!-- {{{ Resources -->
|
||||
<section xml:id="fdf.resources">
|
||||
&reftitle.resources;
|
||||
<para>
|
||||
<simpara>
|
||||
多くの fdf 関数は、最初のパラメータとして
|
||||
<parameter>fdf</parameter> リソースが必要です。
|
||||
<parameter>fdf</parameter> リソースは、オープンした fdf ファイルの
|
||||
ハンドルです。<parameter>fdf</parameter> リソースは、
|
||||
<function>fdf_create</function>、<function>fdf_open</function>、
|
||||
<function>fdf_open_string</function> を用いて取得することが可能です。
|
||||
</para>
|
||||
</simpara>
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
|
||||
</chapter>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
@@ -60,4 +58,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user