|
Foxit PDF SDK
|
静态 Public 属性 | |
| static final int | e_ProblemsHighlightMethodLayers = 1 |
| 通过图层高亮显示问题。 | |
| static final int | e_ProblemsHighlightMethodTransparentMasks = 0 |
| 通过透明遮罩高亮显示问题。 | |
| static final int | e_ReportFileFormatTypeHtml = 3 |
| 报告文件格式类型:HTML。 | |
| static final int | e_ReportFileFormatTypePdf = 0 |
| 报告文件格式类型:PDF。 | |
| static final int | e_ReportFileFormatTypeTxt = 2 |
| 报告文件格式类型:TXT 和 TEXT。 | |
| static final int | e_ReportFileFormatTypeXml = 1 |
| 报告文件格式类型:XML。 | |
此类表示用于生成预检报告文件的设置数据。
| com.foxit.sdk.addon.compliance.PreflightReportSettingData.PreflightReportSettingData | ( | int | report_file_format_type, |
| boolean | to_generate_overview, | ||
| boolean | to_highlight_problems, | ||
| int | problem_highlight_method, | ||
| String | report_file_path | ||
| ) |
带参数的构造函数。
| [in] | report_file_format_type | 报告文件格式类型。 请参考从com.foxit.sdk.addon.compliance.PreflightReportSettingData.e_ReportFileFormatTypePdf 开始的值, 这应该是这些值之一。 |
| [in] | to_generate_overview | 是否生成概述。true表示生成概述,false表示不生成。 |
| [in] | to_highlight_problems | 是否高亮显示问题。true表示高亮显示问题,false表示不高亮。 |
| [in] | report_file_path | 报告文件的完整路径。这不应该是空字符串。 |
| synchronized void com.foxit.sdk.addon.compliance.PreflightReportSettingData.delete | ( | ) |
直接清除C++相关资源。
| com.foxit.sdk.addon.compliance.PreflightReportSettingData.getProblems_highlight_method | ( | ) |
Get 高亮显示问题的方法。仅当to_highlight_problems为true且report_file_format_type 为com.foxit.sdk.addon.compliance.PreflightReportSettingData.e_ReportFileFormatTypePdf 时有效。 请参考从com.foxit.sdk.addon.compliance.PreflightReportSettingData.e_ProblemsHighlightMethodTransparentMasks 开始的值, 这应该是这些值之一。
| com.foxit.sdk.addon.compliance.PreflightReportSettingData.getReport_file_format_type | ( | ) |
Get 报告文件格式类型。 请参考从com.foxit.sdk.addon.compliance.PreflightReportSettingData.e_ReportFileFormatTypePdf 开始的值, 这应该是这些值之一。
| com.foxit.sdk.addon.compliance.PreflightReportSettingData.getReport_file_path | ( | ) |
Get 报告文件的完整路径。这不应该是空字符串。
| com.foxit.sdk.addon.compliance.PreflightReportSettingData.getTo_generate_overview | ( | ) |
Get 是否生成概述。true表示生成概述,false表示不生成。
| com.foxit.sdk.addon.compliance.PreflightReportSettingData.getTo_highlight_problems | ( | ) |
Get 是否高亮显示问题。true表示高亮显示问题,false表示不高亮。
| com.foxit.sdk.addon.compliance.PreflightReportSettingData.setProblems_highlight_method | ( | int | value | ) |
Set 高亮显示问题的方法。仅当to_highlight_problems为true且report_file_format_type 为com.foxit.sdk.addon.compliance.PreflightReportSettingData.e_ReportFileFormatTypePdf 时有效。 请参考从com.foxit.sdk.addon.compliance.PreflightReportSettingData.e_ProblemsHighlightMethodTransparentMasks 开始的值, 这应该是这些值之一。
| [in] | value | 高亮显示问题的方法。仅当to_highlight_problems为true且report_file_format_type 为com.foxit.sdk.addon.compliance.PreflightReportSettingData.e_ReportFileFormatTypePdf 时有效。 请参考从com.foxit.sdk.addon.compliance.PreflightReportSettingData.e_ProblemsHighlightMethodTransparentMasks 开始的值, 这应该是这些值之一。 |
| com.foxit.sdk.addon.compliance.PreflightReportSettingData.setReport_file_format_type | ( | int | value | ) |
Set 报告文件格式类型。 请参考从com.foxit.sdk.addon.compliance.PreflightReportSettingData.e_ReportFileFormatTypePdf 开始的值, 这应该是这些值之一。
| [in] | value | 报告文件格式类型。 请参考从com.foxit.sdk.addon.compliance.PreflightReportSettingData.e_ReportFileFormatTypePdf 开始的值, 这应该是这些值之一。 |
| com.foxit.sdk.addon.compliance.PreflightReportSettingData.setReport_file_path | ( | String | value | ) |
Set 报告文件的完整路径。这不应该是空字符串。
| [in] | value | 报告文件的完整路径。这不应该是空字符串。 |
| com.foxit.sdk.addon.compliance.PreflightReportSettingData.setTo_generate_overview | ( | boolean | value | ) |
Set 是否生成概述。true表示生成概述,false表示不生成。
| [in] | value | 是否生成概述。true表示生成概述,false表示不生成。 |
| com.foxit.sdk.addon.compliance.PreflightReportSettingData.setTo_highlight_problems | ( | boolean | value | ) |
Set 是否高亮显示问题。true表示高亮显示问题,false表示不高亮。
| [in] | value | 是否高亮显示问题。true表示高亮显示问题,false表示不高亮。 |