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