|
Foxit PDF SDK
|
继承自 Object .
Public 类型 | |
| enum | ProblemsHighlightMethod { e_ProblemsHighlightMethodTransparentMasks = 0, e_ProblemsHighlightMethodLayers = 1 } |
| 预检问题高亮方法的枚举。 更多... | |
| enum | ReportFileFormatType { e_ReportFileFormatTypePdf = 0, e_ReportFileFormatTypeXml = 1, e_ReportFileFormatTypeTxt = 2, e_ReportFileFormatTypeHtml = 3 } |
| 预检报告文件格式类型的枚举。 更多... | |
Public 成员函数 | |
| PreflightReportSettingData () | |
| 构造函数。 | |
| PreflightReportSettingData (ReportFileFormatType report_file_format_type, bool to_generate_overview, bool to_highlight_problems, ProblemsHighlightMethod problem_highlight_method, const wchar_t *report_file_path) | |
| 带参数的构造函数。 更多... | |
| PreflightReportSettingData & | operator= (const PreflightReportSettingData &data) |
| 赋值操作符。 更多... | |
Public 属性 | |
| ProblemsHighlightMethod | problems_highlight_method |
| 高亮显示问题的方法。仅当to_highlight_problems为true且report_file_format_type 为PreflightReportSettingData::e_ReportFileFormatTypePdf时有效。 请参考从PreflightReportSettingData::e_ProblemsHighlightMethodTransparentMasks开始的值, 这应该是这些值之一。 | |
| ReportFileFormatType | report_file_format_type |
| 报告文件格式类型。 请参考从PreflightReportSettingData::e_ReportFileFormatTypePdf开始的值, 这应该是这些值之一。 | |
| WString | report_file_path |
| 报告文件的完整路径。这不应该是空字符串。 | |
| bool | to_generate_overview |
| 是否生成概述。true表示生成概述,false表示不生成。 | |
| bool | to_highlight_problems |
| 是否高亮显示问题。true表示高亮显示问题,false表示不高亮。 | |
此类表示用于生成预检报告文件的设置数据。
|
inline |
带参数的构造函数。
| [in] | report_file_format_type | 报告文件格式类型。 请参考从PreflightReportSettingData::e_ReportFileFormatTypePdf开始的值, 这应该是这些值之一。 |
| [in] | to_generate_overview | 是否生成概述。true表示生成概述,false表示不生成。 |
| [in] | to_highlight_problems | 是否高亮显示问题。true表示高亮显示问题,false表示不高亮。 |
| [in] | problems_highlight_method | 高亮显示问题的方法。仅当to_highlight_problems为true且report_file_format_type 为PreflightReportSettingData::e_ReportFileFormatTypePdf时有效。 请参考从PreflightReportSettingData::e_ProblemsHighlightMethodTransparentMasks开始的值, 这应该是这些值之一。 |
| [in] | report_file_path | 报告文件的完整路径。这不应该是空字符串。 |
|
inline |
赋值操作符。
| [in] | data | 另一个预检导出设置数据对象,其值将分配给当前对象。 |