|
Foxit PDF SDK
|
Public 成员函数 | |
| TextLink (TextLink other) | |
| 用另一个文本链接对象的构造函数。 更多... | |
| synchronized void | delete () |
| 直接清除C++相关资源。 更多... | |
| int | getEndCharIndex () throws com.foxit.sdk.PDFException |
| 基于PDF页面,获取当前超链接URI最后字符的索引。 更多... | |
| RectFArray | getRects () throws com.foxit.sdk.PDFException |
| 获取当前文本链接对象的文本矩形。 更多... | |
| int | getStartCharIndex () throws com.foxit.sdk.PDFException |
| 基于PDF页面,获取当前超链接URI起始字符的索引。 更多... | |
| String | getURI () throws com.foxit.sdk.PDFException |
| 获取URI字符串。 更多... | |
| boolean | isEmpty () |
| 检查当前对象是否为空。 更多... | |
文本链接就是文本内容,它表示到网站或互联网上资源的超文本链接, 或电子邮件地址。
此类提供从文本链接获取信息的函数。
文本链接对象由函数 PageTextLinks.getTextLink 检索。
| com.foxit.sdk.pdf.TextLink.TextLink | ( | TextLink | other | ) |
用另一个文本链接对象的构造函数。
| [in] | other | 另一个文本链接对象。 |
| synchronized void com.foxit.sdk.pdf.TextLink.delete | ( | ) |
| int com.foxit.sdk.pdf.TextLink.getEndCharIndex | ( | ) | throws com.foxit.sdk.PDFException |
基于PDF页面,获取当前超链接URI最后字符的索引。
| RectFArray com.foxit.sdk.pdf.TextLink.getRects | ( | ) | throws com.foxit.sdk.PDFException |
获取当前文本链接对象的文本矩形。
| int com.foxit.sdk.pdf.TextLink.getStartCharIndex | ( | ) | throws com.foxit.sdk.PDFException |
基于PDF页面,获取当前超链接URI起始字符的索引。
| String com.foxit.sdk.pdf.TextLink.getURI | ( | ) | throws com.foxit.sdk.PDFException |
获取URI字符串。
文本链接的URI可以是到网站或互联网上资源的超文本链接。 它也可以是电子邮件地址。
| boolean com.foxit.sdk.pdf.TextLink.isEmpty | ( | ) |
检查当前对象是否为空。
当前对象为空时,意味着当前对象无用。