Foxit PDF SDK
com.foxit.sdk.addon.compliance.PreflightReportSettingData类 参考

Public 成员函数

 PreflightReportSettingData ()
 构造函数。

 
 PreflightReportSettingData (int report_file_format_type, boolean to_generate_overview, boolean to_highlight_problems, int problem_highlight_method, String report_file_path)
 带参数的构造函数。
更多...
 
synchronized void delete ()
 直接清除C++相关资源。 更多...
 
int getProblems_highlight_method ()
 Get 高亮显示问题的方法。仅当to_highlight_problemstruereport_file_format_typecom.foxit.sdk.addon.compliance.PreflightReportSettingData.e_ReportFileFormatTypePdf 时有效。 请参考从com.foxit.sdk.addon.compliance.PreflightReportSettingData.e_ProblemsHighlightMethodTransparentMasks 开始的值, 这应该是这些值之一。
更多...
 
int getReport_file_format_type ()
 Get 报告文件格式类型。 请参考从com.foxit.sdk.addon.compliance.PreflightReportSettingData.e_ReportFileFormatTypePdf 开始的值, 这应该是这些值之一。
更多...
 
String getReport_file_path ()
 Get 报告文件的完整路径。这不应该是空字符串。
更多...
 
boolean getTo_generate_overview ()
 Get 是否生成概述。true表示生成概述,false表示不生成。
更多...
 
boolean getTo_highlight_problems ()
 Get 是否高亮显示问题。true表示高亮显示问题,false表示不高亮。
更多...
 
void setProblems_highlight_method (int value)
 Set 高亮显示问题的方法。仅当to_highlight_problemstruereport_file_format_typecom.foxit.sdk.addon.compliance.PreflightReportSettingData.e_ReportFileFormatTypePdf 时有效。 请参考从com.foxit.sdk.addon.compliance.PreflightReportSettingData.e_ProblemsHighlightMethodTransparentMasks 开始的值, 这应该是这些值之一。
更多...
 
void setReport_file_format_type (int value)
 Set 报告文件格式类型。 请参考从com.foxit.sdk.addon.compliance.PreflightReportSettingData.e_ReportFileFormatTypePdf 开始的值, 这应该是这些值之一。
更多...
 
void setReport_file_path (String value)
 Set 报告文件的完整路径。这不应该是空字符串。
更多...
 
void setTo_generate_overview (boolean value)
 Set 是否生成概述。true表示生成概述,false表示不生成。
更多...
 
void setTo_highlight_problems (boolean value)
 Set 是否高亮显示问题。true表示高亮显示问题,false表示不高亮。
更多...
 

静态 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。

 

详细描述

此类表示用于生成预检报告文件的设置数据。

构造及析构函数说明

◆ PreflightReportSettingData()

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报告文件的完整路径。这不应该是空字符串。
返回
无。

成员函数说明

◆ delete()

synchronized void com.foxit.sdk.addon.compliance.PreflightReportSettingData.delete ( )

直接清除C++相关资源。

返回
无。
注解
一旦这个接口被调用,这个对象将不能再被使用。

◆ getProblems_highlight_method()

com.foxit.sdk.addon.compliance.PreflightReportSettingData.getProblems_highlight_method ( )

Get 高亮显示问题的方法。仅当to_highlight_problemstruereport_file_format_typecom.foxit.sdk.addon.compliance.PreflightReportSettingData.e_ReportFileFormatTypePdf 时有效。 请参考从com.foxit.sdk.addon.compliance.PreflightReportSettingData.e_ProblemsHighlightMethodTransparentMasks 开始的值, 这应该是这些值之一。

返回
高亮显示问题的方法。仅当to_highlight_problemstruereport_file_format_typecom.foxit.sdk.addon.compliance.PreflightReportSettingData.e_ReportFileFormatTypePdf 时有效。 请参考从com.foxit.sdk.addon.compliance.PreflightReportSettingData.e_ProblemsHighlightMethodTransparentMasks 开始的值, 这应该是这些值之一。

◆ getReport_file_format_type()

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.e_ReportFileFormatTypePdf 开始的值, 这应该是这些值之一。

◆ getReport_file_path()

com.foxit.sdk.addon.compliance.PreflightReportSettingData.getReport_file_path ( )

Get 报告文件的完整路径。这不应该是空字符串。

返回
报告文件的完整路径。这不应该是空字符串。

◆ getTo_generate_overview()

com.foxit.sdk.addon.compliance.PreflightReportSettingData.getTo_generate_overview ( )

Get 是否生成概述。true表示生成概述,false表示不生成。

返回
是否生成概述。true表示生成概述,false表示不生成。

◆ getTo_highlight_problems()

com.foxit.sdk.addon.compliance.PreflightReportSettingData.getTo_highlight_problems ( )

Get 是否高亮显示问题。true表示高亮显示问题,false表示不高亮。

返回
是否高亮显示问题。true表示高亮显示问题,false表示不高亮。

◆ setProblems_highlight_method()

com.foxit.sdk.addon.compliance.PreflightReportSettingData.setProblems_highlight_method ( int  value)

Set 高亮显示问题的方法。仅当to_highlight_problemstruereport_file_format_typecom.foxit.sdk.addon.compliance.PreflightReportSettingData.e_ReportFileFormatTypePdf 时有效。 请参考从com.foxit.sdk.addon.compliance.PreflightReportSettingData.e_ProblemsHighlightMethodTransparentMasks 开始的值, 这应该是这些值之一。

参数
[in]value高亮显示问题的方法。仅当to_highlight_problemstruereport_file_format_typecom.foxit.sdk.addon.compliance.PreflightReportSettingData.e_ReportFileFormatTypePdf 时有效。 请参考从com.foxit.sdk.addon.compliance.PreflightReportSettingData.e_ProblemsHighlightMethodTransparentMasks 开始的值, 这应该是这些值之一。
返回
None.

◆ setReport_file_format_type()

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 开始的值, 这应该是这些值之一。
返回
None.

◆ setReport_file_path()

com.foxit.sdk.addon.compliance.PreflightReportSettingData.setReport_file_path ( String  value)

Set 报告文件的完整路径。这不应该是空字符串。

参数
[in]value报告文件的完整路径。这不应该是空字符串。
返回
None.

◆ setTo_generate_overview()

com.foxit.sdk.addon.compliance.PreflightReportSettingData.setTo_generate_overview ( boolean  value)

Set 是否生成概述。true表示生成概述,false表示不生成。

参数
[in]value是否生成概述。true表示生成概述,false表示不生成。
返回
None.

◆ setTo_highlight_problems()

com.foxit.sdk.addon.compliance.PreflightReportSettingData.setTo_highlight_problems ( boolean  value)

Set 是否高亮显示问题。true表示高亮显示问题,false表示不高亮。

参数
[in]value是否高亮显示问题。true表示高亮显示问题,false表示不高亮。
返回
None.