メインコンテンツへスキップ

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.

この列挙型は、Linux および Windows 向けの FRE で実装されています。
v12.8.0 以降、Office ドキュメントを取り込むには、Microsoft Office または LibreOffice をインストールする必要があります。
OfficeConverterTypeEnum の列挙定数は、入力されたデジタル文書の変換に使用できるアプリケーションを示します。
typedef enum {
 OCT_MsOffice,
 OCT_LibreOffice
} OfficeConverterTypeEnum;

要素

OCT_LibreOffice

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

  • 7.6.6
  • 24.2.2

OCT_MsOffice

Windows のみ。

Microsoft Office (サポート対象のバージョン: 2010、2013、2016、2019、Office 365) 。ワークステーションにインストールされ、アクティブ化されている場合にのみ利用可能です。

Microsoft Office を既定以外のユーザー アカウントで起動する場合は、OfficeConversionSettings オブジェクトの UseMsOfficeCustomUser プロパティを TRUE に設定し、MsOfficeUserName プロパティおよび MsOfficePassword プロパティにログイン情報を指定します。

使用箇所

IOfficeConverters::Element IOfficeConverters::Add IOfficeConverters::Find IOfficeConverters::InsertAt IOfficeConverters::Item