|
Foxit PDF SDK
|
Public 成员函数 | |
| constructor () type | |
| 构造函数。 更多... | |
| constructor (type, rect_array, diff_contents) | |
| 带参数的构造函数。 更多... | |
Public 属性 | |
| diff_contents | |
| 作为比较结果的不同内容。 | |
| rect_array | |
| 矩形数组,指定参数 diff_contents 在要比较的 PDF 页面中的位置。 | |
静态 Public 属性 | |
| static | e_CompareResultTypeDeleteAnnot |
| 结果类型:删除注释。 | |
| static | e_CompareResultTypeDeleteImage |
| 结果类型:删除图像。 | |
| static | e_CompareResultTypeDeletePath |
| 结果类型:删除路径。 | |
| static | e_CompareResultTypeDeleteShading |
| 结果类型:删除阴影。 | |
| static | e_CompareResultTypeDeleteText |
| 结果类型:删除文本。 | |
| static | e_CompareResultTypeInsertAnnot |
| 结果类型:插入注释。 | |
| static | e_CompareResultTypeInsertImage |
| 结果类型:插入图像。 | |
| static | e_CompareResultTypeInsertPath |
| 结果类型:插入路径。 | |
| static | e_CompareResultTypeInsertShading |
| 结果类型:插入阴影。 | |
| static | e_CompareResultTypeInsertText |
| 结果类型:插入文本。 | |
| static | e_CompareResultTypeNone |
| 比较结果类型的枚举。 更多... | |
| static | e_CompareResultTypeReplaceAnnot |
| 结果类型:替换注释。 | |
| static | e_CompareResultTypeReplaceImage |
| 结果类型:替换图像。 | |
| static | e_CompareResultTypeReplacePath |
| 结果类型:替换路径。 | |
| static | e_CompareResultTypeReplaceShading |
| 结果类型:替换阴影。 | |
| static | e_CompareResultTypeReplaceText |
| 结果类型:替换文本。 | |
| static | e_CompareResultTypeTextAttriChange |
| (保留,尚不支持)结果类型:文本属性更改。 | |
此类表示比较结果信息。
| FSDK::CompareResultInfo::constructor | ( | ) |
构造函数。
结果类型。请参考从 FSDK.CompareResultInfo.e_CompareResultTypeNone 开始的值, 并且应该是这些值之一。
| FSDK::CompareResultInfo::constructor | ( | type | , |
| rect_array | , | ||
| diff_contents | |||
| ) |
带参数的构造函数。
| [in] | type | 结果类型。请参考从 FSDK.CompareResultInfo.e_CompareResultTypeNone 开始的值, 并且应该是这些值之一。 |
| [in] | rect_array | 矩形数组,指定参数 diff_contents 在要比较的 PDF 页面中的位置。 |
| [in] | diff_contents | 作为比较结果的不同内容。 |
|
static |
比较结果类型的枚举。
此枚举的值可以单独使用。
结果类型:不支持或无效。