|
Foxit PDF SDK
|
Public 成员函数 | |
| DocumentsSource (String directory) throws com.foxit.sdk.PDFException | |
| 用目录构造函数。 更多... | |
| DocumentsSource (DocumentsSource other) | |
| 用另一个文档源对象构造函数。 更多... | |
| synchronized void | delete () |
| 直接清除C++相关资源。 更多... | |
| boolean | isEmpty () |
| 检查当前对象是否为空。 更多... | |
Public 成员函数 继承自 com.foxit.sdk.common.Base | |
| synchronized void | delete () |
| 直接清除C++相关资源。 更多... | |
此类用于表示一个指定的目录,该目录包含PDF文件,用户希望 在这些PDF文件中进行搜索。
| com.foxit.sdk.fts.DocumentsSource.DocumentsSource | ( | String | directory | ) | throws com.foxit.sdk.PDFException |
用目录构造函数。
| [in] | directory | 表示目录的路径字符串。 |
| com.foxit.sdk.fts.DocumentsSource.DocumentsSource | ( | DocumentsSource | other | ) |
用另一个文档源对象构造函数。
| [in] | other | 另一个文档源对象。 |
| synchronized void com.foxit.sdk.fts.DocumentsSource.delete | ( | ) |
直接清除C++相关资源。
| boolean com.foxit.sdk.fts.DocumentsSource.isEmpty | ( | ) |
检查当前对象是否为空。
当当前对象为空时,意味着当前对象是无用的。