プロパティ
Engine オブジェクトを返します。 | ||
このプロパティは、認識されたテキストを XLS 形式にエクスポートする方法を決定します。MS Excel 5、MS Excel 8、またはその両方に設定できます。XLSX 形式へのエクスポート時には、このプロパティの値は無視されます。 このプロパティのデフォルト値は XLFF_DoubleStream です。 | ||
このプロパティでは、XLSX 形式へのエクスポート時に元のドキュメントのテーブルレイアウトを保持するモードを設定できます。このプロパティの値をデフォルト以外の定数に変更した場合、 TablesOnly、RemoveFormatting、 OnePagePerWorksheet、 WriteRunningTitles プロパティは無視されます。 XLS 形式にエクスポートする場合、このプロパティにはデフォルト値のみ使用できます。 このプロパティのデフォルト値は XLLRM_Default です。 | ||
このプロパティが TRUE の場合、テーブルブロックから認識されたテキストのみが XLS/XLSX 形式にエクスポートされます。 LayoutRetentionMode プロパティが XLLRM_ExactDocument または XLLRM_ExactLines の場合、このプロパティは無視されます。 デフォルト値は FALSE です。 | ||
このプロパティを TRUE に設定すると、ABBYY FineReader Engine は XLS/XLSX 形式にエクスポートされるテキストの書式を削除します。 LayoutRetentionMode プロパティが XLLRM_ExactDocument または XLLRM_ExactLines の場合、このプロパティは無視されます。 このプロパティのデフォルト値は FALSE です。 | ||
ドキュメントの各ページを XLSX ファイルの個別のワークシートにエクスポートするかどうかを指定します。 LayoutRetentionMode プロパティが XLLRM_ExactDocument または XLLRM_ExactLines の場合、このプロパティは無視されます。 このプロパティのデフォルト値は FALSE です。 | ||
認識されたテキスト内の数値を、文字列ではなく数値として XLS/XLSX 形式にエクスポートするかどうかを指定します。 このプロパティのデフォルト値は TRUE です。 | ||
柱 (ランニングタイトル) を出力 XLS/XLSX ファイルに保存するかどうかを指定します。 LayoutRetentionMode プロパティが XLLRM_ExactDocument または XLLRM_ExactLines の場合、このプロパティは無視されます。 このプロパティのデフォルト値は TRUE です。 | ||
Specifies if the author, subject, title, and keywords of the document should be written into the output file. These parameters of the document are defined in thesubobject of theobject. | ||
Specifies whether to use right-to-left worksheet direction in exported documents. This property is FALSE by default. | ||
Specifies if original colors of text are retained during export of the recognized text to XLSX format. The text color can be retained during export only if theISynthesisParamsForPage::DetectTextColorproperty was set to TSPV_Yes or TSPV_Auto during page
synthesis. This property is FALSE by default. | ||
Specifies the mode of background color saving when exporting to XLSX format. Only table cells background color can be saved. The background color of the text outside tables is not saved regardless of the value of this property. The background color can be retained during export only if theISynthesisParamsForPage::DetectBackgroundColorproperty was set to TSPV_Yes or TSPV_Auto during page
synthesis. This property is BCM_DontSave by default. | ||
Specifies page orientation during export in XLSX format. The value of this property is ignored, if the PaperSize property is XLPS_NotSpecified. By default, the property is set to POM_Auto. | ||
Specifies one of the standard paper sizes for XLSX file. If this property is XLPS_NotSpecified, the value of the PageOrientation property is ignored. By default, the value of this property is XLPS_NotSpecified. | ||
Specifies whether pictures must be written in files in XLSX format. このプロパティを TRUE に設定できるのは、LayoutRetentionMode プロパティが XLLRM_Default の場合のみです。LayoutRetentionMode プロパティが XLLRM_ExactDocument または XLLRM_ExactLines に設定されている場合、画像は自動的に出力ファイルへ書き込まれます。 The default value is FALSE. | ||
Specifies the image format and JPEG quality which should be used for embedded pictures in the output file. | ||
メソッド
| 名前 | 説明 |
|---|---|
| CopyFrom | 現在のオブジェクトのプロパティを、別のオブジェクトの対応するプロパティの値で初期化します。 |
| LoadFromFile | ディスク上のファイルからオブジェクトの内容を復元します。 |
| LoadFromMemory <Note> : Windows のみ。 </Note> | グローバル メモリからオブジェクトの内容を復元します。 |
| SaveToFile | オブジェクトの内容をディスク上のファイルに保存します。 |
| SaveToMemory <Note> : Windows のみ。 </Note> | オブジェクトの内容をグローバル メモリに保存します。 |
オブジェクト図
出力パラメーター
入力パラメーター
- FRDocument オブジェクトの Export、ExportPages、ExportToMemory メソッド
- FRPage オブジェクトの Export メソッド
- Engine オブジェクトの RecognizeImageFile メソッド
- Windows Visual Components 用の IDocumentViewerEvents インターフェイスの OnExportPages メソッド
- Windows Visual Components 用の IDocumentViewerEvents インターフェイスの OnSendToPages メソッド
