属性
返回 Engine 对象。 | ||
指定导出时是否保留识别文本中的原始行。 默认值为 FALSE。 | ||
指定文本是否必须适应原始文本块的范围。 默认值为 FALSE。 | ||
指定是否将页眉/页脚标题保存到输出的 PPTX 文件中。 此属性默认为 TRUE。 | ||
指定是否将文档的作者、主题、标题和关键词写入输出文件。文档的这些参数在子对象中定义,该子对象属于对象。 | ||
指定将识别文本导出为 PPTX 格式时是否保留文本的原始颜色。 此属性默认为 TRUE。 | ||
指定导出为 PPTX 格式时保存背景颜色的模式。仅支持保存矩形文本块和表格块的背景颜色。 此属性默认为 BCM_Color。 | ||
指定是否将图片写入 PPTX 格式的文件中。 默认值为 TRUE。 | ||
Specifies the image format and JPEG quality which should be used for embedded pictures in the output file. | ||
Specifies paper height in twips (1/1440 of inch) for PPTX file. The value of this property should be in range from 1 to 56 inches. If the value of this property or PaperWidth property is outside the scope, the program will use the height of original image. By default, the value of this property is 0. | ||
指定 PPTX 文件的纸张宽度,单位为缇 (1/1440 英寸) 。该属性的值应在 1 到 56 英寸之间。如果该属性或 PaperHeight 属性的值超出此范围,程序将使用原始图像的宽度。 By default, the value of this property is 0. | ||
方法
| 名称 | 说明 |
|---|---|
| CopyFrom | 使用另一个对象中相应属性的值初始化当前对象的属性。 |
| LoadFromFile | 从磁盘文件中恢复对象内容。 |
| LoadFromMemory <Note> : 仅限 Windows。 </Note> | 从全局内存中恢复对象内容。 |
| SaveToFile | 将对象内容保存到磁盘文件中。 |
| SaveToMemory <Note> : 仅限 Windows。 </Note> | 将对象内容保存到全局内存中。 |
对象图
输出 Parameter
输入Parameter
- FRDocument 对象的 Export、ExportPages 和 ExportToMemory 方法
- FRPage 对象的 Export 方法
- Engine 对象的 RecognizeImageFile 方法
- Windows Visual Components 的 IDocumentViewerEvents 接口中的 OnExportPages 方法
- Windows Visual Components 的 IDocumentViewerEvents 接口中的 OnSendToPages 方法
