Apache OpenOfficeネットワークインストールへの入力支援ファイルの追加

From Apache OpenOffice Wiki
< JA‎ | Documentation/Administration Guide
Revision as of 13:34, 6 July 2018 by Sancho (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
doc OOo


Apache OpenOffice では、入力支援項目は *.bau 拡張子のファイルのカテゴリに保存されます。Apache OpenOffice のネットワークインストールのすべてのユーザーまたは個々のユーザーが、カスタム入力支援ファイルを利用できるようにすることができます。

Documentation note.png 入力支援項目を作成する方法については、Apache OpenOffice Writer のオンラインヘルプで「入力支援」というキーワードを検索してください。

Apache OpenOffice ネットワークインストールのすべてのユーザー用の入力支援ファイルを追加する

  1. スーパーユーザーになります。
  2. 入力支援の *.bau ファイルを network-install-dir/share/autotext/ ディレクトリにコピーします。

Apache OpenOffice のワークステーションインストールに入力支援ファイルを追加する

  1. スーパーユーザーになります。
  2. 入力支援の *.bau ファイルをワークステーションの installation-dir/user/autotext/ ディレクトリにコピーします。

Apache OpenOffice インストールに入力支援ディレクトリを追加する

  1. 任意の Apache OpenOffice プログラムで、「ツール」→「オプション」→「Apache OpenOffice」→「パス」を選択します。
  2. デフォルトのパスのリストで、「テキストブロック」を選択し、「編集」をクリックします。
  3. パスの編集」ダイアログボックスで、「追加」をクリックします。
  4. 追加する入力支援の *.bau ファイルが格納されているディレクトリを見つけて、「OK」ボタンをクリックします。
  5. パスの編集」ダイアログボックスで、「OK」をクリックします。
  6. オプション &ra r; Apache OpenOffice &ra r; パス 」ダイアロ ボックスで、「OK」をクリックします。
  7. Apache OpenOffice を終了します。
    Apache OpenOffice では、入力支援パスが install-dir/user/registry/data/org/openoffice/Office/Common.xcu 設定ファイルに保存されます。
  8. 次のコードを適切な Common.xcu ファイルにコピーします。
    • Apache OpenOffice ネットワークインストールのすべてのユーザーが入力支援ディレクトリを使用できるようにするには、このコードを install-dir/share/registry/data/org/openoffice/Office/Common.xcu ファイルにコピーします。
    • Apache OpenOffice ネットワークインストールの単一のユーザーが入力支援ディレクトリを使用できるようにするには、このコードを install-dir/user/registry/data/org/openoffice/Office/Common.xcu ファイルにコピーします。
       <node oor:name="Path">
        <node oor:name="Current">
         <prop oor:name="AutoText" oor:type="oor:string-list">
          <value>$(inst)/share/autotext/$(vlang)
           $(user)/autotext new_autotext_directory
          </value>
         </prop>
        </node>
       </node>
Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages