> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# OfficeConverterTypeEnum

> ABBYY FineReader Engine API の OfficeConverterTypeEnum — 取り込みでサポートされる Office ドキュメント コンバーターの種類（Linux および Windows のみ）。

<Note>
  この列挙型は、Linux および Windows 向けの FRE で実装されています。
</Note>

<Warning>
  v12.8.0 以降、Office ドキュメントを取り込むには、Microsoft Office または LibreOffice をインストールする必要があります。
</Warning>

OfficeConverterTypeEnum の列挙定数は、入力されたデジタル文書の変換に使用できるアプリケーションを示します。

```
typedef enum {
 OCT_MsOffice, 
 OCT_LibreOffice
} OfficeConverterTypeEnum;
```

<div id="elements">
  ## 要素
</div>

<table>
  <thead>
    <tr>
      <th>
        <p>
          <strong>名前</strong>
        </p>
      </th>

      <th>
        <p>
          <strong>説明</strong>
        </p>
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <p>OCT\_LibreOffice</p>
      </td>

      <td>
        <p>LibreOffice。ワークステーションにインストールされている場合にのみ利用可能です。サポート対象のバージョン:</p>

        <ul>
          <li>7.6.6</li>
          <li>24.2.2</li>
        </ul>
      </td>
    </tr>

    <tr>
      <td>
        <p>
          <a name="oct_msoffice" />OCT\_MsOffice
        </p>

        <Note>Windows のみ。</Note>
      </td>

      <td>
        <p>Microsoft Office (サポート対象のバージョン: 2010、2013、2016、2019、Office 365) 。ワークステーションにインストールされ、アクティブ化されている場合にのみ利用可能です。</p>
        <p>Microsoft Office を既定以外のユーザー アカウントで起動する場合は、<strong><a href="/ja/fine-reader/engine/api-reference/image-related-objects/officeconversionsettings">OfficeConversionSettings</a></strong> オブジェクトの <strong><a href="/ja/fine-reader/engine/api-reference/image-related-objects/officeconversionsettings#usemsofficecustomuser">UseMsOfficeCustomUser</a></strong> プロパティを TRUE に設定し、<strong><a href="/ja/fine-reader/engine/api-reference/image-related-objects/officeconversionsettings#msofficeusername">MsOfficeUserName</a></strong> プロパティおよび <strong><a href="/ja/fine-reader/engine/api-reference/image-related-objects/officeconversionsettings#msofficepassword">MsOfficePassword</a></strong> プロパティにログイン情報を指定します。</p>
      </td>
    </tr>
  </tbody>
</table>

<div id="used-in">
  ## 使用箇所
</div>

[IOfficeConverters::Element](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/element-property)

[IOfficeConverters::Add](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/add-method)

[IOfficeConverters::Find](/ja/fine-reader/engine/api-reference/image-related-objects/officeconverters/find-method)

[IOfficeConverters::InsertAt](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/insertat-method)

[IOfficeConverters::Item](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/spellwordcollection/item-method)
