|
Foxit PDF SDK
|
Public 成员函数 | |
| PageTextLinks (TextPage page) throws com.foxit.sdk.PDFException | |
| 从已解析的PDF页面构造函数。 更多... | |
| PageTextLinks (PageTextLinks other) | |
| 用另一个 PageTextLinks 对象的构造函数。 更多... | |
| synchronized void | delete () |
| 直接清除C++相关资源。 更多... | |
| TextLink | getTextLink (int index) throws com.foxit.sdk.PDFException |
| 通过索引获取文本链接对象。 更多... | |
| int | getTextLinkCount () throws com.foxit.sdk.PDFException |
| 获取相关PDF页面中URL格式文本的数量。 更多... | |
| boolean | isEmpty () |
| 检查当前对象是否为空。 更多... | |
Public 成员函数 继承自 com.foxit.sdk.common.Base | |
| synchronized void | delete () |
| 直接清除C++相关资源。 更多... | |
在PDF页面中,某些文本内容可能表示到网站或互联网上资源的超文本链接, 或电子邮件地址。类 PageTextLinks 用于将这些类型的文本内容作为文本链接进行管理。
| com.foxit.sdk.pdf.PageTextLinks.PageTextLinks | ( | TextPage | page | ) | throws com.foxit.sdk.PDFException |
从已解析的PDF页面构造函数。
| [in] | page | 有效的PDF页面对象。此页面应已被解析。 |
| com.foxit.sdk.pdf.PageTextLinks.PageTextLinks | ( | PageTextLinks | other | ) |
用另一个 PageTextLinks 对象的构造函数。
| [in] | other | 另一个 PageTextLinks 对象。 |
| synchronized void com.foxit.sdk.pdf.PageTextLinks.delete | ( | ) |
直接清除C++相关资源。
| TextLink com.foxit.sdk.pdf.PageTextLinks.getTextLink | ( | int | index | ) | throws com.foxit.sdk.PDFException |
通过索引获取文本链接对象。
| [in] | index | 文本链接对象的索引。有效范围:从0到(count-1)。 count 由函数 PageTextLinks.getTextLinkCount 返回。 |
| int com.foxit.sdk.pdf.PageTextLinks.getTextLinkCount | ( | ) | throws com.foxit.sdk.PDFException |
获取相关PDF页面中URL格式文本的数量。
| boolean com.foxit.sdk.pdf.PageTextLinks.isEmpty | ( | ) |
检查当前对象是否为空。
当前对象为空时,意味着当前对象无用。